chore: Fixed dependencies for github workflows
This commit is contained in:
parent
508adb298e
commit
a2caaa7611
193 changed files with 1596 additions and 1217 deletions
3
.github/workflows/tests.aaron.yml
vendored
3
.github/workflows/tests.aaron.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/aaron && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/aaron && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.benjamin.yml
vendored
3
.github/workflows/tests.benjamin.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/benjamin && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/benjamin && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.bent.yml
vendored
3
.github/workflows/tests.bent.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/bent && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/bent && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.breanna.yml
vendored
3
.github/workflows/tests.breanna.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/breanna && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/breanna && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.brian.yml
vendored
3
.github/workflows/tests.brian.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/brian && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/brian && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.bruce.yml
vendored
3
.github/workflows/tests.bruce.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/bruce && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/bruce && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.carlita.yml
vendored
3
.github/workflows/tests.carlita.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/carlita && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/bent @freesewing/carlton @freesewing/plugin-bust @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/carlita && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/bent@^2.7.0-beta.2 @freesewing/carlton@^2.7.0-beta.2 @freesewing/plugin-bust@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.carlton.yml
vendored
3
.github/workflows/tests.carlton.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/carlton && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/bent @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/carlton && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/bent@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.cathrin.yml
vendored
3
.github/workflows/tests.cathrin.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/cathrin && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/cathrin && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.diana.yml
vendored
3
.github/workflows/tests.diana.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/diana && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/diana && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.examples.yml
vendored
3
.github/workflows/tests.examples.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/examples && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/examples && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
2
.github/workflows/tests.florence.yml
vendored
2
.github/workflows/tests.florence.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/florence && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/florence && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.florent.yml
vendored
3
.github/workflows/tests.florent.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/florent && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/florent && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.holmes.yml
vendored
3
.github/workflows/tests.holmes.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/holmes && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/plugin-bust @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/holmes && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/plugin-bust@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.huey.yml
vendored
3
.github/workflows/tests.huey.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/huey && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/huey && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.hugo.yml
vendored
3
.github/workflows/tests.hugo.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/hugo && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/hugo && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.jaeger.yml
vendored
3
.github/workflows/tests.jaeger.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/jaeger && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/bent @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/jaeger && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/bent@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
2
.github/workflows/tests.legend.yml
vendored
2
.github/workflows/tests.legend.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/legend && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/legend && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
31
.github/workflows/tests.notation-legend.yml
vendored
31
.github/workflows/tests.notation-legend.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
name: Unit tests - Notation-legend
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: cd packages/notation-legend && npm install
|
||||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/notation-legend && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
run: cd packages/notation-legend && npm run build
|
||||
- name: Run pattern unit tests
|
||||
run: cd packages/notation-legend && npm run testci
|
3
.github/workflows/tests.penelope.yml
vendored
3
.github/workflows/tests.penelope.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/penelope && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/penelope && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.rendertest.yml
vendored
3
.github/workflows/tests.rendertest.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/rendertest && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/rendertest && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.sandy.yml
vendored
3
.github/workflows/tests.sandy.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/sandy && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/sandy && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.shin.yml
vendored
3
.github/workflows/tests.shin.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/shin && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/shin && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.simon.yml
vendored
3
.github/workflows/tests.simon.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/simon && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/plugin-buttons @freesewing/plugin-flip @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/simon && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/plugin-flip@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.simone.yml
vendored
3
.github/workflows/tests.simone.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/simone && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/simon @freesewing/plugin-buttons @freesewing/plugin-flip @freesewing/plugin-bust @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/simone && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/simon@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/plugin-flip@^2.7.0-beta.2 @freesewing/plugin-bust@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.sven.yml
vendored
3
.github/workflows/tests.sven.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/sven && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/sven && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.tamiko.yml
vendored
3
.github/workflows/tests.tamiko.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/tamiko && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/tamiko && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.theo.yml
vendored
3
.github/workflows/tests.theo.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/theo && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/theo && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.trayvon.yml
vendored
3
.github/workflows/tests.trayvon.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/trayvon && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/trayvon && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.tutorial.yml
vendored
3
.github/workflows/tests.tutorial.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/tutorial && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/tutorial && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.wahid.yml
vendored
3
.github/workflows/tests.wahid.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/wahid && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/brian @freesewing/plugin-buttons @freesewing/plugin-round @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/wahid && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/brian@^2.7.0-beta.2 @freesewing/plugin-buttons@^2.7.0-beta.2 @freesewing/plugin-round@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
3
.github/workflows/tests.waralee.yml
vendored
3
.github/workflows/tests.waralee.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/waralee && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/waralee && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -10,6 +10,7 @@
|
|||
- 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
|
||||
|
||||
|
@ -39,6 +40,7 @@
|
|||
- 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
|
||||
|
||||
|
@ -48,6 +50,7 @@
|
|||
- 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
|
||||
|
||||
|
@ -55,6 +58,7 @@
|
|||
|
||||
- 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
|
||||
|
||||
|
@ -84,6 +88,7 @@
|
|||
- 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
|
||||
|
||||
|
@ -97,6 +102,11 @@
|
|||
- 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
|
||||
|
||||
#### Changed
|
||||
|
||||
- Handle escaped quotes for React render. See [#437](https://github.com/freesewing/freesewing/issues/437)
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -107,6 +117,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
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [Properly escape quotes in imperial units](https://github.com/freesewing/freesewing/issues/437)
|
||||
|
||||
### css-theme
|
||||
|
||||
|
@ -165,6 +181,7 @@
|
|||
- 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
|
||||
|
||||
|
@ -1276,18 +1293,6 @@
|
|||
|
||||
- Initial release
|
||||
|
||||
### plugin-debug
|
||||
|
||||
#### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
### plugin-designer
|
||||
|
||||
#### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
### plugin-dimension
|
||||
|
||||
#### Added
|
||||
|
|
|
@ -72,6 +72,8 @@ Unreleased:
|
|||
- Set sample anchor points on all panels
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
- Removed deprecated `debug()` statements
|
||||
components:
|
||||
- Handle escaped quotes for React render. See [#437](https://github.com/freesewing/freesewing/issues/437)
|
||||
css-theme:
|
||||
- Updated the width of the SVG paths of a draft to match plugin-theme
|
||||
diana:
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/{{ pattern }} && npm install {{{ peerdeps }}} @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: "cd packages/{{ pattern }} && npm install {{{ peerdeps }}} @freesewing/models@{{{ version }}} @freesewing/pattern-info@{{{ version }}} mocha chai"
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"fs-extra": "^9.0.1",
|
||||
"gh-pages": "^2.1.1",
|
||||
"husky": "^3.0.5",
|
||||
"js-yaml": "^3.13.1",
|
||||
"js-yaml": "^3.14.9",
|
||||
"jsonlint": "^1.6.3",
|
||||
"lerna": "^3.20.2",
|
||||
"mocha": "^7.1.1",
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Change log for: @freesewing/aaron
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Change log for: @freesewing/benjamin
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Change log for: @freesewing/bent
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
# Change log for: @freesewing/breanna
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,26 +1,29 @@
|
|||
# Change log for: @freesewing/brian
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Change log for: @freesewing/bruce
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,19 +1,22 @@
|
|||
# Change log for: @freesewing/carlita
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,17 +34,23 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/bent": "^2.7.0-beta.1",
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/carlton": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bust": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2",
|
||||
"@freesewing/bent": "^2.7.0-beta.2",
|
||||
"@freesewing/carlton": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bust": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -53,24 +59,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -80,7 +73,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,31 +1,34 @@
|
|||
# Change log for: @freesewing/carlton
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,15 +34,21 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/bent": "^2.7.0-beta.1",
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2",
|
||||
"@freesewing/bent": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -51,24 +57,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -78,7 +71,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
# Change log for: @freesewing/cathrin
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,106 +1,109 @@
|
|||
# Change log for: @freesewing/components
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -26,26 +26,28 @@
|
|||
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.1",
|
||||
"@freesewing/examples": "^2.7.0-beta.1",
|
||||
"@freesewing/i18n": "^2.7.0-beta.1",
|
||||
"@freesewing/models": "^2.7.0-beta.1",
|
||||
"@freesewing/mui-theme": "^2.7.0-beta.1",
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-theme": "^2.7.0-beta.1",
|
||||
"@freesewing/rendertest": "^2.7.0-beta.1",
|
||||
"@freesewing/tutorial": "^2.7.0-beta.1",
|
||||
"@freesewing/utils": "^2.7.0-beta.1",
|
||||
"react": "^16.8",
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.2",
|
||||
"@freesewing/mui-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/models": "^2.7.0-beta.2",
|
||||
"@freesewing/examples": "^2.7.0-beta.2",
|
||||
"@freesewing/rendertest": "^2.7.0-beta.2",
|
||||
"@freesewing/tutorial": "^2.7.0-beta.2",
|
||||
"typeface-roboto-condensed": "latest",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"react-intl": "^2.8.0",
|
||||
"@material-ui/core": "^4.0.1",
|
||||
"@material-ui/icons": "^4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"file-saver": "^2.0.2",
|
||||
"prismjs": "1.16.0",
|
||||
"react": "^16.8",
|
||||
"react-intl": "^2.8.0",
|
||||
"typeface-roboto-condensed": "latest"
|
||||
"file-saver": "^2.0.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"Blockquote/*",
|
||||
"Draft/*",
|
||||
|
|
|
@ -1,44 +1,47 @@
|
|||
# Change log for: @freesewing/core
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -35,11 +35,13 @@
|
|||
"report": "BABEL_ENV=production nyc report --reporter=html",
|
||||
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"bezier-js": "^2.4.6",
|
||||
"bin-pack": "1.0.2",
|
||||
"hooks": "^0.3.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -1,40 +1,43 @@
|
|||
# Change log for: create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### 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.
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### 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
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependencies
|
||||
- Updated dependencies
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `file-saver` dependency
|
||||
- Added missing `file-saver` dependency
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -23,9 +23,8 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.2",
|
||||
"chalk": "^2.4.2",
|
||||
"commander": "^2.19.0",
|
||||
"conf": "^2.2.0",
|
||||
|
@ -41,8 +40,11 @@
|
|||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1"
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"lib",
|
||||
"template",
|
||||
|
|
|
@ -1,63 +1,66 @@
|
|||
# Change log for: @freesewing/css-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.
|
||||
|
||||
|
|
|
@ -27,9 +27,11 @@
|
|||
"start": "rollup -c -w",
|
||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"open-color": "1.6.3"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
# Change log for: @freesewing/diana
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,27 +1,35 @@
|
|||
import babel from 'rollup-plugin-babel'
|
||||
import resolve from 'rollup-plugin-node-resolve'
|
||||
import commonjs from 'rollup-plugin-commonjs'
|
||||
import json from 'rollup-plugin-json'
|
||||
import minify from 'rollup-plugin-babel-minify'
|
||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||
import { name, version, description, author, license, main, module } from './package.json'
|
||||
import babel from "rollup-plugin-babel";
|
||||
import resolve from "rollup-plugin-node-resolve";
|
||||
import commonjs from "rollup-plugin-commonjs";
|
||||
import json from "rollup-plugin-json";
|
||||
import minify from "rollup-plugin-babel-minify";
|
||||
import peerDepsExternal from "rollup-plugin-peer-deps-external";
|
||||
import {
|
||||
name,
|
||||
version,
|
||||
description,
|
||||
author,
|
||||
license,
|
||||
main,
|
||||
module
|
||||
} from "./package.json";
|
||||
|
||||
const output = [
|
||||
{
|
||||
file: main,
|
||||
format: 'cjs',
|
||||
format: "cjs",
|
||||
sourcemap: true
|
||||
}
|
||||
]
|
||||
if (typeof module !== 'undefined')
|
||||
];
|
||||
if (typeof module !== "undefined")
|
||||
output.push({
|
||||
file: module,
|
||||
format: 'es',
|
||||
format: "es",
|
||||
sourcemap: true
|
||||
})
|
||||
});
|
||||
|
||||
export default {
|
||||
input: 'src/index.js',
|
||||
input: "src/index.js",
|
||||
output,
|
||||
plugins: [
|
||||
peerDepsExternal(),
|
||||
|
@ -29,8 +37,8 @@ export default {
|
|||
commonjs(),
|
||||
json(),
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
plugins: ['@babel/plugin-proposal-object-rest-spread']
|
||||
exclude: "node_modules/**",
|
||||
plugins: ["@babel/plugin-proposal-object-rest-spread"]
|
||||
}),
|
||||
minify({
|
||||
comments: false,
|
||||
|
@ -38,4 +46,4 @@ export default {
|
|||
banner: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||
})
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// This file is auto-generated.
|
||||
// Changes you make will be overwritten.
|
||||
const expect = require('chai').expect
|
||||
const models = require('@freesewing/models')
|
||||
const patterns = require('@freesewing/pattern-info')
|
||||
const expect = require("chai").expect;
|
||||
const models = require("@freesewing/models")
|
||||
const patterns = require("@freesewing/pattern-info")
|
||||
|
||||
const Diana = require('../dist')
|
||||
|
||||
|
@ -12,10 +12,28 @@ const testPatternDrafting = require('../../../tests/patterns/drafting')
|
|||
const testPatternSampling = require('../../../tests/patterns/sampling')
|
||||
|
||||
// Test config
|
||||
testPatternConfig('diana', new Diana(), expect, models, patterns)
|
||||
testPatternConfig(
|
||||
'diana',
|
||||
new Diana(),
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test drafting
|
||||
testPatternDrafting('diana', Diana, expect, models, patterns)
|
||||
testPatternDrafting(
|
||||
'diana',
|
||||
Diana,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test sampling
|
||||
testPatternSampling('diana', Diana, expect, models, patterns)
|
||||
testPatternSampling(
|
||||
'diana',
|
||||
Diana,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
# Change log for: @freesewing/examples
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -29,12 +29,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -43,24 +49,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -70,7 +63,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,29 +1,32 @@
|
|||
# Change log for: @freesewing/florence
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||

|
||||
|
||||
<p align='center'><a
|
||||
href="https://www.npmjs.com/package/@freesewing/florence"
|
||||
title="@freesewing/florence on NPM"
|
||||
|
@ -44,16 +43,18 @@
|
|||
|
||||
## What am I looking at? 🤔
|
||||
|
||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This repository is our *monorepo* holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This folder holds **@freesewing/florence**
|
||||
|
||||
A FreeSewing pattern for a face mask
|
||||
|
||||
|
||||
|
||||
## About FreeSewing 💀
|
||||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a _batteries-included_ toolbox
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||
for parametric design of sewing patterns. It's a modular system (check our list
|
||||
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
||||
|
||||
|
@ -80,11 +81,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
|||
|
||||
## Links 👩💻
|
||||
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
|
||||
## License: MIT 🤓
|
||||
|
||||
|
|
|
@ -40,8 +40,8 @@ It is **not** part of the pattern's source code.
|
|||
|
||||
To run this example, follow these steps:
|
||||
|
||||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||
|
||||
This will spin up the development environment, similar to [our online demo](https://florence.freesewing.dev/).
|
||||
|
||||
|
@ -49,7 +49,7 @@ This will spin up the development environment, similar to [our online demo](http
|
|||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
||||
Our [core library](https://freesewing.dev/en/freesewing) is a _batteries-included_ toolbox
|
||||
Our [core library](https://freesewing.dev/en/freesewing) is a *batteries-included* toolbox
|
||||
for parametric design of sewing patterns. It's a modular system (check our list
|
||||
of [plugins](https://freesewing.dev/en/plugins) and getting started is as simple as:
|
||||
|
||||
|
@ -76,11 +76,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
|||
|
||||
## Links 👩💻
|
||||
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
|
||||
## License: MIT 🤓
|
||||
|
||||
|
@ -93,3 +93,4 @@ Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
|||
share your feedback, or just hang out.
|
||||
|
||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
|
|
|
@ -53,7 +53,7 @@ export function register(config) {
|
|||
function registerValidSW(swUrl, config) {
|
||||
navigator.serviceWorker
|
||||
.register(swUrl)
|
||||
.then((registration) => {
|
||||
.then(registration => {
|
||||
registration.onupdatefound = () => {
|
||||
const installingWorker = registration.installing
|
||||
installingWorker.onstatechange = () => {
|
||||
|
@ -84,7 +84,7 @@ function registerValidSW(swUrl, config) {
|
|||
}
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
.catch(error => {
|
||||
console.error('Error during service worker registration:', error)
|
||||
})
|
||||
}
|
||||
|
@ -92,14 +92,14 @@ function registerValidSW(swUrl, config) {
|
|||
function checkValidServiceWorker(swUrl, config) {
|
||||
// Check if the service worker can be found. If it can't reload the page.
|
||||
fetch(swUrl)
|
||||
.then((response) => {
|
||||
.then(response => {
|
||||
// Ensure service worker exists, and that we really are getting a JS file.
|
||||
if (
|
||||
response.status === 404 ||
|
||||
response.headers.get('content-type').indexOf('javascript') === -1
|
||||
) {
|
||||
// No service worker found. Probably a different app. Reload the page.
|
||||
navigator.serviceWorker.ready.then((registration) => {
|
||||
navigator.serviceWorker.ready.then(registration => {
|
||||
registration.unregister().then(() => {
|
||||
window.location.reload()
|
||||
})
|
||||
|
@ -116,7 +116,7 @@ function checkValidServiceWorker(swUrl, config) {
|
|||
|
||||
export function unregister() {
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.ready.then((registration) => {
|
||||
navigator.serviceWorker.ready.then(registration => {
|
||||
registration.unregister()
|
||||
})
|
||||
}
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,27 +1,35 @@
|
|||
import babel from 'rollup-plugin-babel'
|
||||
import resolve from 'rollup-plugin-node-resolve'
|
||||
import commonjs from 'rollup-plugin-commonjs'
|
||||
import json from 'rollup-plugin-json'
|
||||
import minify from 'rollup-plugin-babel-minify'
|
||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||
import { name, version, description, author, license, main, module } from './package.json'
|
||||
import babel from "rollup-plugin-babel";
|
||||
import resolve from "rollup-plugin-node-resolve";
|
||||
import commonjs from "rollup-plugin-commonjs";
|
||||
import json from "rollup-plugin-json";
|
||||
import minify from "rollup-plugin-babel-minify";
|
||||
import peerDepsExternal from "rollup-plugin-peer-deps-external";
|
||||
import {
|
||||
name,
|
||||
version,
|
||||
description,
|
||||
author,
|
||||
license,
|
||||
main,
|
||||
module
|
||||
} from "./package.json";
|
||||
|
||||
const output = [
|
||||
{
|
||||
file: main,
|
||||
format: 'cjs',
|
||||
format: "cjs",
|
||||
sourcemap: true
|
||||
}
|
||||
]
|
||||
if (typeof module !== 'undefined')
|
||||
];
|
||||
if (typeof module !== "undefined")
|
||||
output.push({
|
||||
file: module,
|
||||
format: 'es',
|
||||
format: "es",
|
||||
sourcemap: true
|
||||
})
|
||||
});
|
||||
|
||||
export default {
|
||||
input: 'src/index.js',
|
||||
input: "src/index.js",
|
||||
output,
|
||||
plugins: [
|
||||
peerDepsExternal(),
|
||||
|
@ -29,8 +37,8 @@ export default {
|
|||
commonjs(),
|
||||
json(),
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
plugins: ['@babel/plugin-proposal-object-rest-spread']
|
||||
exclude: "node_modules/**",
|
||||
plugins: ["@babel/plugin-proposal-object-rest-spread"]
|
||||
}),
|
||||
minify({
|
||||
comments: false,
|
||||
|
@ -38,4 +46,4 @@ export default {
|
|||
banner: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||
})
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// This file is auto-generated.
|
||||
// Changes you make will be overwritten.
|
||||
const expect = require('chai').expect
|
||||
const models = require('@freesewing/models')
|
||||
const patterns = require('@freesewing/pattern-info')
|
||||
const expect = require("chai").expect;
|
||||
const models = require("@freesewing/models")
|
||||
const patterns = require("@freesewing/pattern-info")
|
||||
|
||||
const Florence = require('../dist')
|
||||
|
||||
|
@ -12,10 +12,28 @@ const testPatternDrafting = require('../../../tests/patterns/drafting')
|
|||
const testPatternSampling = require('../../../tests/patterns/sampling')
|
||||
|
||||
// Test config
|
||||
testPatternConfig('florence', new Florence(), expect, models, patterns)
|
||||
testPatternConfig(
|
||||
'florence',
|
||||
new Florence(),
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test drafting
|
||||
testPatternDrafting('florence', Florence, expect, models, patterns)
|
||||
testPatternDrafting(
|
||||
'florence',
|
||||
Florence,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test sampling
|
||||
testPatternSampling('florence', Florence, expect, models, patterns)
|
||||
testPatternSampling(
|
||||
'florence',
|
||||
Florence,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Change log for: @freesewing/florent
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,12 +34,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -48,24 +54,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -75,7 +68,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
# Change log for: gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -27,9 +27,11 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"remark-jargon": "^2.7.0-beta.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
# Change log for: @freesewing/holmes
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,16 +34,21 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bust": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bust": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/plugin-gore": "^2.7.0-beta.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -52,24 +57,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -79,7 +71,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,24 +1,27 @@
|
|||
# Change log for: @freesewing/huey
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,30 +1,33 @@
|
|||
# Change log for: @freesewing/hugo
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,82 +1,85 @@
|
|||
# Change log for: @freesewing/i18n
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -28,8 +28,10 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.1"
|
||||
"@freesewing/pattern-info": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -52,3 +52,5 @@ usernameTitle: Please choose your username
|
|||
username: Username
|
||||
accountIsInactive: Your account is inactive
|
||||
accountNeedsActivation: Before you can login, you need to activate your account. Please check your inbox for the registration email and click the link within it.
|
||||
reloadAccount: Reload account
|
||||
reloadAccountDescription: This will reload your account data from the backend. It has the same effect as logging out, and then logging in again.
|
||||
|
|
|
@ -1,24 +1,27 @@
|
|||
# Change log for: @freesewing/jaeger
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -34,15 +34,21 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/bent": "^2.7.0-beta.1",
|
||||
"@freesewing/brian": "^2.7.0-beta.1",
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/brian": "^2.7.0-beta.2",
|
||||
"@freesewing/bent": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -51,24 +57,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -78,7 +71,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Change log for: @freesewing/legend
|
||||
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||

|
||||
|
||||
<p align='center'><a
|
||||
href="https://www.npmjs.com/package/@freesewing/legend"
|
||||
title="@freesewing/legend on NPM"
|
||||
|
@ -44,16 +43,18 @@
|
|||
|
||||
## What am I looking at? 🤔
|
||||
|
||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This repository is our *monorepo* holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This folder holds **@freesewing/legend**
|
||||
|
||||
A FreeSewing pattern to document pattern notation
|
||||
|
||||
|
||||
|
||||
## About FreeSewing 💀
|
||||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a _batteries-included_ toolbox
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||
for parametric design of sewing patterns. It's a modular system (check our list
|
||||
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
||||
|
||||
|
@ -80,11 +81,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
|||
|
||||
## Links 👩💻
|
||||
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
|
||||
## License: MIT 🤓
|
||||
|
||||
|
|
|
@ -40,8 +40,8 @@ It is **not** part of the pattern's source code.
|
|||
|
||||
To run this example, follow these steps:
|
||||
|
||||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||
|
||||
This will spin up the development environment, similar to [our online demo](https://legend.freesewing.dev/).
|
||||
|
||||
|
@ -49,7 +49,7 @@ This will spin up the development environment, similar to [our online demo](http
|
|||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
||||
Our [core library](https://freesewing.dev/en/freesewing) is a _batteries-included_ toolbox
|
||||
Our [core library](https://freesewing.dev/en/freesewing) is a *batteries-included* toolbox
|
||||
for parametric design of sewing patterns. It's a modular system (check our list
|
||||
of [plugins](https://freesewing.dev/en/plugins) and getting started is as simple as:
|
||||
|
||||
|
@ -76,11 +76,11 @@ should [become a patron](https://freesewing.org/patrons/join).
|
|||
|
||||
## Links 👩💻
|
||||
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
|
||||
## License: MIT 🤓
|
||||
|
||||
|
@ -93,3 +93,4 @@ Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
|||
share your feedback, or just hang out.
|
||||
|
||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
|
|
|
@ -53,7 +53,7 @@ export function register(config) {
|
|||
function registerValidSW(swUrl, config) {
|
||||
navigator.serviceWorker
|
||||
.register(swUrl)
|
||||
.then((registration) => {
|
||||
.then(registration => {
|
||||
registration.onupdatefound = () => {
|
||||
const installingWorker = registration.installing
|
||||
installingWorker.onstatechange = () => {
|
||||
|
@ -84,7 +84,7 @@ function registerValidSW(swUrl, config) {
|
|||
}
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
.catch(error => {
|
||||
console.error('Error during service worker registration:', error)
|
||||
})
|
||||
}
|
||||
|
@ -92,14 +92,14 @@ function registerValidSW(swUrl, config) {
|
|||
function checkValidServiceWorker(swUrl, config) {
|
||||
// Check if the service worker can be found. If it can't reload the page.
|
||||
fetch(swUrl)
|
||||
.then((response) => {
|
||||
.then(response => {
|
||||
// Ensure service worker exists, and that we really are getting a JS file.
|
||||
if (
|
||||
response.status === 404 ||
|
||||
response.headers.get('content-type').indexOf('javascript') === -1
|
||||
) {
|
||||
// No service worker found. Probably a different app. Reload the page.
|
||||
navigator.serviceWorker.ready.then((registration) => {
|
||||
navigator.serviceWorker.ready.then(registration => {
|
||||
registration.unregister().then(() => {
|
||||
window.location.reload()
|
||||
})
|
||||
|
@ -116,7 +116,7 @@ function checkValidServiceWorker(swUrl, config) {
|
|||
|
||||
export function unregister() {
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.ready.then((registration) => {
|
||||
navigator.serviceWorker.ready.then(registration => {
|
||||
registration.unregister()
|
||||
})
|
||||
}
|
||||
|
|
|
@ -34,13 +34,19 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.1",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.1"
|
||||
"@freesewing/core": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-bundle": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-buttons": "^2.7.0-beta.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0-beta.2",
|
||||
"@freesewing/css-theme": "^2.7.0-beta.2",
|
||||
"@freesewing/i18n": "^2.7.0-beta.2",
|
||||
|
@ -49,24 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.7.0-beta.2",
|
||||
"@freesewing/plugin-flip": "^2.7.0-beta.2",
|
||||
"@freesewing/utils": "^2.7.0-beta.2",
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"mocha": "^6.1.4",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -76,7 +69,15 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "4.0.1",
|
||||
"@material-ui/icons": "4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2",
|
||||
"mocha": "^6.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"chai-string": "^1.4.0",
|
||||
"@babel/register": "^7.4.4"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
|
@ -1,27 +1,35 @@
|
|||
import babel from 'rollup-plugin-babel'
|
||||
import resolve from 'rollup-plugin-node-resolve'
|
||||
import commonjs from 'rollup-plugin-commonjs'
|
||||
import json from 'rollup-plugin-json'
|
||||
import minify from 'rollup-plugin-babel-minify'
|
||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||
import { name, version, description, author, license, main, module } from './package.json'
|
||||
import babel from "rollup-plugin-babel";
|
||||
import resolve from "rollup-plugin-node-resolve";
|
||||
import commonjs from "rollup-plugin-commonjs";
|
||||
import json from "rollup-plugin-json";
|
||||
import minify from "rollup-plugin-babel-minify";
|
||||
import peerDepsExternal from "rollup-plugin-peer-deps-external";
|
||||
import {
|
||||
name,
|
||||
version,
|
||||
description,
|
||||
author,
|
||||
license,
|
||||
main,
|
||||
module
|
||||
} from "./package.json";
|
||||
|
||||
const output = [
|
||||
{
|
||||
file: main,
|
||||
format: 'cjs',
|
||||
format: "cjs",
|
||||
sourcemap: true
|
||||
}
|
||||
]
|
||||
if (typeof module !== 'undefined')
|
||||
];
|
||||
if (typeof module !== "undefined")
|
||||
output.push({
|
||||
file: module,
|
||||
format: 'es',
|
||||
format: "es",
|
||||
sourcemap: true
|
||||
})
|
||||
});
|
||||
|
||||
export default {
|
||||
input: 'src/index.js',
|
||||
input: "src/index.js",
|
||||
output,
|
||||
plugins: [
|
||||
peerDepsExternal(),
|
||||
|
@ -29,8 +37,8 @@ export default {
|
|||
commonjs(),
|
||||
json(),
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
plugins: ['@babel/plugin-proposal-object-rest-spread']
|
||||
exclude: "node_modules/**",
|
||||
plugins: ["@babel/plugin-proposal-object-rest-spread"]
|
||||
}),
|
||||
minify({
|
||||
comments: false,
|
||||
|
@ -38,4 +46,4 @@ export default {
|
|||
banner: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||
})
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// This file is auto-generated.
|
||||
// Changes you make will be overwritten.
|
||||
const expect = require('chai').expect
|
||||
const models = require('@freesewing/models')
|
||||
const patterns = require('@freesewing/pattern-info')
|
||||
const expect = require("chai").expect;
|
||||
const models = require("@freesewing/models")
|
||||
const patterns = require("@freesewing/pattern-info")
|
||||
|
||||
const Legend = require('../dist')
|
||||
|
||||
|
@ -12,10 +12,28 @@ const testPatternDrafting = require('../../../tests/patterns/drafting')
|
|||
const testPatternSampling = require('../../../tests/patterns/sampling')
|
||||
|
||||
// Test config
|
||||
testPatternConfig('legend', new Legend(), expect, models, patterns)
|
||||
testPatternConfig(
|
||||
'legend',
|
||||
new Legend(),
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test drafting
|
||||
testPatternDrafting('legend', Legend, expect, models, patterns)
|
||||
testPatternDrafting(
|
||||
'legend',
|
||||
Legend,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test sampling
|
||||
testPatternSampling('legend', Legend, expect, models, patterns)
|
||||
testPatternSampling(
|
||||
'legend',
|
||||
Legend,
|
||||
expect,
|
||||
models,
|
||||
patterns
|
||||
)
|
||||
|
|
|
@ -1,33 +1,36 @@
|
|||
# Change log for: @freesewing/models
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue