chore: Added ignore file for prettier
This commit is contained in:
parent
8964b18349
commit
6c01099791
80 changed files with 978 additions and 760 deletions
3
.github/workflows/tests.aaron.yml
vendored
3
.github/workflows/tests.aaron.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/aaron && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/aaron && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.benjamin.yml
vendored
3
.github/workflows/tests.benjamin.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/benjamin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/benjamin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.bent.yml
vendored
3
.github/workflows/tests.bent.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/bent && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/bent && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.breanna.yml
vendored
3
.github/workflows/tests.breanna.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/breanna && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/breanna && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.brian.yml
vendored
3
.github/workflows/tests.brian.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/brian && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/brian && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.bruce.yml
vendored
3
.github/workflows/tests.bruce.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/bruce && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/bruce && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.carlita.yml
vendored
3
.github/workflows/tests.carlita.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/carlita && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/carlton@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/carlita && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/carlton@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.carlton.yml
vendored
3
.github/workflows/tests.carlton.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/carlton && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/carlton && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.cathrin.yml
vendored
3
.github/workflows/tests.cathrin.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/cathrin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/cathrin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.diana.yml
vendored
3
.github/workflows/tests.diana.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/diana && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/diana && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.examples.yml
vendored
3
.github/workflows/tests.examples.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/examples && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/examples && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.florence.yml
vendored
3
.github/workflows/tests.florence.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/florence && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/florence && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.florent.yml
vendored
3
.github/workflows/tests.florent.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/florent && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/florent && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.holmes.yml
vendored
3
.github/workflows/tests.holmes.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/holmes && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/holmes && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.huey.yml
vendored
3
.github/workflows/tests.huey.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/huey && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/huey && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.hugo.yml
vendored
3
.github/workflows/tests.hugo.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/hugo && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/hugo && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.jaeger.yml
vendored
3
.github/workflows/tests.jaeger.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/jaeger && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/jaeger && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/bent@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.legend.yml
vendored
3
.github/workflows/tests.legend.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/legend && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/legend && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.paco.yml
vendored
3
.github/workflows/tests.paco.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/paco && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/paco && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.penelope.yml
vendored
3
.github/workflows/tests.penelope.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/penelope && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/penelope && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.rendertest.yml
vendored
3
.github/workflows/tests.rendertest.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/rendertest && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/rendertest && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.sandy.yml
vendored
3
.github/workflows/tests.sandy.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/sandy && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/sandy && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.shin.yml
vendored
3
.github/workflows/tests.shin.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/shin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/shin && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.simon.yml
vendored
3
.github/workflows/tests.simon.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/simon && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-flip@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/simon && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-flip@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.simone.yml
vendored
3
.github/workflows/tests.simone.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/simone && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/simon@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-flip@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/simone && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/simon@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-flip@^2.8.0 @freesewing/plugin-bust@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.sven.yml
vendored
3
.github/workflows/tests.sven.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/sven && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/sven && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.tamiko.yml
vendored
3
.github/workflows/tests.tamiko.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/tamiko && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/tamiko && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.theo.yml
vendored
3
.github/workflows/tests.theo.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/theo && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/theo && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.trayvon.yml
vendored
3
.github/workflows/tests.trayvon.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/trayvon && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/trayvon && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.tutorial.yml
vendored
3
.github/workflows/tests.tutorial.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/tutorial && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/tutorial && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.wahid.yml
vendored
3
.github/workflows/tests.wahid.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/wahid && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-round@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/wahid && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/brian@^2.8.0 @freesewing/plugin-buttons@^2.8.0 @freesewing/plugin-round@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
3
.github/workflows/tests.waralee.yml
vendored
3
.github/workflows/tests.waralee.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -22,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- name: Install peer & test dependencies
|
||||||
run: 'cd packages/waralee && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai'
|
run: "cd packages/waralee && npm install @freesewing/core@^2.8.0 @freesewing/plugin-bundle@^2.8.0 @freesewing/models@2.8.0 @freesewing/pattern-info@2.8.0 mocha chai"
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -81,8 +81,6 @@ yarn-error.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
packages/core/.nyc_output
|
packages/core/.nyc_output
|
||||||
packages/i18n/sort.sh
|
packages/i18n/sort.sh
|
||||||
packages/create-freesewing-pattern/index.js
|
|
||||||
packages/create-freesewing-pattern/lib/cli.js
|
|
||||||
.gitignore
|
.gitignore
|
||||||
scripts/taskrunner.sh
|
scripts/taskrunner.sh
|
||||||
scripts/verdaccio.sh
|
scripts/verdaccio.sh
|
||||||
|
|
11
.prettierignore
Normal file
11
.prettierignore
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Since we generate a bunch of YAML and MarkDown files programatically
|
||||||
|
# It triggers this constant fight between prettier and YAML/MD formatting
|
||||||
|
# So let's not
|
||||||
|
*.yml
|
||||||
|
*.md
|
||||||
|
|
||||||
|
|
||||||
|
# More auto-generated code
|
||||||
|
packages/*/example/public/*
|
||||||
|
packages/*/example/src/*
|
||||||
|
packages/*/tests/*.js
|
763
CHANGELOG.md
763
CHANGELOG.md
File diff suppressed because it is too large
Load diff
|
@ -1,38 +1,41 @@
|
||||||
# Change log for: @freesewing/aaron
|
# Change log for: @freesewing/aaron
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Set missing option `brianFitCollar` to `false`
|
- Set missing option `brianFitCollar` to `false`
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated side seam shaping and tweaked options for better defaults
|
- Updated side seam shaping and tweaked options for better defaults
|
||||||
- Better handling of `armholeDrop` option
|
- Better handling of `armholeDrop` option
|
||||||
- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Report armhole and neck opening length through raised events
|
- Report armhole and neck opening length through raised events
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,30 +1,33 @@
|
||||||
# Change log for: @freesewing/benjamin
|
# Change log for: @freesewing/benjamin
|
||||||
|
|
||||||
|
|
||||||
## 2.8.0 (2020-08-10)
|
## 2.8.0 (2020-08-10)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix for incorrect length of the ribbon
|
- Fix for incorrect length of the ribbon
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Added bandLength option to fit optiongroup (it was missing)
|
- Added bandLength option to fit optiongroup (it was missing)
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,29 +1,32 @@
|
||||||
# Change log for: @freesewing/bent
|
# Change log for: @freesewing/bent
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Increased default for the `cuffEase` option
|
- Increased default for the `cuffEase` option
|
||||||
- Decreased default for the `armholeDepth` option
|
- Decreased default for the `armholeDepth` option
|
||||||
- Better range for the `shoulderSlopeReduction` measurement
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Set tip of undersleeve as anchor point for sampling
|
- Set tip of undersleeve as anchor point for sampling
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,28 @@
|
||||||
# Change log for: @freesewing/breanna
|
# Change log for: @freesewing/breanna
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Ported breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- Ported breanna to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported breanna to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed deprecated `debug()` statements
|
- Removed deprecated `debug()` statements
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Breanna is a body block for womenswear
|
- Breanna is a body block for womenswear
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,39 @@
|
||||||
# Change log for: @freesewing/brian
|
# Change log for: @freesewing/brian
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Set HPS as anchor point for sampling in front and back
|
- Set HPS as anchor point for sampling in front and back
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed deprecated `debug()` statements
|
- Removed deprecated `debug()` statements
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The `saBase` path is no longer being rendered
|
- The `saBase` path is no longer being rendered
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reworked Brian to use the new shoulderslope measurement
|
- Reworked Brian to use the new shoulderslope measurement
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
- The `neck` point has been renamed to `hps`
|
- The `neck` point has been renamed to `hps`
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,39 @@
|
||||||
# Change log for: @freesewing/bruce
|
# Change log for: @freesewing/bruce
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed a check for an undefined value in the store
|
- Fixed a check for an undefined value in the store
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed deprecated `debug()` statements
|
- Removed deprecated `debug()` statements
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
||||||
|
|
||||||
## 2.0.3 (2019-09-15)
|
## 2.0.3 (2019-09-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,28 +1,31 @@
|
||||||
# Change log for: @freesewing/carlita
|
# Change log for: @freesewing/carlita
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Better range for the `shoulderSlopeReduction` measurement
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Set a sample anchor point on the side part
|
- Set a sample anchor point on the side part
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,48 @@
|
||||||
# Change log for: @freesewing/carlton
|
# Change log for: @freesewing/carlton
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Removed unused `hipsEase` code
|
- Removed unused `hipsEase` code
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Better range for the `shoulderSlopeReduction` measurement
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.1.7 (2019-12-15)
|
## 2.1.7 (2019-12-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Added missing scalebox
|
- Added missing scalebox
|
||||||
- Re-numbered tail as part 5
|
- Re-numbered tail as part 5
|
||||||
|
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,29 @@
|
||||||
# Change log for: @freesewing/cathrin
|
# Change log for: @freesewing/cathrin
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Set sample anchor points on all panels
|
- Set sample anchor points on all panels
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed deprecated `debug()` statements
|
- Removed deprecated `debug()` statements
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
|
- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
|
||||||
- Fixed panels option being a list of numbers rather than strings
|
- Fixed panels option being a list of numbers rather than strings
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,140 +1,143 @@
|
||||||
# Change log for: @freesewing/components
|
# Change log for: @freesewing/components
|
||||||
|
|
||||||
|
|
||||||
## 2.8.0 (2020-08-10)
|
## 2.8.0 (2020-08-10)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added Paco to LineDrawing component
|
- Added Paco to LineDrawing component
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Removed the `Footer` component
|
- Removed the `Footer` component
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Workbench now includes events debug output and enables debug by default
|
- Workbench now includes events debug output and enables debug by default
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test)
|
- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test)
|
||||||
- Changed `models` to `people` in `sampleConfigurator`
|
- Changed `models` to `people` in `sampleConfigurator`
|
||||||
- The `Legend` component is new, it is similar to the `Example` component but only for the pattern notation legend
|
- The `Legend` component is new, it is similar to the `Example` component but only for the pattern notation legend
|
||||||
- Added support for custom sample styles
|
- Added support for custom sample styles
|
||||||
- Added Titan linedrawing
|
- Added Titan linedrawing
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Handle escaped quotes for React render. See [#437](https://github.com/freesewing/freesewing/issues/437)
|
- Handle escaped quotes for React render. See [#437](https://github.com/freesewing/freesewing/issues/437)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed bug that broke millimeter sliders
|
- Fixed bug that broke millimeter sliders
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- [#368](https://github.com/freesewing/freesewing/issues/368): Allow pan and zoom in the Workbench component.
|
- [#368](https://github.com/freesewing/freesewing/issues/368): Allow pan and zoom in the Workbench component.
|
||||||
- [#374](https://github.com/freesewing/freesewing/issues/374): Allow (extra) translations to be added to the workbench component
|
- [#374](https://github.com/freesewing/freesewing/issues/374): Allow (extra) translations to be added to the workbench component
|
||||||
- New shortcut buttons and sidebar collapse support for Workbench
|
- New shortcut buttons and sidebar collapse support for Workbench
|
||||||
- Refactor to remove prop-types dependency
|
- Refactor to remove prop-types dependency
|
||||||
- Reworked the withLanguage component to allow adding translations at run-time
|
- Reworked the withLanguage component to allow adding translations at run-time
|
||||||
|
|
||||||
## 2.4.2 (2020-03-08)
|
## 2.4.2 (2020-03-08)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Don't load docs in DraftConfigurator
|
- Don't load docs in DraftConfigurator
|
||||||
|
|
||||||
## 2.4.1 (2020-03-04)
|
## 2.4.1 (2020-03-04)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed `updatePatternData` props issue in the Workbench component
|
- Fixed `updatePatternData` props issue in the Workbench component
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added LineDrawing for Breanna
|
- Added LineDrawing for Breanna
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- DraftConfigurator has been updated to reflect frontend naming changes
|
- DraftConfigurator has been updated to reflect frontend naming changes
|
||||||
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
||||||
- Term `pattern` is now `design`
|
- Term `pattern` is now `design`
|
||||||
- Term `recipe` is now `pattern`
|
- Term `recipe` is now `pattern`
|
||||||
- Term `gist` is now `data`
|
- Term `gist` is now `data`
|
||||||
|
|
||||||
## 2.1.4 (2019-11-01)
|
## 2.1.4 (2019-11-01)
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- The Ogol component has been removed as it wasn't used
|
- The Ogol component has been removed as it wasn't used
|
||||||
|
|
||||||
## 2.1.1 (2019-10-13)
|
## 2.1.1 (2019-10-13)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the fixme type Blockquote component
|
- Added the fixme type Blockquote component
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added Penelope and Waralee linedrawings
|
- Added Penelope and Waralee linedrawings
|
||||||
- Changed animation of the Spinner component
|
- Changed animation of the Spinner component
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed display of nested option in SampleConfigurator
|
- Fixed display of nested option in SampleConfigurator
|
||||||
- Fixed conflicting key values in React components
|
- Fixed conflicting key values in React components
|
||||||
- Fixed issue with display of list options in Draftconfigurator
|
- Fixed issue with display of list options in Draftconfigurator
|
||||||
|
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Advanced options and settings are now hidden by default in DraftConfigurator
|
- Advanced options and settings are now hidden by default in DraftConfigurator
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||||
|
|
||||||
## 2.0.3 (2019-09-15)
|
## 2.0.3 (2019-09-15)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta)
|
- [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta)
|
||||||
- Workbench now also lets you preload a `withBreasts` set of measurements
|
- Workbench now also lets you preload a `withBreasts` set of measurements
|
||||||
- DraftConfigurator now properly styles pattern options 3 levels deep
|
- DraftConfigurator now properly styles pattern options 3 levels deep
|
||||||
- [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect
|
- [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,76 +1,79 @@
|
||||||
# Change log for: @freesewing/core
|
# Change log for: @freesewing/core
|
||||||
|
|
||||||
|
|
||||||
## 2.8.0 (2020-08-10)
|
## 2.8.0 (2020-08-10)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix an edge case in utils.pointOnCurve for perfect horizontal curves
|
- Fix an edge case in utils.pointOnCurve for perfect horizontal curves
|
||||||
|
|
||||||
## 2.7.2 (2020-07-29)
|
## 2.7.2 (2020-07-29)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed wrong return value in debug message from Path
|
- Fixed wrong return value in debug message from Path
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added new debug functionality through the use of the `raise.debug`
|
- Added new debug functionality through the use of the `raise.debug`
|
||||||
- Added a new `debug` setting
|
- Added a new `debug` setting
|
||||||
- Shorthand now proxies objects to allow debug and raise
|
- Shorthand now proxies objects to allow debug and raise
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
|
- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
|
||||||
- Added support for custom sample styles
|
- Added support for custom sample styles
|
||||||
- Added support for raising events via `raise.[type]()` method
|
- Added support for raising events via `raise.[type]()` method
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [Properly escape quotes in imperial units](https://github.com/freesewing/freesewing/issues/437)
|
- [Properly escape quotes in imperial units](https://github.com/freesewing/freesewing/issues/437)
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
||||||
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the `Path.noop()` method
|
- Added the `Path.noop()` method
|
||||||
- Added the `Path.insop()` methods
|
- Added the `Path.insop()` methods
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
|
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,75 +1,78 @@
|
||||||
# Change log for: @freesewing/css-theme
|
# Change log for: @freesewing/css-theme
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added themeing for events
|
- Added themeing for events
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated the width of the SVG paths of a draft to match plugin-theme
|
- Updated the width of the SVG paths of a draft to match plugin-theme
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New styled for updated Workbench component
|
- New styled for updated Workbench component
|
||||||
|
|
||||||
## 2.5.0 (2020-04-05)
|
## 2.5.0 (2020-04-05)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The sidebar no longer has a different background
|
- The sidebar no longer has a different background
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed incorrect border value on active sidebar link
|
- Fixed incorrect border value on active sidebar link
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added styling for table.data
|
- Added styling for table.data
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added new styles for the frontend changes in 2.2
|
- Added new styles for the frontend changes in 2.2
|
||||||
- Removed smaller fonts in ul.links
|
- Removed smaller fonts in ul.links
|
||||||
|
|
||||||
## 2.1.1 (2019-10-13)
|
## 2.1.1 (2019-10-13)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed padding issue on mobile
|
- Fixed padding issue on mobile
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Made tweaks to the main/sidebar layout
|
- Made tweaks to the main/sidebar layout
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Reduced the sidebar height by 64px to take navbar into account
|
- Reduced the sidebar height by 64px to take navbar into account
|
||||||
- Fixed blockquote width on XS screens
|
- Fixed blockquote width on XS screens
|
||||||
- Made sidebar wider
|
- Made sidebar wider
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
# Change log for: @freesewing/diana
|
# Change log for: @freesewing/diana
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
||||||
- Ported diana to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported diana to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.5.0 (2020-04-05)
|
## 2.5.0 (2020-04-05)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Diana is a top with a draped neck
|
- Diana is a top with a draped neck
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,35 +1,38 @@
|
||||||
# Change log for: @freesewing/florence
|
# Change log for: @freesewing/florence
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Florence is a face mask pattern
|
- Florence is a face mask pattern
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- @freesewing/fu has been renamed to @freesewing/florence
|
- @freesewing/fu has been renamed to @freesewing/florence
|
||||||
|
|
||||||
## 2.4.5 (2020-03-19)
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved shape based on community feedback
|
- Improved shape based on community feedback
|
||||||
|
|
||||||
## 2.4.0 (2020-02-29)
|
## 2.4.0 (2020-02-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Florence is a face mask pattern
|
- Florence is a face mask pattern
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,24 +1,27 @@
|
||||||
# Change log for: @freesewing/florent
|
# Change log for: @freesewing/florent
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,22 @@
|
||||||
# Change log for: @freesewing/holmes
|
# Change log for: @freesewing/holmes
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.3.0 (2020-02-23)
|
## 2.3.0 (2020-02-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Homes is a pattern for a Sherlock Holmes hat
|
- Homes is a pattern for a Sherlock Holmes hat
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,38 +1,41 @@
|
||||||
# Change log for: @freesewing/huey
|
# Change log for: @freesewing/huey
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- No longer use the `naturalWaist` measurement
|
- No longer use the `naturalWaist` measurement
|
||||||
- Changed some option to better defaults
|
- Changed some option to better defaults
|
||||||
- Ported huey to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported huey to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)
|
- [Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,50 +1,53 @@
|
||||||
# Change log for: @freesewing/hugo
|
# Change log for: @freesewing/hugo
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Set missing option `brianFitCollar` to `false`
|
- Set missing option `brianFitCollar` to `false`
|
||||||
- Adding missing control point to front neck opening
|
- Adding missing control point to front neck opening
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added shaping of the side seam
|
- Added shaping of the side seam
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changed some option to better defaults
|
- Changed some option to better defaults
|
||||||
- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed deprecated `debug()` statements
|
- Removed deprecated `debug()` statements
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Render fully-sized pattern parts when complete is falsy
|
- Render fully-sized pattern parts when complete is falsy
|
||||||
- Do not render pocket outline when complete is falsy
|
- Do not render pocket outline when complete is falsy
|
||||||
- Do not render pocket facing hint when complete is falsy
|
- Do not render pocket facing hint when complete is falsy
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Made sure dimensions for hood center and waistband are always shown
|
- Made sure dimensions for hood center and waistband are always shown
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,89 +1,92 @@
|
||||||
# Change log for: @freesewing/i18n
|
# Change log for: @freesewing/i18n
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added translations for Titan
|
- Added translations for Titan
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||||
|
|
||||||
## 2.5.0 (2020-04-05)
|
## 2.5.0 (2020-04-05)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- title, description, and options for Dianna
|
- title, description, and options for Dianna
|
||||||
|
|
||||||
## 2.4.6 (2020-03-23)
|
## 2.4.6 (2020-03-23)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an bug in the i18n package
|
- Fixed an bug in the i18n package
|
||||||
|
|
||||||
## 2.4.3 (2020-03-12)
|
## 2.4.3 (2020-03-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
## 2.4.2 (2020-03-08)
|
## 2.4.2 (2020-03-08)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added more strings
|
- Added more strings
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added translations for Breanna
|
- Added translations for Breanna
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added/Updated strings for the 2.2 frontend changes
|
- Added/Updated strings for the 2.2 frontend changes
|
||||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Removed the files for homepage translation, and moved that content to markdown
|
- Removed the files for homepage translation, and moved that content to markdown
|
||||||
- Removed the files for editor translation, as it is no longer used
|
- Removed the files for editor translation, as it is no longer used
|
||||||
|
|
||||||
## 2.1.3 (2019-10-18)
|
## 2.1.3 (2019-10-18)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- More translated strings
|
- More translated strings
|
||||||
|
|
||||||
## 2.1.2 (2019-10-14)
|
## 2.1.2 (2019-10-14)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed issue where symlinks were causing all languages to export English strings
|
- Fixed issue where symlinks were causing all languages to export English strings
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added translations for Penelope, Waralee, and Simone
|
- Added translations for Penelope, Waralee, and Simone
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,33 +1,36 @@
|
||||||
# Change log for: @freesewing/jaeger
|
# Change log for: @freesewing/jaeger
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changed some option to better defaults
|
- Changed some option to better defaults
|
||||||
- Set an anchor on side part for sampling
|
- Set an anchor on side part for sampling
|
||||||
- Ported jaeger to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported jaeger to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
# Change log for: @freesewing/legend
|
# Change log for: @freesewing/legend
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- A pattern to document the markings on our patterns
|
- A pattern to document the markings on our patterns
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,41 +1,44 @@
|
||||||
# Change log for: @freesewing/models
|
# Change log for: @freesewing/models
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Models now come with the new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Models now come with the new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Ported models to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
- Ported models to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||||
|
|
||||||
## 2.0.1 (2019-09-01)
|
## 2.0.1 (2019-09-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Expanded the size ranges available.
|
- Expanded the size ranges available.
|
||||||
- Added the `withBreasts` models which were missing in earlier releases.
|
- Added the `withBreasts` models which were missing in earlier releases.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
# Change log for: @freesewing/paco
|
# Change log for: @freesewing/paco
|
||||||
|
|
||||||
|
|
||||||
## 2.8.0 (2020-08-10)
|
## 2.8.0 (2020-08-10)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release for Paco, a pattern for summer pants
|
- Initial release for Paco, a pattern for summer pants
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
<p align='center'><a
|
<p align='center'><a
|
||||||
href="https://www.npmjs.com/package/@freesewing/paco"
|
href="https://www.npmjs.com/package/@freesewing/paco"
|
||||||
title="@freesewing/paco on NPM"
|
title="@freesewing/paco on NPM"
|
||||||
|
@ -44,16 +43,18 @@
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
This repository is our *monorepo* holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||||
This folder holds **@freesewing/paco**
|
This folder holds **@freesewing/paco**
|
||||||
|
|
||||||
A FreeSewing pattern for summer pants
|
A FreeSewing pattern for summer pants
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## About FreeSewing 💀
|
## About FreeSewing 💀
|
||||||
|
|
||||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
Our [core library](https://freesewing.dev/reference/api/) is a _batteries-included_ toolbox
|
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||||
for parametric design of sewing patterns. It's a modular system (check our list
|
for parametric design of sewing patterns. It's a modular system (check our list
|
||||||
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
||||||
|
|
||||||
|
@ -80,11 +81,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
## Links 👩💻
|
## Links 👩💻
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
## License: MIT 🤓
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
|
|
@ -40,8 +40,8 @@ It is **not** part of the pattern's source code.
|
||||||
|
|
||||||
To run this example, follow these steps:
|
To run this example, follow these steps:
|
||||||
|
|
||||||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||||
|
|
||||||
This will spin up the development environment, similar to [our online demo](https://paco.freesewing.dev/).
|
This will spin up the development environment, similar to [our online demo](https://paco.freesewing.dev/).
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ This will spin up the development environment, similar to [our online demo](http
|
||||||
|
|
||||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
Our [core library](https://freesewing.dev/en/freesewing) is a _batteries-included_ toolbox
|
Our [core library](https://freesewing.dev/en/freesewing) is a *batteries-included* toolbox
|
||||||
for parametric design of sewing patterns. It's a modular system (check our list
|
for parametric design of sewing patterns. It's a modular system (check our list
|
||||||
of [plugins](https://freesewing.dev/en/plugins) and getting started is as simple as:
|
of [plugins](https://freesewing.dev/en/plugins) and getting started is as simple as:
|
||||||
|
|
||||||
|
@ -76,11 +76,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
## Links 👩💻
|
## Links 👩💻
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
## License: MIT 🤓
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
@ -93,3 +93,4 @@ Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
// This file is auto-generated.
|
// This file is auto-generated.
|
||||||
// Changes you make will be overwritten.
|
// Changes you make will be overwritten.
|
||||||
const expect = require('chai').expect
|
const expect = require("chai").expect;
|
||||||
const models = require('@freesewing/models')
|
const models = require("@freesewing/models")
|
||||||
const patterns = require('@freesewing/pattern-info')
|
const patterns = require("@freesewing/pattern-info")
|
||||||
|
|
||||||
const Paco = require('../dist')
|
const Paco = require('../dist')
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
const testPatternConfig = require('../../../tests/patterns/config')
|
const testPatternConfig = require('../../../tests/patterns/config')
|
||||||
|
@ -12,10 +12,28 @@ const testPatternDrafting = require('../../../tests/patterns/drafting')
|
||||||
const testPatternSampling = require('../../../tests/patterns/sampling')
|
const testPatternSampling = require('../../../tests/patterns/sampling')
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig('paco', new Paco(), expect, models, patterns)
|
testPatternConfig(
|
||||||
|
'paco',
|
||||||
|
new Paco(),
|
||||||
|
expect,
|
||||||
|
models,
|
||||||
|
patterns
|
||||||
|
)
|
||||||
|
|
||||||
// Test drafting
|
// Test drafting
|
||||||
testPatternDrafting('paco', Paco, expect, models, patterns)
|
testPatternDrafting(
|
||||||
|
'paco',
|
||||||
|
Paco,
|
||||||
|
expect,
|
||||||
|
models,
|
||||||
|
patterns
|
||||||
|
)
|
||||||
|
|
||||||
// Test sampling
|
// Test sampling
|
||||||
testPatternSampling('paco', Paco, expect, models, patterns)
|
testPatternSampling(
|
||||||
|
'paco',
|
||||||
|
Paco,
|
||||||
|
expect,
|
||||||
|
models,
|
||||||
|
patterns
|
||||||
|
)
|
||||||
|
|
|
@ -1,26 +1,29 @@
|
||||||
# Change log for: @freesewing/penelope
|
# Change log for: @freesewing/penelope
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,21 @@
|
||||||
# Change log for: @freesewing/plugin-bust
|
# Change log for: @freesewing/plugin-bust
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,22 +1,25 @@
|
||||||
# Change log for: @freesewing/plugin-buttons
|
# Change log for: @freesewing/plugin-buttons
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Snippet names are changed, `snap-male` is now `snap-stud` and `snap-female` is now `snap-socket` Changing this to avoid needless use of gender related terminology.
|
- Snippet names are changed, `snap-male` is now `snap-stud` and `snap-female` is now `snap-socket` Changing this to avoid needless use of gender related terminology.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
# Change log for: @freesewing/plugin-measurements
|
# Change log for: @freesewing/plugin-measurements
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- A FreeSewing plugin that adds measurements that can be calculated based on existing measurements
|
- A FreeSewing plugin that adds measurements that can be calculated based on existing measurements
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
# Change log for: @freesewing/plugin-mirror
|
# Change log for: @freesewing/plugin-mirror
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- A FreeSewing plugin for mirroring points or paths
|
- A FreeSewing plugin for mirroring points or paths
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,28 @@
|
||||||
# Change log for: @freesewing/sandy
|
# Change log for: @freesewing/sandy
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,22 @@
|
||||||
# Change log for: @freesewing/shin
|
# Change log for: @freesewing/shin
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,73 +1,76 @@
|
||||||
# Change log for: @freesewing/simon
|
# Change log for: @freesewing/simon
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Set missing option `brianFitCollar` to `false`
|
- Set missing option `brianFitCollar` to `false`
|
||||||
- Don't assume the `chHips-notch` is available because it's not in Simone. Fixes [#833](https://github.com/freesewing/freesewing.org/issues/833)
|
- Don't assume the `chHips-notch` is available because it's not in Simone. Fixes [#833](https://github.com/freesewing/freesewing.org/issues/833)
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#253](https://github.com/freesewing/freesewing/issues/253): Fixed type in simon sleeve causing incorrect cuff issue
|
- [#253](https://github.com/freesewing/freesewing/issues/253): Fixed type in simon sleeve causing incorrect cuff issue
|
||||||
|
|
||||||
## 2.1.8 (2019-12-16)
|
## 2.1.8 (2019-12-16)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
|
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
|
||||||
- Added the `backDarts` option to control the inclusion of back darts
|
- Added the `backDarts` option to control the inclusion of back darts
|
||||||
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
||||||
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
|
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
|
||||||
- Added a missing paperless dimension for the waist
|
- Added a missing paperless dimension for the waist
|
||||||
- Fixed an issue where the split yoke option was not taken into account correctly
|
- Fixed an issue where the split yoke option was not taken into account correctly
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
||||||
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||||
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,42 @@
|
||||||
# Change log for: @freesewing/simone
|
# Change log for: @freesewing/simone
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Set missing option `brianFitCollar` to `false`
|
- Set missing option `brianFitCollar` to `false`
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the Simone shirt pattern
|
- Added the Simone shirt pattern
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,42 @@
|
||||||
# Change log for: @freesewing/sven
|
# Change log for: @freesewing/sven
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Avoided loading unset ribbingHeight from store
|
- Avoided loading unset ribbingHeight from store
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved the shaping of the side seam
|
- Improved the shaping of the side seam
|
||||||
- Changed some option to better defaults
|
- Changed some option to better defaults
|
||||||
- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,29 @@
|
||||||
# Change log for: @freesewing/tamiko
|
# Change log for: @freesewing/tamiko
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Switch from `shoulderSlope` option to `shoulderSlope` measurement
|
- Switch from `shoulderSlope` option to `shoulderSlope` measurement
|
||||||
- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,34 @@
|
||||||
# Change log for: @freesewing/theo
|
# Change log for: @freesewing/theo
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed issue with side piece
|
- Fixed issue with side piece
|
||||||
|
|
||||||
## 2.0.1 (2019-09-01)
|
## 2.0.1 (2019-09-01)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece.
|
- [#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece.
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
# Change log for: @freesewing/titan
|
# Change log for: @freesewing/titan
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- A FreeSewing block for pants/trousers
|
- A FreeSewing block for pants/trousers
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,28 @@
|
||||||
# Change log for: @freesewing/trayvon
|
# Change log for: @freesewing/trayvon
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,21 @@
|
||||||
# Change log for: @freesewing/tutorial
|
# Change log for: @freesewing/tutorial
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,102 +1,105 @@
|
||||||
# Change log for: @freesewing/utils
|
# Change log for: @freesewing/utils
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added backend calls for creating gists/issues on Github
|
- Added backend calls for creating gists/issues on Github
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- `neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- `neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changed `neckstimate` to handle new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Changed `neckstimate` to handle new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- Changed `neckstimate` to support all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Changed `neckstimate` to support all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Added the `isDegMeasurement` method
|
- Added the `isDegMeasurement` method
|
||||||
|
|
||||||
## 2.4.5 (2020-03-19)
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- neckstimate() now returns values rounded to nearest mm
|
- neckstimate() now returns values rounded to nearest mm
|
||||||
|
|
||||||
## 2.4.1 (2020-03-04)
|
## 2.4.1 (2020-03-04)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Neckstimate now uses proportions only
|
- Neckstimate now uses proportions only
|
||||||
|
|
||||||
## 2.1.6 (2019-11-24)
|
## 2.1.6 (2019-11-24)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
||||||
|
|
||||||
## 2.1.3 (2019-10-18)
|
## 2.1.3 (2019-10-18)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
||||||
|
|
||||||
## 2.1.1 (2019-10-13)
|
## 2.1.1 (2019-10-13)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an issue with the formatMm method not adding units
|
- Fixed an issue with the formatMm method not adding units
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added backend methods for administration
|
- Added backend methods for administration
|
||||||
- Added the resendActivationEmail method to backend
|
- Added the resendActivationEmail method to backend
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an issue where optionDefault was not handling list options correctly
|
- Fixed an issue where optionDefault was not handling list options correctly
|
||||||
|
|
||||||
## 2.0.3 (2019-09-15)
|
## 2.0.3 (2019-09-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Removed lingering debug statement in formatImperial
|
- Removed lingering debug statement in formatImperial
|
||||||
|
|
||||||
## 2.0.1 (2019-09-01)
|
## 2.0.1 (2019-09-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- The `measurementDiffers` method is new.
|
- The `measurementDiffers` method is new.
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
<p align='center'><a
|
<p align='center'><a
|
||||||
href="https://www.npmjs.com/package/@freesewing/utils"
|
href="https://www.npmjs.com/package/@freesewing/utils"
|
||||||
title="@freesewing/utils on NPM"
|
title="@freesewing/utils on NPM"
|
||||||
|
@ -44,16 +43,18 @@
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
This repository is our *monorepo* holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||||
This folder holds **@freesewing/utils**
|
This folder holds **@freesewing/utils**
|
||||||
|
|
||||||
A collection of utilities shared across freesewing projects
|
A collection of utilities shared across freesewing projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## About FreeSewing 💀
|
## About FreeSewing 💀
|
||||||
|
|
||||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
Our [core library](https://freesewing.dev/reference/api/) is a _batteries-included_ toolbox
|
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||||
for parametric design of sewing patterns. It's a modular system (check our list
|
for parametric design of sewing patterns. It's a modular system (check our list
|
||||||
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
||||||
|
|
||||||
|
@ -80,11 +81,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
## Links 👩💻
|
## Links 👩💻
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
## License: MIT 🤓
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
|
|
@ -1,52 +1,55 @@
|
||||||
# Change log for: @freesewing/wahid
|
# Change log for: @freesewing/wahid
|
||||||
|
|
||||||
|
|
||||||
## 2.7.1 (2020-07-24)
|
## 2.7.1 (2020-07-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the `square` hem style. Fixes [#672](https://github.com/freesewing/freesewing.org/issues/672)
|
- Added the `square` hem style. Fixes [#672](https://github.com/freesewing/freesewing.org/issues/672)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Hem radius can no longer be zero. Use teh `square` hem style for that
|
- Hem radius can no longer be zero. Use teh `square` hem style for that
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
- Removed `wrist` and `shoulderToWrist` as required measurements
|
- Removed `wrist` and `shoulderToWrist` as required measurements
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Removed paths.test
|
- Removed paths.test
|
||||||
- Do not draw the pocket outline unless complete is truthy
|
- Do not draw the pocket outline unless complete is truthy
|
||||||
- Prevent rounded corners on pocket bag and lining to be drawn twice
|
- Prevent rounded corners on pocket bag and lining to be drawn twice
|
||||||
- Closed the front seam path
|
- Closed the front seam path
|
||||||
- Draft the front lining/facing even when complete is falsy
|
- Draft the front lining/facing even when complete is falsy
|
||||||
|
|
||||||
## 2.4.5 (2020-03-19)
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Check whether frontScyeDart option is zero prior to implementing it
|
- Check whether frontScyeDart option is zero prior to implementing it
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,29 @@
|
||||||
# Change log for: @freesewing/waralee
|
# Change log for: @freesewing/waralee
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
- Removed `Circumference` suffix from measurement names
|
- Removed `Circumference` suffix from measurement names
|
||||||
|
|
||||||
## 2.2.0 (2020-02-22)
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
||||||
## 2.1.0 (2019-10-06)
|
## 2.1.0 (2019-10-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
This is the **initial release**, and the start of this change log.
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
> Prior to version 2, FreeSewing was not a JavaScript project.
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
> As such, that history is out of scope for this change log.
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue