diff --git a/.github/workflows/tests.aaron.yml b/.github/workflows/tests.aaron.yml index d65d540c5d7..805db886f2d 100644 --- a/.github/workflows/tests.aaron.yml +++ b/.github/workflows/tests.aaron.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.benjamin.yml b/.github/workflows/tests.benjamin.yml index d6d4d120761..a11afc9b3eb 100644 --- a/.github/workflows/tests.benjamin.yml +++ b/.github/workflows/tests.benjamin.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.bent.yml b/.github/workflows/tests.bent.yml index cc8edd534f2..9305ec65433 100644 --- a/.github/workflows/tests.bent.yml +++ b/.github/workflows/tests.bent.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.breanna.yml b/.github/workflows/tests.breanna.yml index d273dd1f964..a7f02b3a36b 100644 --- a/.github/workflows/tests.breanna.yml +++ b/.github/workflows/tests.breanna.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.brian.yml b/.github/workflows/tests.brian.yml index 28f79ecee32..bd734d60428 100644 --- a/.github/workflows/tests.brian.yml +++ b/.github/workflows/tests.brian.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.bruce.yml b/.github/workflows/tests.bruce.yml index a96253a665b..5047b67ebde 100644 --- a/.github/workflows/tests.bruce.yml +++ b/.github/workflows/tests.bruce.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.carlita.yml b/.github/workflows/tests.carlita.yml index fd9dd7b64c4..418dd3e9a41 100644 --- a/.github/workflows/tests.carlita.yml +++ b/.github/workflows/tests.carlita.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.carlton.yml b/.github/workflows/tests.carlton.yml index f2495d1d3d8..6804886f94e 100644 --- a/.github/workflows/tests.carlton.yml +++ b/.github/workflows/tests.carlton.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.cathrin.yml b/.github/workflows/tests.cathrin.yml index 7d4113c4d79..5b142425f42 100644 --- a/.github/workflows/tests.cathrin.yml +++ b/.github/workflows/tests.cathrin.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.diana.yml b/.github/workflows/tests.diana.yml index ecf837d4e16..6b40c442bfa 100644 --- a/.github/workflows/tests.diana.yml +++ b/.github/workflows/tests.diana.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.examples.yml b/.github/workflows/tests.examples.yml index 9e1f2bcdec6..c3dac32fc6b 100644 --- a/.github/workflows/tests.examples.yml +++ b/.github/workflows/tests.examples.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.florence.yml b/.github/workflows/tests.florence.yml index b63fd290664..b3e3a1f723b 100644 --- a/.github/workflows/tests.florence.yml +++ b/.github/workflows/tests.florence.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.florent.yml b/.github/workflows/tests.florent.yml index 86c13c88781..5601ccc8e70 100644 --- a/.github/workflows/tests.florent.yml +++ b/.github/workflows/tests.florent.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.holmes.yml b/.github/workflows/tests.holmes.yml index 9f8c6b86a48..132e5efd272 100644 --- a/.github/workflows/tests.holmes.yml +++ b/.github/workflows/tests.holmes.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.huey.yml b/.github/workflows/tests.huey.yml index 0bbea2bc1f1..5a79f061d85 100644 --- a/.github/workflows/tests.huey.yml +++ b/.github/workflows/tests.huey.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.hugo.yml b/.github/workflows/tests.hugo.yml index 737cc3ae77d..f7d680697d4 100644 --- a/.github/workflows/tests.hugo.yml +++ b/.github/workflows/tests.hugo.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.jaeger.yml b/.github/workflows/tests.jaeger.yml index b8829ac1ad4..6872031f99c 100644 --- a/.github/workflows/tests.jaeger.yml +++ b/.github/workflows/tests.jaeger.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.legend.yml b/.github/workflows/tests.legend.yml index 12aeaa1c870..46583367d0a 100644 --- a/.github/workflows/tests.legend.yml +++ b/.github/workflows/tests.legend.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.paco.yml b/.github/workflows/tests.paco.yml index 21ad138cd3e..3be19375574 100644 --- a/.github/workflows/tests.paco.yml +++ b/.github/workflows/tests.paco.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.penelope.yml b/.github/workflows/tests.penelope.yml index 4ee7428abe2..f0ad3248fda 100644 --- a/.github/workflows/tests.penelope.yml +++ b/.github/workflows/tests.penelope.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.rendertest.yml b/.github/workflows/tests.rendertest.yml index ab29567bf32..a8f815f8fd7 100644 --- a/.github/workflows/tests.rendertest.yml +++ b/.github/workflows/tests.rendertest.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.sandy.yml b/.github/workflows/tests.sandy.yml index 7094e5bed49..53e30d3d2ed 100644 --- a/.github/workflows/tests.sandy.yml +++ b/.github/workflows/tests.sandy.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.shin.yml b/.github/workflows/tests.shin.yml index 02838547092..54ecb4c4204 100644 --- a/.github/workflows/tests.shin.yml +++ b/.github/workflows/tests.shin.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.simon.yml b/.github/workflows/tests.simon.yml index e52baa4113d..1c8c827d8cb 100644 --- a/.github/workflows/tests.simon.yml +++ b/.github/workflows/tests.simon.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.simone.yml b/.github/workflows/tests.simone.yml index 4ae4c30b6c2..3fde1f751ec 100644 --- a/.github/workflows/tests.simone.yml +++ b/.github/workflows/tests.simone.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.sven.yml b/.github/workflows/tests.sven.yml index b32cac550ca..3cf7890861d 100644 --- a/.github/workflows/tests.sven.yml +++ b/.github/workflows/tests.sven.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.tamiko.yml b/.github/workflows/tests.tamiko.yml index 1d00e65c865..173d40bc6b6 100644 --- a/.github/workflows/tests.tamiko.yml +++ b/.github/workflows/tests.tamiko.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.theo.yml b/.github/workflows/tests.theo.yml index 6c216665baa..17e59ea9e30 100644 --- a/.github/workflows/tests.theo.yml +++ b/.github/workflows/tests.theo.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.trayvon.yml b/.github/workflows/tests.trayvon.yml index 15ffe418826..4f707416100 100644 --- a/.github/workflows/tests.trayvon.yml +++ b/.github/workflows/tests.trayvon.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.tutorial.yml b/.github/workflows/tests.tutorial.yml index 74d49819b68..42d4eab969e 100644 --- a/.github/workflows/tests.tutorial.yml +++ b/.github/workflows/tests.tutorial.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.wahid.yml b/.github/workflows/tests.wahid.yml index fa0359461e3..c690f041c26 100644 --- a/.github/workflows/tests.wahid.yml +++ b/.github/workflows/tests.wahid.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.github/workflows/tests.waralee.yml b/.github/workflows/tests.waralee.yml index 46b6449590a..3d22f818245 100644 --- a/.github/workflows/tests.waralee.yml +++ b/.github/workflows/tests.waralee.yml @@ -4,6 +4,7 @@ on: [push] jobs: test: + runs-on: ubuntu-latest strategy: @@ -22,7 +23,7 @@ jobs: env: CI: true - 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: CI: true - name: Build pattern diff --git a/.gitignore b/.gitignore index dc6c5cdc13b..e0f5c7d99e5 100644 --- a/.gitignore +++ b/.gitignore @@ -81,8 +81,6 @@ yarn-error.log* lerna-debug.log* packages/core/.nyc_output packages/i18n/sort.sh -packages/create-freesewing-pattern/index.js -packages/create-freesewing-pattern/lib/cli.js .gitignore scripts/taskrunner.sh scripts/verdaccio.sh diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000000..18b8b4ed929 --- /dev/null +++ b/.prettierignore @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f9284182b8a..bcbd188b284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,39 @@ # Change log for: FreeSewing (global) + ## Unreleased + ## 2.8.0 (2020-08-10) ### benjamin #### Fixed -- Fix for incorrect length of the ribbon + - Fix for incorrect length of the ribbon ### components #### Added -- Added Paco to LineDrawing component + - Added Paco to LineDrawing component #### Removed -- Removed the `Footer` component + - Removed the `Footer` component ### core #### Fixed -- Fix an edge case in utils.pointOnCurve for perfect horizontal curves + - Fix an edge case in utils.pointOnCurve for perfect horizontal curves ### paco #### Added -- Initial release for Paco, a pattern for summer pants + - Initial release for Paco, a pattern for summer pants + ## 2.7.2 (2020-07-29) @@ -38,7 +41,8 @@ #### 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) @@ -46,81 +50,82 @@ #### Fixed -- Set missing option `brianFitCollar` to `false` + - Set missing option `brianFitCollar` to `false` ### bruce #### Fixed -- Fixed a check for an undefined value in the store + - Fixed a check for an undefined value in the store ### carlton #### Fixed -- Removed unused `hipsEase` code + - Removed unused `hipsEase` code ### components #### Added -- Workbench now includes events debug output and enables debug by default + - Workbench now includes events debug output and enables debug by default ### core #### Added -- Added new debug functionality through the use of the `raise.debug` -- Added a new `debug` setting -- Shorthand now proxies objects to allow debug and raise + - Added new debug functionality through the use of the `raise.debug` + - Added a new `debug` setting + - Shorthand now proxies objects to allow debug and raise ### css-theme #### Added -- Added themeing for events + - Added themeing for events ### hugo #### Fixed -- Set missing option `brianFitCollar` to `false` -- Adding missing control point to front neck opening + - Set missing option `brianFitCollar` to `false` + - Adding missing control point to front neck opening ### simon #### Fixed -- 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) + - 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) ### simone #### Fixed -- Set missing option `brianFitCollar` to `false` + - Set missing option `brianFitCollar` to `false` ### sven #### Fixed -- Avoided loading unset ribbingHeight from store + - Avoided loading unset ribbingHeight from store ### utils #### Added -- Added backend calls for creating gists/issues on Github + - Added backend calls for creating gists/issues on Github ### wahid #### 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 -- 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) @@ -128,352 +133,353 @@ #### Changed -- Updated side seam shaping and tweaked options for better defaults -- Better handling of `armholeDrop` option -- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Report armhole and neck opening length through raised events + - Updated side seam shaping and tweaked options for better defaults + - Better handling of `armholeDrop` option + - Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Report armhole and neck opening length through raised events #### 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) ### benjamin #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### bent #### Changed -- Increased default for the `cuffEase` option -- Decreased default for the `armholeDepth` option -- Better range for the `shoulderSlopeReduction` measurement -- 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 -- Removed `Circumference` suffix from measurement names + - Increased default for the `cuffEase` option + - Decreased default for the `armholeDepth` option + - Better range for the `shoulderSlopeReduction` measurement + - 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 + - Removed `Circumference` suffix from measurement names ### breanna #### Changed -- 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) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - 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) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ### brian #### Changed -- 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) -- Set HPS as anchor point for sampling in front and back -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - 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) + - Set HPS as anchor point for sampling in front and back + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ### bruce #### Changed -- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements #### 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. ### carlita #### Changed -- Better range for the `shoulderSlopeReduction` measurement -- 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 -- Removed `Circumference` suffix from measurement names + - Better range for the `shoulderSlopeReduction` measurement + - 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 + - Removed `Circumference` suffix from measurement names ### carlton #### Changed -- Better range for the `shoulderSlopeReduction` measurement -- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Better range for the `shoulderSlopeReduction` measurement + - Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### cathrin #### Changed -- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Set sample anchor points on all panels -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Set sample anchor points on all panels + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements #### Fixed -- [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 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 ### components #### Added -- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test) -- 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 -- Added support for custom sample styles -- Added Titan linedrawing + - The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test) + - 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 + - Added support for custom sample styles + - Added Titan linedrawing #### 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 bug that broke millimeter sliders + - Fixed bug that broke millimeter sliders ### core #### Added -- 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 raising events via `raise.[type]()` method + - 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 raising events via `raise.[type]()` method #### 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) ### css-theme #### 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 ### diana #### Changed -- 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) -- Removed `Circumference` suffix from measurement names + - 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) + - Removed `Circumference` suffix from measurement names ### florence #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### florent #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### holmes #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### huey #### Changed -- No longer use the `naturalWaist` measurement -- Changed some option to better defaults -- 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 -- Removed `Circumference` suffix from measurement names + - No longer use the `naturalWaist` measurement + - Changed some option to better defaults + - 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 + - Removed `Circumference` suffix from measurement names #### 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) ### hugo #### Added -- Added shaping of the side seam + - Added shaping of the side seam #### Changed -- Changed some option to better defaults -- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Changed some option to better defaults + - Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ### i18n #### Changed -- Added translations for Titan -- Removed `Circumference` suffix from measurement names + - Added translations for Titan + - Removed `Circumference` suffix from measurement names ### jaeger #### Changed -- Changed some option to better defaults -- 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) -- Removed `Circumference` suffix from measurement names + - Changed some option to better defaults + - 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) + - Removed `Circumference` suffix from measurement names ### legend #### Added -- A pattern to document the markings on our patterns -- Initial release + - A pattern to document the markings on our patterns + - Initial release ### models #### Changed -- 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) -- Removed `Circumference` suffix from measurement names + - 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) + - Removed `Circumference` suffix from measurement names ### penelope #### Changed -- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### plugin-bust #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### plugin-buttons #### 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 -- 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 ### plugin-measurements #### 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 ### plugin-mirror #### Added -- A FreeSewing plugin for mirroring points or paths -- Initial release + - A FreeSewing plugin for mirroring points or paths + - Initial release ### sandy #### Changed -- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### shin #### Changed -- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### simon #### Changed -- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### simone #### Changed -- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### sven #### Changed -- Improved the shaping of the side seam -- Changed some option to better defaults -- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Improved the shaping of the side seam + - Changed some option to better defaults + - Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### tamiko #### Changed -- Switch from `shoulderSlope` option to `shoulderSlope` measurement -- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Switch from `shoulderSlope` option to `shoulderSlope` measurement + - Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### theo #### Changed -- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names + - Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names ### titan #### Added -- A FreeSewing block for pants/trousers -- Initial release + - A FreeSewing block for pants/trousers + - Initial release ### trayvon #### Changed -- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ### tutorial #### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ### utils #### Added -- 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) + - 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) #### Changed -- 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) -- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names -- Added the `isDegMeasurement` method + - 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) + - Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names + - Added the `isDegMeasurement` method ### wahid #### Changed -- Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Removed `wrist` and `shoulderToWrist` as required measurements + - Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Removed `wrist` and `shoulderToWrist` as required measurements ### waralee #### Changed -- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names + - Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names + ## 2.6.0 (2020-05-01) @@ -481,77 +487,78 @@ #### Fixed -- The `saBase` path is no longer being rendered + - The `saBase` path is no longer being rendered ### components #### Added -- [#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 -- New shortcut buttons and sidebar collapse support for Workbench -- Refactor to remove prop-types dependency -- Reworked the withLanguage component to allow adding translations at run-time + - [#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 + - New shortcut buttons and sidebar collapse support for Workbench + - Refactor to remove prop-types dependency + - Reworked the withLanguage component to allow adding translations at run-time ### core #### Changed -- 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()` + - 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()` ### create-freesewing-pattern #### Added -- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old. + - [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old. ### css-theme #### Added -- New styled for updated Workbench component + - New styled for updated Workbench component ### florence #### Added -- Florence is a face mask pattern + - Florence is a face mask pattern #### Deprecated -- @freesewing/fu has been renamed to @freesewing/florence + - @freesewing/fu has been renamed to @freesewing/florence ### hugo #### Fixed -- Render fully-sized pattern parts when complete is falsy -- Do not render pocket outline when complete is falsy -- Do not render pocket facing hint 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 facing hint when complete is falsy ### i18n #### Changed -- Changes to support the renaming of @freesewing/fu to @freesewing/florence + - Changes to support the renaming of @freesewing/fu to @freesewing/florence ### plugin-export-dxf #### Added -- This plugin can export your pattern as DXF-ASTM -- Initial release + - This plugin can export your pattern as DXF-ASTM + - Initial release ### wahid #### Fixed -- Removed paths.test -- Do not draw the pocket outline unless complete is truthy -- Prevent rounded corners on pocket bag and lining to be drawn twice -- Closed the front seam path -- Draft the front lining/facing even when complete is falsy + - Removed paths.test + - Do not draw the pocket outline unless complete is truthy + - Prevent rounded corners on pocket bag and lining to be drawn twice + - Closed the front seam path + - Draft the front lining/facing even when complete is falsy + ## 2.5.0 (2020-04-05) @@ -559,23 +566,24 @@ #### Changed -- The sidebar no longer has a different background + - The sidebar no longer has a different background #### Fixed -- Fixed incorrect border value on active sidebar link + - Fixed incorrect border value on active sidebar link ### diana #### Added -- Diana is a top with a draped neck + - Diana is a top with a draped neck ### i18n #### Added -- title, description, and options for Dianna + - title, description, and options for Dianna + ## 2.4.6 (2020-03-23) @@ -583,7 +591,8 @@ #### Fixed -- Fixed an bug in the i18n package + - Fixed an bug in the i18n package + ## 2.4.5 (2020-03-19) @@ -591,19 +600,20 @@ #### Changed -- Improved shape based on community feedback + - Improved shape based on community feedback ### utils #### Changed -- neckstimate() now returns values rounded to nearest mm + - neckstimate() now returns values rounded to nearest mm ### wahid #### Fixed -- Check whether frontScyeDart option is zero prior to implementing it + - Check whether frontScyeDart option is zero prior to implementing it + ## 2.4.4 (2020-03-15) @@ -611,37 +621,38 @@ #### 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 ### huey #### Fixed -- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default + - The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default ### plugin-dimension #### Changed -- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time + - Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time ### simon #### Fixed -- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default + - The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default ### simone #### Fixed -- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default + - The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default ### sven #### Fixed -- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default + - The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default + ## 2.4.3 (2020-03-12) @@ -649,7 +660,8 @@ #### Added -- Added more translations + - Added more translations + ## 2.4.2 (2020-03-08) @@ -657,19 +669,20 @@ #### Changed -- Don't load docs in DraftConfigurator + - Don't load docs in DraftConfigurator ### i18n #### Added -- Added more strings + - Added more strings ### plugin-title #### Changed -- Added _for_ to title output + - Added *for* to title output + ## 2.4.1 (2020-03-04) @@ -677,13 +690,14 @@ #### Fixed -- Fixed `updatePatternData` props issue in the Workbench component + - Fixed `updatePatternData` props issue in the Workbench component ### utils #### 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.4.0 (2020-02-29) @@ -691,8 +705,9 @@ #### Added -- Florence is a face mask pattern -- Initial release + - Florence is a face mask pattern + - Initial release + ## 2.3.0 (2020-02-23) @@ -700,15 +715,16 @@ #### Added -- Homes is a pattern for a Sherlock Holmes hat -- Initial release + - Homes is a pattern for a Sherlock Holmes hat + - Initial release ### plugin-gore #### Added -- A plugin to generate gores for semi-spheres or domes -- Initial release + - A plugin to generate gores for semi-spheres or domes + - Initial release + ## 2.2.0 (2020-02-22) @@ -716,206 +732,207 @@ #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### bent #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### breanna #### Added -- Breanna is a body block for womenswear + - Breanna is a body block for womenswear #### Changed -- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements + - Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements ### brian #### Changed -- Reworked Brian to use the new shoulderslope measurement -- Removed deprecated `centerBackNeckToWaist` measurement -- The `neck` point has been renamed to `hps` + - Reworked Brian to use the new shoulderslope measurement + - Removed deprecated `centerBackNeckToWaist` measurement + - The `neck` point has been renamed to `hps` ### carlita #### Changed -- Renamed `highPointShoulderToBust` measurement to `hpsToBust` -- Removed deprecated `centerBackNeckToWaist` measurement + - Renamed `highPointShoulderToBust` measurement to `hpsToBust` + - Removed deprecated `centerBackNeckToWaist` measurement ### carlton #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### components #### Added -- Added LineDrawing for Breanna + - Added LineDrawing for Breanna #### Changed -- DraftConfigurator has been updated to reflect frontend naming changes -- Updated Workbench component to pass data rather than gist to DraftConfigurator -- Term `pattern` is now `design` -- Term `recipe` is now `pattern` -- Term `gist` is now `data` + - DraftConfigurator has been updated to reflect frontend naming changes + - Updated Workbench component to pass data rather than gist to DraftConfigurator + - Term `pattern` is now `design` + - Term `recipe` is now `pattern` + - Term `gist` is now `data` ### core #### Added -- Added the `Path.noop()` method -- Added the `Path.insop()` methods + - Added the `Path.noop()` method + - Added the `Path.insop()` methods ### create-freesewing-pattern #### Fixed -- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names + - [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names ### css-theme #### Added -- Added styling for table.data + - Added styling for table.data #### Changed -- Added new styles for the frontend changes in 2.2 -- Removed smaller fonts in ul.links + - Added new styles for the frontend changes in 2.2 + - Removed smaller fonts in ul.links ### florent #### 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 ### huey #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### hugo #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement #### Fixed -- Made sure dimensions for hood center and waistband are always shown + - Made sure dimensions for hood center and waistband are always shown ### i18n #### Added -- Added translations for Breanna + - Added translations for Breanna #### Changed -- Added/Updated strings for the 2.2 frontend changes -- Changed `Joost De Cock` to `Joost` because spam filters don't like cock + - Added/Updated strings for the 2.2 frontend changes + - Changed `Joost De Cock` to `Joost` because spam filters don't like cock #### Removed -- 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 homepage translation, and moved that content to markdown + - Removed the files for editor translation, as it is no longer used ### jaeger #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### models #### 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 ### mui-theme #### Changed -- Changed the light background to `#f8f9fa` rather than `#fff` -- Changed the navbar to be light/dark based on the theme, rather than always dark + - Changed the light background to `#f8f9fa` rather than `#fff` + - Changed the navbar to be light/dark based on the theme, rather than always dark ### penelope #### Fixed -- Fixed tags in pattern config file + - Fixed tags in pattern config file ### sandy #### Fixed -- Fixed tags in pattern config file + - Fixed tags in pattern config file ### simon #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### simone #### Changed -- Renamed `highPointShoulderToBust` measurement to `hpsToBust` -- Removed deprecated `centerBackNeckToWaist` measurement + - Renamed `highPointShoulderToBust` measurement to `hpsToBust` + - Removed deprecated `centerBackNeckToWaist` measurement ### sven #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### tamiko #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### theo #### Fixed -- Fixed issue with side piece + - Fixed issue with side piece ### trayvon #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### utils #### Changed -- Neckstimate now uses proportions only + - Neckstimate now uses proportions only ### wahid #### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### waralee #### Fixed -- Fixed tags in pattern config file + - Fixed tags in pattern config file + ## 2.1.9 (2020-01-18) @@ -923,13 +940,14 @@ #### 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 ### simon #### 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) @@ -937,7 +955,8 @@ #### 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.7 (2019-12-15) @@ -945,8 +964,9 @@ #### Fixed -- Added missing scalebox -- Re-numbered tail as part 5 + - Added missing scalebox + - Re-numbered tail as part 5 + ## 2.1.6 (2019-11-24) @@ -954,7 +974,8 @@ #### 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.5 (2019-11-19) @@ -962,7 +983,8 @@ #### Fixed -- Fixed issue where inch marks where breaking SVG because of unescaped double quotes + - Fixed issue where inch marks where breaking SVG because of unescaped double quotes + ## 2.1.4 (2019-11-01) @@ -970,11 +992,12 @@ #### 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 -- The Ogol component has been removed as it wasn't used + - The Ogol component has been removed as it wasn't used + ## 2.1.3 (2019-10-18) @@ -982,17 +1005,18 @@ #### Added -- More translated strings + - More translated strings ### utils #### Changed -- Adjusted slope of the shoulderToShoulder measurement in neckstimate data + - Adjusted slope of the shoulderToShoulder measurement in neckstimate data #### 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.2 (2019-10-14) @@ -1000,7 +1024,8 @@ #### 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.1 (2019-10-13) @@ -1008,33 +1033,34 @@ #### Added -- Added the fixme type Blockquote component + - Added the fixme type Blockquote component ### css-theme #### Fixed -- Fixed padding issue on mobile + - Fixed padding issue on mobile ### gatsby-remark-jargon #### Added -- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon -- Initial release + - Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon + - Initial release ### remark-jargon #### Added -- Added the remark-jargon package, a remark plugin for jargon terms -- Initial release + - Added the remark-jargon package, a remark plugin for jargon terms + - Initial release ### utils #### 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) @@ -1042,89 +1068,90 @@ #### Added -- Added support for restoring recipe and pattern defaults in DraftConfigurator + - Added support for restoring recipe and pattern defaults in DraftConfigurator #### Changed -- Added Penelope and Waralee linedrawings -- Changed animation of the Spinner component + - Added Penelope and Waralee linedrawings + - Changed animation of the Spinner component #### Fixed -- Fixed display of nested option in SampleConfigurator -- Fixed conflicting key values in React components -- Fixed issue with display of list options in Draftconfigurator + - Fixed display of nested option in SampleConfigurator + - Fixed conflicting key values in React components + - Fixed issue with display of list options in Draftconfigurator ### core #### 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. ### css-theme #### Changed -- Made tweaks to the main/sidebar layout + - Made tweaks to the main/sidebar layout #### Fixed -- Reduced the sidebar height by 64px to take navbar into account -- Fixed blockquote width on XS screens -- Made sidebar wider + - Reduced the sidebar height by 64px to take navbar into account + - Fixed blockquote width on XS screens + - Made sidebar wider ### i18n #### Added -- Added translations for Penelope, Waralee, and Simone + - Added translations for Penelope, Waralee, and Simone ### penelope #### Added -- Added the Penelope Pencil Skirt pattern by @woutervdub -- Initial release + - Added the Penelope Pencil Skirt pattern by @woutervdub + - Initial release ### simon #### Changed -- [#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 `backDartsShaping` option to control the amount of shaping by the back darts -- Changed the defaults to slightly reduce the ease and adapt the sleevecap + - [#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 `backDartsShaping` option to control the amount of shaping by the back darts + - Changed the defaults to slightly reduce the ease and adapt the sleevecap #### Fixed -- 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 -- Fixed an issue where the split yoke option was not taken into account correctly + - 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 + - Fixed an issue where the split yoke option was not taken into account correctly ### simone #### Added -- Added the Simone shirt pattern -- Initial release + - Added the Simone shirt pattern + - Initial release ### utils #### Added -- Added backend methods for administration -- Added the resendActivationEmail method to backend + - Added backend methods for administration + - Added the resendActivationEmail method to backend #### Fixed -- Fixed an issue where optionDefault was not handling list options correctly + - Fixed an issue where optionDefault was not handling list options correctly ### waralee #### Added -- Added the Waralee wrap Pants pattern by @woutervdub -- Initial release + - Added the Waralee wrap Pants pattern by @woutervdub + - Initial release + ## 2.0.4 (2019-09-27) @@ -1132,17 +1159,18 @@ #### 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 ### components #### Added -- Advanced options and settings are now hidden by default in DraftConfigurator + - Advanced options and settings are now hidden by default in DraftConfigurator #### 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) @@ -1150,25 +1178,26 @@ #### 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 ### components #### 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 ### create-freesewing-pattern #### Fixed -- Updated example package.json to use latest tag rather than beta + - Updated example package.json to use latest tag rather than beta ### utils #### Fixed -- Fix measurementDiffers to pass breasts parameter to neckstimate + - Fix measurementDiffers to pass breasts parameter to neckstimate + ## 2.0.2 (2019-09-06) @@ -1176,58 +1205,59 @@ #### Fixed -- Added bandLength option to fit optiongroup (it was missing) + - Added bandLength option to fit optiongroup (it was missing) ### components #### 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) -- Workbench now also lets you preload a `withBreasts` set of measurements -- 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 + - [#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 + - 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 ### create-freesewing-pattern #### Changed -- Updated dependencies + - Updated dependencies #### Fixed -- Added missing `file-saver` dependency + - Added missing `file-saver` dependency ### css-theme #### Fixed -- Updated styles for DraftConfigurator component for pattern options 3 levels deep + - Updated styles for DraftConfigurator component for pattern options 3 levels deep ### i18n #### 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 ### jaeger #### 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 ### simon #### Fixed -- [#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 -- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance + - [#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 + - [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance ### utils #### Fixed -- Removed lingering debug statement in formatImperial + - Removed lingering debug statement in formatImperial + ## 2.0.1 (2019-09-01) @@ -1235,28 +1265,29 @@ #### Added -- Expanded the size ranges available. -- Added the `withBreasts` models which were missing in earlier releases. + - Expanded the size ranges available. + - Added the `withBreasts` models which were missing in earlier releases. #### 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 -- [#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 ### theo #### 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. ### utils #### Added -- The `measurementDiffers` method is new. + - The `measurementDiffers` method is new. + ## 2.0.0 (2019-08-25) @@ -1264,298 +1295,300 @@ #### Added -- Initial release + - Initial release ### benjamin #### Added -- Initial release + - Initial release ### bent #### Added -- Initial release + - Initial release ### brian #### Added -- Initial release + - Initial release ### bruce #### Added -- Initial release + - Initial release ### carlita #### Added -- Initial release + - Initial release ### carlton #### Added -- Initial release + - Initial release ### cathrin #### Added -- Initial release + - Initial release ### components #### Added -- Initial release + - Initial release ### core #### Added -- Initial release + - Initial release ### create-freesewing-pattern #### Added -- Initial release + - Initial release ### css-theme #### Added -- Initial release + - Initial release ### examples #### Added -- Initial release + - Initial release ### florent #### Added -- Initial release + - Initial release ### huey #### Added -- Initial release + - Initial release ### hugo #### Added -- Initial release + - Initial release ### i18n #### Added -- Initial release + - Initial release ### jaeger #### Added -- Initial release + - Initial release ### models #### Added -- Initial release + - Initial release ### mui-theme #### Added -- Initial release + - Initial release ### pattern-info #### Added -- Initial release + - Initial release ### plugin-banner #### Added -- Initial release + - Initial release ### plugin-bundle #### Added -- Initial release + - Initial release ### plugin-bust #### Added -- Initial release + - Initial release ### plugin-buttons #### Added -- Initial release + - Initial release ### plugin-cutonfold #### Added -- Initial release + - Initial release ### plugin-dimension #### Added -- Initial release + - Initial release ### plugin-flip #### Added -- Initial release + - Initial release ### plugin-grainline #### Added -- Initial release + - Initial release ### plugin-i18n #### Added -- Initial release + - Initial release ### plugin-logo #### Added -- Initial release + - Initial release ### plugin-round #### Added -- Initial release + - Initial release ### plugin-scalebox #### Added -- Initial release + - Initial release ### plugin-sprinkle #### Added -- Initial release + - Initial release ### plugin-svgattr #### Added -- Initial release + - Initial release ### plugin-theme #### Added -- Initial release + - Initial release ### plugin-title #### Added -- Initial release + - Initial release ### plugin-validate #### Added -- Initial release + - Initial release ### prettier-config #### Added -- Initial release + - Initial release ### rendertest #### Added -- Initial release + - Initial release ### sandy #### Added -- Initial release + - Initial release ### shin #### Added -- Initial release + - Initial release ### simon #### Added -- Initial release + - Initial release ### sven #### Added -- Initial release + - Initial release ### tamiko #### Added -- Initial release + - Initial release ### theo #### Added -- Initial release + - Initial release ### trayvon #### Added -- Initial release + - Initial release ### tutorial #### Added -- Initial release + - Initial release ### utils #### Added -- Initial release + - Initial release ### wahid #### Added -- Initial release + - Initial release + + diff --git a/packages/aaron/CHANGELOG.md b/packages/aaron/CHANGELOG.md index 52219796245..ffed82c20df 100644 --- a/packages/aaron/CHANGELOG.md +++ b/packages/aaron/CHANGELOG.md @@ -1,38 +1,41 @@ # Change log for: @freesewing/aaron + ## 2.7.1 (2020-07-24) ### Fixed -- Set missing option `brianFitCollar` to `false` + - Set missing option `brianFitCollar` to `false` ## 2.7.0 (2020-07-12) ### Changed -- Updated side seam shaping and tweaked options for better defaults -- Better handling of `armholeDrop` option -- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Report armhole and neck opening length through raised events + - Updated side seam shaping and tweaked options for better defaults + - Better handling of `armholeDrop` option + - Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Report armhole and neck opening length through raised events ### 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) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/benjamin/CHANGELOG.md b/packages/benjamin/CHANGELOG.md index 1a7220e2e25..46b0afe828d 100644 --- a/packages/benjamin/CHANGELOG.md +++ b/packages/benjamin/CHANGELOG.md @@ -1,30 +1,33 @@ # Change log for: @freesewing/benjamin + ## 2.8.0 (2020-08-10) ### Fixed -- Fix for incorrect length of the ribbon + - Fix for incorrect length of the ribbon ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.0.2 (2019-09-06) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/bent/CHANGELOG.md b/packages/bent/CHANGELOG.md index 1c6b5b0130c..789a175d052 100644 --- a/packages/bent/CHANGELOG.md +++ b/packages/bent/CHANGELOG.md @@ -1,29 +1,32 @@ # Change log for: @freesewing/bent + ## 2.7.0 (2020-07-12) ### Changed -- Increased default for the `cuffEase` option -- Decreased default for the `armholeDepth` option -- Better range for the `shoulderSlopeReduction` measurement -- 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 -- Removed `Circumference` suffix from measurement names + - Increased default for the `cuffEase` option + - Decreased default for the `armholeDepth` option + - Better range for the `shoulderSlopeReduction` measurement + - 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 + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/breanna/CHANGELOG.md b/packages/breanna/CHANGELOG.md index 6d2b9177100..9314b45536f 100644 --- a/packages/breanna/CHANGELOG.md +++ b/packages/breanna/CHANGELOG.md @@ -1,25 +1,28 @@ # Change log for: @freesewing/breanna + ## 2.7.0 (2020-07-12) ### Changed -- 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) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - 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) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ## 2.2.0 (2020-02-22) ### Added -- Breanna is a body block for womenswear + - Breanna is a body block for womenswear ### 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. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/brian/CHANGELOG.md b/packages/brian/CHANGELOG.md index 5451297eec6..62e29c213c5 100644 --- a/packages/brian/CHANGELOG.md +++ b/packages/brian/CHANGELOG.md @@ -1,36 +1,39 @@ # Change log for: @freesewing/brian + ## 2.7.0 (2020-07-12) ### Changed -- 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) -- Set HPS as anchor point for sampling in front and back -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - 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) + - Set HPS as anchor point for sampling in front and back + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ## 2.6.0 (2020-05-01) ### Fixed -- The `saBase` path is no longer being rendered + - The `saBase` path is no longer being rendered ## 2.2.0 (2020-02-22) ### Changed -- Reworked Brian to use the new shoulderslope measurement -- Removed deprecated `centerBackNeckToWaist` measurement -- The `neck` point has been renamed to `hps` + - Reworked Brian to use the new shoulderslope measurement + - Removed deprecated `centerBackNeckToWaist` measurement + - The `neck` point has been renamed to `hps` ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/bruce/CHANGELOG.md b/packages/bruce/CHANGELOG.md index 7c1f231646e..ff6e2535d20 100644 --- a/packages/bruce/CHANGELOG.md +++ b/packages/bruce/CHANGELOG.md @@ -1,36 +1,39 @@ # Change log for: @freesewing/bruce + ## 2.7.1 (2020-07-24) ### 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) ### Changed -- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ### 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) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/carlita/CHANGELOG.md b/packages/carlita/CHANGELOG.md index 857240965b9..be2f3488f7c 100644 --- a/packages/carlita/CHANGELOG.md +++ b/packages/carlita/CHANGELOG.md @@ -1,28 +1,31 @@ # Change log for: @freesewing/carlita + ## 2.7.0 (2020-07-12) ### Changed -- Better range for the `shoulderSlopeReduction` measurement -- 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 -- Removed `Circumference` suffix from measurement names + - Better range for the `shoulderSlopeReduction` measurement + - 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 + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Renamed `highPointShoulderToBust` measurement to `hpsToBust` -- Removed deprecated `centerBackNeckToWaist` measurement + - Renamed `highPointShoulderToBust` measurement to `hpsToBust` + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/carlton/CHANGELOG.md b/packages/carlton/CHANGELOG.md index f994533c742..339f6ffaacf 100644 --- a/packages/carlton/CHANGELOG.md +++ b/packages/carlton/CHANGELOG.md @@ -1,45 +1,48 @@ # Change log for: @freesewing/carlton + ## 2.7.1 (2020-07-24) ### Fixed -- Removed unused `hipsEase` code + - Removed unused `hipsEase` code ## 2.7.0 (2020-07-12) ### Changed -- Better range for the `shoulderSlopeReduction` measurement -- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Better range for the `shoulderSlopeReduction` measurement + - Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.1.7 (2019-12-15) ### Fixed -- Added missing scalebox -- Re-numbered tail as part 5 + - Added missing scalebox + - Re-numbered tail as part 5 ## 2.0.4 (2019-09-27) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/cathrin/CHANGELOG.md b/packages/cathrin/CHANGELOG.md index 37cbd5d3bcf..227d4fcb979 100644 --- a/packages/cathrin/CHANGELOG.md +++ b/packages/cathrin/CHANGELOG.md @@ -1,26 +1,29 @@ # Change log for: @freesewing/cathrin + ## 2.7.0 (2020-07-12) ### Changed -- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Set sample anchor points on all panels -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Set sample anchor points on all panels + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ### Fixed -- [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 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 ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5b800c8ce9c..31dc099a2e0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,140 +1,143 @@ # Change log for: @freesewing/components + ## 2.8.0 (2020-08-10) ### Added -- Added Paco to LineDrawing component + - Added Paco to LineDrawing component ### Removed -- Removed the `Footer` component + - Removed the `Footer` component ## 2.7.1 (2020-07-24) ### 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) ### Added -- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test) -- 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 -- Added support for custom sample styles -- Added Titan linedrawing + - The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test) + - 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 + - Added support for custom sample styles + - Added Titan linedrawing ### 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 bug that broke millimeter sliders + - Fixed bug that broke millimeter sliders ## 2.6.0 (2020-05-01) ### Added -- [#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 -- New shortcut buttons and sidebar collapse support for Workbench -- Refactor to remove prop-types dependency -- Reworked the withLanguage component to allow adding translations at run-time + - [#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 + - New shortcut buttons and sidebar collapse support for Workbench + - Refactor to remove prop-types dependency + - Reworked the withLanguage component to allow adding translations at run-time ## 2.4.2 (2020-03-08) ### Changed -- Don't load docs in DraftConfigurator + - Don't load docs in DraftConfigurator ## 2.4.1 (2020-03-04) ### Fixed -- Fixed `updatePatternData` props issue in the Workbench component + - Fixed `updatePatternData` props issue in the Workbench component ## 2.2.0 (2020-02-22) ### Added -- Added LineDrawing for Breanna + - Added LineDrawing for Breanna ### Changed -- DraftConfigurator has been updated to reflect frontend naming changes -- Updated Workbench component to pass data rather than gist to DraftConfigurator -- Term `pattern` is now `design` -- Term `recipe` is now `pattern` -- Term `gist` is now `data` + - DraftConfigurator has been updated to reflect frontend naming changes + - Updated Workbench component to pass data rather than gist to DraftConfigurator + - Term `pattern` is now `design` + - Term `recipe` is now `pattern` + - Term `gist` is now `data` ## 2.1.4 (2019-11-01) ### 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 -- 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) ### Added -- Added the fixme type Blockquote component + - Added the fixme type Blockquote component ## 2.1.0 (2019-10-06) ### Added -- Added support for restoring recipe and pattern defaults in DraftConfigurator + - Added support for restoring recipe and pattern defaults in DraftConfigurator ### Changed -- Added Penelope and Waralee linedrawings -- Changed animation of the Spinner component + - Added Penelope and Waralee linedrawings + - Changed animation of the Spinner component ### Fixed -- Fixed display of nested option in SampleConfigurator -- Fixed conflicting key values in React components -- Fixed issue with display of list options in Draftconfigurator + - Fixed display of nested option in SampleConfigurator + - Fixed conflicting key values in React components + - Fixed issue with display of list options in Draftconfigurator ## 2.0.4 (2019-09-27) ### Added -- Advanced options and settings are now hidden by default in DraftConfigurator + - Advanced options and settings are now hidden by default in DraftConfigurator ### 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) ### 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) ### 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) -- Workbench now also lets you preload a `withBreasts` set of measurements -- 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 + - [#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 + - 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 ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 21a7820258a..b3364d0b61c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,76 +1,79 @@ # Change log for: @freesewing/core + ## 2.8.0 (2020-08-10) ### 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) ### 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) ### Added -- Added new debug functionality through the use of the `raise.debug` -- Added a new `debug` setting -- Shorthand now proxies objects to allow debug and raise + - Added new debug functionality through the use of the `raise.debug` + - Added a new `debug` setting + - Shorthand now proxies objects to allow debug and raise ## 2.7.0 (2020-07-12) ### Added -- 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 raising events via `raise.[type]()` method + - 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 raising events via `raise.[type]()` method ### 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) ### Changed -- 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()` + - 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()` ## 2.4.4 (2020-03-15) ### 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) ### Added -- Added the `Path.noop()` method -- Added the `Path.insop()` methods + - Added the `Path.noop()` method + - Added the `Path.insop()` methods ## 2.1.9 (2020-01-18) ### 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) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/css-theme/CHANGELOG.md b/packages/css-theme/CHANGELOG.md index 504e5aaa876..401c4d92337 100644 --- a/packages/css-theme/CHANGELOG.md +++ b/packages/css-theme/CHANGELOG.md @@ -1,75 +1,78 @@ # Change log for: @freesewing/css-theme + ## 2.7.1 (2020-07-24) ### Added -- Added themeing for events + - Added themeing for events ## 2.7.0 (2020-07-12) ### 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) ### Added -- New styled for updated Workbench component + - New styled for updated Workbench component ## 2.5.0 (2020-04-05) ### Changed -- The sidebar no longer has a different background + - The sidebar no longer has a different background ### Fixed -- Fixed incorrect border value on active sidebar link + - Fixed incorrect border value on active sidebar link ## 2.2.0 (2020-02-22) ### Added -- Added styling for table.data + - Added styling for table.data ### Changed -- Added new styles for the frontend changes in 2.2 -- Removed smaller fonts in ul.links + - Added new styles for the frontend changes in 2.2 + - Removed smaller fonts in ul.links ## 2.1.1 (2019-10-13) ### Fixed -- Fixed padding issue on mobile + - Fixed padding issue on mobile ## 2.1.0 (2019-10-06) ### Changed -- Made tweaks to the main/sidebar layout + - Made tweaks to the main/sidebar layout ### Fixed -- Reduced the sidebar height by 64px to take navbar into account -- Fixed blockquote width on XS screens -- Made sidebar wider + - Reduced the sidebar height by 64px to take navbar into account + - Fixed blockquote width on XS screens + - Made sidebar wider ## 2.0.2 (2019-09-06) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/diana/CHANGELOG.md b/packages/diana/CHANGELOG.md index ad35dfa783d..861f478c611 100644 --- a/packages/diana/CHANGELOG.md +++ b/packages/diana/CHANGELOG.md @@ -1,20 +1,23 @@ # Change log for: @freesewing/diana + ## 2.7.0 (2020-07-12) ### Changed -- 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) -- Removed `Circumference` suffix from measurement names + - 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) + - Removed `Circumference` suffix from measurement names ## 2.5.0 (2020-04-05) ### 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. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/florence/CHANGELOG.md b/packages/florence/CHANGELOG.md index 4c408309a8a..85b8323fe43 100644 --- a/packages/florence/CHANGELOG.md +++ b/packages/florence/CHANGELOG.md @@ -1,35 +1,38 @@ # Change log for: @freesewing/florence + ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.6.0 (2020-05-01) ### Added -- Florence is a face mask pattern + - Florence is a face mask pattern ### Deprecated -- @freesewing/fu has been renamed to @freesewing/florence + - @freesewing/fu has been renamed to @freesewing/florence ## 2.4.5 (2020-03-19) ### Changed -- Improved shape based on community feedback + - Improved shape based on community feedback ## 2.4.0 (2020-02-29) ### Added -- Florence is a face mask pattern -- Initial release + - Florence is a face mask pattern + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/florent/CHANGELOG.md b/packages/florent/CHANGELOG.md index 4b9b85d49ab..c0a40a43796 100644 --- a/packages/florent/CHANGELOG.md +++ b/packages/florent/CHANGELOG.md @@ -1,24 +1,27 @@ # Change log for: @freesewing/florent + ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/holmes/CHANGELOG.md b/packages/holmes/CHANGELOG.md index 1eb04a335ec..abab5d1bbbe 100644 --- a/packages/holmes/CHANGELOG.md +++ b/packages/holmes/CHANGELOG.md @@ -1,19 +1,22 @@ # Change log for: @freesewing/holmes + ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.3.0 (2020-02-23) ### Added -- Homes is a pattern for a Sherlock Holmes hat -- Initial release + - Homes is a pattern for a Sherlock Holmes hat + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/huey/CHANGELOG.md b/packages/huey/CHANGELOG.md index 05ba31814a8..58cfe4df94b 100644 --- a/packages/huey/CHANGELOG.md +++ b/packages/huey/CHANGELOG.md @@ -1,38 +1,41 @@ # Change log for: @freesewing/huey + ## 2.7.0 (2020-07-12) ### Changed -- No longer use the `naturalWaist` measurement -- Changed some option to better defaults -- 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 -- Removed `Circumference` suffix from measurement names + - No longer use the `naturalWaist` measurement + - Changed some option to better defaults + - 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 + - Removed `Circumference` suffix from measurement names ### 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) ### 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) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/hugo/CHANGELOG.md b/packages/hugo/CHANGELOG.md index ad087bed4bd..07b1372add3 100644 --- a/packages/hugo/CHANGELOG.md +++ b/packages/hugo/CHANGELOG.md @@ -1,50 +1,53 @@ # Change log for: @freesewing/hugo + ## 2.7.1 (2020-07-24) ### Fixed -- Set missing option `brianFitCollar` to `false` -- Adding missing control point to front neck opening + - Set missing option `brianFitCollar` to `false` + - Adding missing control point to front neck opening ## 2.7.0 (2020-07-12) ### Added -- Added shaping of the side seam + - Added shaping of the side seam ### Changed -- Changed some option to better defaults -- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names -- Removed deprecated `debug()` statements + - Changed some option to better defaults + - Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements ## 2.6.0 (2020-05-01) ### Fixed -- Render fully-sized pattern parts when complete is falsy -- Do not render pocket outline when complete is falsy -- Do not render pocket facing hint 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 facing hint when complete is falsy ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index fb6e0e26bb7..a1dcf0bfb18 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,89 +1,92 @@ # Change log for: @freesewing/i18n + ## 2.7.0 (2020-07-12) ### Changed -- Added translations for Titan -- Removed `Circumference` suffix from measurement names + - Added translations for Titan + - Removed `Circumference` suffix from measurement names ## 2.6.0 (2020-05-01) ### 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) ### Added -- title, description, and options for Dianna + - title, description, and options for Dianna ## 2.4.6 (2020-03-23) ### Fixed -- Fixed an bug in the i18n package + - Fixed an bug in the i18n package ## 2.4.3 (2020-03-12) ### Added -- Added more translations + - Added more translations ## 2.4.2 (2020-03-08) ### Added -- Added more strings + - Added more strings ## 2.2.0 (2020-02-22) ### Added -- Added translations for Breanna + - Added translations for Breanna ### Changed -- Added/Updated strings for the 2.2 frontend changes -- Changed `Joost De Cock` to `Joost` because spam filters don't like cock + - Added/Updated strings for the 2.2 frontend changes + - Changed `Joost De Cock` to `Joost` because spam filters don't like cock ### Removed -- 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 homepage translation, and moved that content to markdown + - Removed the files for editor translation, as it is no longer used ## 2.1.3 (2019-10-18) ### Added -- More translated strings + - More translated strings ## 2.1.2 (2019-10-14) ### 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) ### Added -- Added translations for Penelope, Waralee, and Simone + - Added translations for Penelope, Waralee, and Simone ## 2.0.2 (2019-09-06) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/jaeger/CHANGELOG.md b/packages/jaeger/CHANGELOG.md index a1f29e1fde0..998add7432f 100644 --- a/packages/jaeger/CHANGELOG.md +++ b/packages/jaeger/CHANGELOG.md @@ -1,33 +1,36 @@ # Change log for: @freesewing/jaeger + ## 2.7.0 (2020-07-12) ### Changed -- Changed some option to better defaults -- 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) -- Removed `Circumference` suffix from measurement names + - Changed some option to better defaults + - 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) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.2 (2019-09-06) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/legend/CHANGELOG.md b/packages/legend/CHANGELOG.md index 49fd643dd85..f63761861dc 100644 --- a/packages/legend/CHANGELOG.md +++ b/packages/legend/CHANGELOG.md @@ -1,13 +1,16 @@ # Change log for: @freesewing/legend + ## 2.7.0 (2020-07-12) ### Added -- A pattern to document the markings on our patterns -- Initial release + - A pattern to document the markings on our patterns + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index d56d6e15ef4..456a70c6426 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,41 +1,44 @@ # Change log for: @freesewing/models + ## 2.7.0 (2020-07-12) ### Changed -- 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) -- Removed `Circumference` suffix from measurement names + - 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) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### 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) ### Added -- Expanded the size ranges available. -- Added the `withBreasts` models which were missing in earlier releases. + - Expanded the size ranges available. + - Added the `withBreasts` models which were missing in earlier releases. ### 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 -- [#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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/paco/CHANGELOG.md b/packages/paco/CHANGELOG.md index e626b1635a4..4effd4a436d 100644 --- a/packages/paco/CHANGELOG.md +++ b/packages/paco/CHANGELOG.md @@ -1,12 +1,15 @@ # Change log for: @freesewing/paco + ## 2.8.0 (2020-08-10) ### 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. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/paco/README.md b/packages/paco/README.md index 5a3a75ad906..8f0a8d73191 100644 --- a/packages/paco/README.md +++ b/packages/paco/README.md @@ -1,5 +1,4 @@ ![FreeSewing](https://freesewing.org/banner.jpg) -

Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/plugin-bust/CHANGELOG.md b/packages/plugin-bust/CHANGELOG.md index 0b67644908f..be39325164b 100644 --- a/packages/plugin-bust/CHANGELOG.md +++ b/packages/plugin-bust/CHANGELOG.md @@ -1,18 +1,21 @@ # Change log for: @freesewing/plugin-bust + ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/plugin-buttons/CHANGELOG.md b/packages/plugin-buttons/CHANGELOG.md index fc8795bfe73..b4014994c09 100644 --- a/packages/plugin-buttons/CHANGELOG.md +++ b/packages/plugin-buttons/CHANGELOG.md @@ -1,22 +1,25 @@ # Change log for: @freesewing/plugin-buttons + ## 2.7.0 (2020-07-12) ### 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 -- 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/plugin-measurements/CHANGELOG.md b/packages/plugin-measurements/CHANGELOG.md index 7e4047912ca..4828022feee 100644 --- a/packages/plugin-measurements/CHANGELOG.md +++ b/packages/plugin-measurements/CHANGELOG.md @@ -1,12 +1,15 @@ # Change log for: @freesewing/plugin-measurements + ## 2.7.0 (2020-07-12) ### 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. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/plugin-mirror/CHANGELOG.md b/packages/plugin-mirror/CHANGELOG.md index f57b79fc81b..571903d2054 100644 --- a/packages/plugin-mirror/CHANGELOG.md +++ b/packages/plugin-mirror/CHANGELOG.md @@ -1,13 +1,16 @@ # Change log for: @freesewing/plugin-mirror + ## 2.7.0 (2020-07-12) ### Added -- A FreeSewing plugin for mirroring points or paths -- Initial release + - A FreeSewing plugin for mirroring points or paths + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/sandy/CHANGELOG.md b/packages/sandy/CHANGELOG.md index 8b1718a106e..13a60806f71 100644 --- a/packages/sandy/CHANGELOG.md +++ b/packages/sandy/CHANGELOG.md @@ -1,25 +1,28 @@ # Change log for: @freesewing/sandy + ## 2.7.0 (2020-07-12) ### Changed -- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Fixed -- Fixed tags in pattern config file + - Fixed tags in pattern config file ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/shin/CHANGELOG.md b/packages/shin/CHANGELOG.md index 13f639d006f..f7f801c8144 100644 --- a/packages/shin/CHANGELOG.md +++ b/packages/shin/CHANGELOG.md @@ -1,19 +1,22 @@ # Change log for: @freesewing/shin + ## 2.7.0 (2020-07-12) ### Changed -- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/simon/CHANGELOG.md b/packages/simon/CHANGELOG.md index 1b02355ba6c..f1984b4ef13 100644 --- a/packages/simon/CHANGELOG.md +++ b/packages/simon/CHANGELOG.md @@ -1,73 +1,76 @@ # Change log for: @freesewing/simon + ## 2.7.1 (2020-07-24) ### Fixed -- 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) + - 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) ## 2.7.0 (2020-07-12) ### Changed -- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.4.4 (2020-03-15) ### 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) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.1.9 (2020-01-18) ### 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) ### 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) ### Changed -- [#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 `backDartsShaping` option to control the amount of shaping by the back darts -- Changed the defaults to slightly reduce the ease and adapt the sleevecap + - [#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 `backDartsShaping` option to control the amount of shaping by the back darts + - Changed the defaults to slightly reduce the ease and adapt the sleevecap ### Fixed -- 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 -- Fixed an issue where the split yoke option was not taken into account correctly + - 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 + - Fixed an issue where the split yoke option was not taken into account correctly ## 2.0.2 (2019-09-06) ### Fixed -- [#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 -- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance + - [#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 + - [#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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/simone/CHANGELOG.md b/packages/simone/CHANGELOG.md index feac7de83e2..03e93936a27 100644 --- a/packages/simone/CHANGELOG.md +++ b/packages/simone/CHANGELOG.md @@ -1,39 +1,42 @@ # Change log for: @freesewing/simone + ## 2.7.1 (2020-07-24) ### Fixed -- Set missing option `brianFitCollar` to `false` + - Set missing option `brianFitCollar` to `false` ## 2.7.0 (2020-07-12) ### Changed -- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.4.4 (2020-03-15) ### 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) ### Changed -- Renamed `highPointShoulderToBust` measurement to `hpsToBust` -- Removed deprecated `centerBackNeckToWaist` measurement + - Renamed `highPointShoulderToBust` measurement to `hpsToBust` + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.1.0 (2019-10-06) ### Added -- Added the Simone shirt pattern -- Initial release + - Added the Simone shirt pattern + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/sven/CHANGELOG.md b/packages/sven/CHANGELOG.md index 3fa55a2a3d2..0e853c9c1f0 100644 --- a/packages/sven/CHANGELOG.md +++ b/packages/sven/CHANGELOG.md @@ -1,39 +1,42 @@ # Change log for: @freesewing/sven + ## 2.7.1 (2020-07-24) ### Fixed -- Avoided loading unset ribbingHeight from store + - Avoided loading unset ribbingHeight from store ## 2.7.0 (2020-07-12) ### Changed -- Improved the shaping of the side seam -- Changed some option to better defaults -- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Improved the shaping of the side seam + - Changed some option to better defaults + - Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.4.4 (2020-03-15) ### 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) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/tamiko/CHANGELOG.md b/packages/tamiko/CHANGELOG.md index 22f3e3dbba8..bc269a50475 100644 --- a/packages/tamiko/CHANGELOG.md +++ b/packages/tamiko/CHANGELOG.md @@ -1,26 +1,29 @@ # Change log for: @freesewing/tamiko + ## 2.7.0 (2020-07-12) ### Changed -- Switch from `shoulderSlope` option to `shoulderSlope` measurement -- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Switch from `shoulderSlope` option to `shoulderSlope` measurement + - Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/theo/CHANGELOG.md b/packages/theo/CHANGELOG.md index 020130e84bf..6ff2036b40c 100644 --- a/packages/theo/CHANGELOG.md +++ b/packages/theo/CHANGELOG.md @@ -1,31 +1,34 @@ # Change log for: @freesewing/theo + ## 2.7.0 (2020-07-12) ### Changed -- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names + - Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Fixed -- Fixed issue with side piece + - Fixed issue with side piece ## 2.0.1 (2019-09-01) ### 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) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/titan/CHANGELOG.md b/packages/titan/CHANGELOG.md index 1312a37ca83..4e478b35430 100644 --- a/packages/titan/CHANGELOG.md +++ b/packages/titan/CHANGELOG.md @@ -1,13 +1,16 @@ # Change log for: @freesewing/titan + ## 2.7.0 (2020-07-12) ### Added -- A FreeSewing block for pants/trousers -- Initial release + - A FreeSewing block for pants/trousers + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/trayvon/CHANGELOG.md b/packages/trayvon/CHANGELOG.md index a0089dea73e..97e5857088e 100644 --- a/packages/trayvon/CHANGELOG.md +++ b/packages/trayvon/CHANGELOG.md @@ -1,25 +1,28 @@ # Change log for: @freesewing/trayvon + ## 2.7.0 (2020-07-12) ### Changed -- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) -- Removed `Circumference` suffix from measurement names + - Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Changed -- Removed deprecated `centerBackNeckToWaist` measurement + - Removed deprecated `centerBackNeckToWaist` measurement ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/tutorial/CHANGELOG.md b/packages/tutorial/CHANGELOG.md index 0de7deb2d8d..9f792da2827 100644 --- a/packages/tutorial/CHANGELOG.md +++ b/packages/tutorial/CHANGELOG.md @@ -1,18 +1,21 @@ # Change log for: @freesewing/tutorial + ## 2.7.0 (2020-07-12) ### Changed -- Removed `Circumference` suffix from measurement names + - Removed `Circumference` suffix from measurement names ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 62f1ee409b8..56d71b41fc7 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,102 +1,105 @@ # Change log for: @freesewing/utils + ## 2.7.1 (2020-07-24) ### 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) ### Added -- 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) + - 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) ### Changed -- 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) -- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names -- Added the `isDegMeasurement` method + - 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) + - Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names + - Added the `isDegMeasurement` method ## 2.4.5 (2020-03-19) ### Changed -- neckstimate() now returns values rounded to nearest mm + - neckstimate() now returns values rounded to nearest mm ## 2.4.1 (2020-03-04) ### 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) ### Changed -- Neckstimate now uses proportions only + - Neckstimate now uses proportions only ## 2.1.6 (2019-11-24) ### 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) ### Changed -- Adjusted slope of the shoulderToShoulder measurement in neckstimate data + - Adjusted slope of the shoulderToShoulder measurement in neckstimate data ### 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) ### 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) ### Added -- Added backend methods for administration -- Added the resendActivationEmail method to backend + - Added backend methods for administration + - Added the resendActivationEmail method to backend ### 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) ### Fixed -- Fix measurementDiffers to pass breasts parameter to neckstimate + - Fix measurementDiffers to pass breasts parameter to neckstimate ## 2.0.2 (2019-09-06) ### Fixed -- Removed lingering debug statement in formatImperial + - Removed lingering debug statement in formatImperial ## 2.0.1 (2019-09-01) ### Added -- The `measurementDiffers` method is new. + - The `measurementDiffers` method is new. ## 2.0.0 (2019-08-25) ### Added -- Initial release + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/utils/README.md b/packages/utils/README.md index 82cd869636e..cc141846552 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -1,5 +1,4 @@ ![FreeSewing](https://freesewing.org/banner.jpg) -

Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. + diff --git a/packages/waralee/CHANGELOG.md b/packages/waralee/CHANGELOG.md index 6f2483db272..87a7ad08510 100644 --- a/packages/waralee/CHANGELOG.md +++ b/packages/waralee/CHANGELOG.md @@ -1,26 +1,29 @@ # Change log for: @freesewing/waralee + ## 2.7.0 (2020-07-12) ### Changed -- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) -- Removed `Circumference` suffix from measurement names + - Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425) + - Removed `Circumference` suffix from measurement names ## 2.2.0 (2020-02-22) ### Fixed -- Fixed tags in pattern config file + - Fixed tags in pattern config file ## 2.1.0 (2019-10-06) ### Added -- Added the Waralee wrap Pants pattern by @woutervdub -- Initial release + - Added the Waralee wrap Pants pattern by @woutervdub + - Initial release + This is the **initial release**, and the start of this change log. > Prior to version 2, FreeSewing was not a JavaScript project. > As such, that history is out of scope for this change log. +