fix timezone issue in changelog generation
This commit is contained in:
parent
a9449631bc
commit
0787d5bf69
91 changed files with 731 additions and 731 deletions
174
CHANGELOG.md
174
CHANGELOG.md
|
@ -16,7 +16,7 @@
|
|||
- migrated `waistbandWidth` option from `mm` to snapped `pct` option
|
||||
|
||||
|
||||
## 2.21.3 (2022-07-01)
|
||||
## 2.21.3 (2022-07-02)
|
||||
|
||||
### core
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
- Add bin entry to package.json
|
||||
|
||||
|
||||
## 2.21.2 (2022-06-29)
|
||||
## 2.21.2 (2022-06-30)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
- Added markers for elastics
|
||||
|
||||
|
||||
## 2.21.1 (2022-06-27)
|
||||
## 2.21.1 (2022-06-28)
|
||||
|
||||
### pattern-info
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
|||
- Added Noble to the list
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -620,7 +620,7 @@
|
|||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### brian
|
||||
|
||||
|
@ -703,7 +703,7 @@
|
|||
- Fixed incorrect decision in Path.boundary()
|
||||
|
||||
|
||||
## 2.20.7 (2022-02-19)
|
||||
## 2.20.7 (2022-02-20)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -712,7 +712,7 @@
|
|||
- Type-check for optionalMeasurements key in gist Closes [#1918](https://github.com/freesewing/freesewing/issues/1918)
|
||||
|
||||
|
||||
## 2.20.6 (2022-02-16)
|
||||
## 2.20.6 (2022-02-17)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -727,7 +727,7 @@
|
|||
- Set units on fontsizes to support scale setting
|
||||
|
||||
|
||||
## 2.20.5 (2022-02-16)
|
||||
## 2.20.5 (2022-02-17)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -748,7 +748,7 @@
|
|||
- Fix bug in Svg.escapeText() that only escaped the first quote
|
||||
|
||||
|
||||
## 2.20.4 (2022-01-27)
|
||||
## 2.20.4 (2022-01-28)
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
|
@ -757,7 +757,7 @@
|
|||
- Downgraded back to react-scripts 4 because 5 has a regression bug
|
||||
|
||||
|
||||
## 2.20.3 (2022-01-27)
|
||||
## 2.20.3 (2022-01-28)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -780,7 +780,7 @@
|
|||
- Updated to react-scripts 5 to sidestep bug in error-overlay
|
||||
|
||||
|
||||
## 2.20.2 (2022-01-26)
|
||||
## 2.20.2 (2022-01-27)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -789,7 +789,7 @@
|
|||
- Patterns options were always in English due to symlinks being used
|
||||
|
||||
|
||||
## 2.20.1 (2022-01-26)
|
||||
## 2.20.1 (2022-01-27)
|
||||
|
||||
### bee
|
||||
|
||||
|
@ -810,7 +810,7 @@
|
|||
- Remove debug outline when enabling box pleat setting
|
||||
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -1212,7 +1212,7 @@
|
|||
- Fixed issue that was causing plugin translations to always be in English
|
||||
|
||||
|
||||
## 2.19.9 (2022-01-08)
|
||||
## 2.19.9 (2022-01-09)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -1221,7 +1221,7 @@
|
|||
- Fix incorrectly alliegned fabric match line. Move to CF instead [Fixed by @nicholasdower in
|
||||
|
||||
|
||||
## 2.19.8 (2022-01-07)
|
||||
## 2.19.8 (2022-01-08)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -1242,7 +1242,7 @@
|
|||
- Remove CSS var in SVG to preserve styling Fixes [#1606](https://github.com/freesewing/freesewing/issues/1606)
|
||||
|
||||
|
||||
## 2.19.7 (2022-01-05)
|
||||
## 2.19.7 (2022-01-06)
|
||||
|
||||
### brian
|
||||
|
||||
|
@ -1264,7 +1264,7 @@
|
|||
- Correctly place sleevecap notches Closes [#1602](https://github.com/freesewing/freesewing/issues/1602)
|
||||
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### rendertest
|
||||
|
||||
|
@ -1450,7 +1450,7 @@
|
|||
- Fix axios version conflict
|
||||
|
||||
|
||||
## 2.19.5 (2021-11-12)
|
||||
## 2.19.5 (2021-11-13)
|
||||
|
||||
### charlie
|
||||
|
||||
|
@ -1482,7 +1482,7 @@
|
|||
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode.
|
||||
|
||||
|
||||
## 2.19.4 (2021-11-08)
|
||||
## 2.19.4 (2021-11-09)
|
||||
|
||||
### titan
|
||||
|
||||
|
@ -1510,7 +1510,7 @@
|
|||
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||
|
||||
|
||||
## 2.19.3 (2021-11-04)
|
||||
## 2.19.3 (2021-11-05)
|
||||
|
||||
### charlie
|
||||
|
||||
|
@ -1523,7 +1523,7 @@
|
|||
- Worked around ESM issue by adding snapseries as local dependency
|
||||
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### holmes
|
||||
|
||||
|
@ -1575,7 +1575,7 @@
|
|||
- Added linedrawing for Walburga
|
||||
|
||||
|
||||
## 2.19.1 (2021-10-22)
|
||||
## 2.19.1 (2021-10-23)
|
||||
|
||||
### hortensia
|
||||
|
||||
|
@ -1606,7 +1606,7 @@
|
|||
- Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit Closes [#1411](https://github.com/freesewing/freesewing/issues/1411)
|
||||
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### holmes
|
||||
|
||||
|
@ -1792,7 +1792,7 @@
|
|||
- Added Walburga pattern
|
||||
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### holmes
|
||||
|
||||
|
@ -1848,7 +1848,7 @@
|
|||
- Added optional chaining so missing options always lead to clear error message
|
||||
|
||||
|
||||
## 2.17.4 (2021-08-19)
|
||||
## 2.17.4 (2021-08-20)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -1857,7 +1857,7 @@
|
|||
- Fixed typo that caused paperless to error
|
||||
|
||||
|
||||
## 2.17.3 (2021-08-15)
|
||||
## 2.17.3 (2021-08-16)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -1872,7 +1872,7 @@
|
|||
- Added missing `bustPointToUnderbust` measurement to `neckstimate`
|
||||
|
||||
|
||||
## 2.17.2 (2021-08-14)
|
||||
## 2.17.2 (2021-08-15)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -1899,7 +1899,7 @@
|
|||
- Added the new `bustPointToUnderbust` measurement for future bikini pattern
|
||||
|
||||
|
||||
## 2.17.1 (2021-07-13)
|
||||
## 2.17.1 (2021-07-14)
|
||||
|
||||
### core
|
||||
|
||||
|
@ -1914,7 +1914,7 @@
|
|||
- Updated department to new range of options See [#1207](https://github.com/freesewing/freesewing/pull/1207)
|
||||
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### bent
|
||||
|
||||
|
@ -2071,7 +2071,7 @@
|
|||
- Changed antman references to antperson
|
||||
|
||||
|
||||
## 2.16.2 (2021-05-04)
|
||||
## 2.16.2 (2021-05-05)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -2093,7 +2093,7 @@
|
|||
- String updates
|
||||
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -2332,7 +2332,7 @@
|
|||
- measurementDiffers takes an extra `absolute` value that can be set to false to get the non-absolute and non-rounded value
|
||||
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### florent
|
||||
|
||||
|
@ -2394,7 +2394,7 @@
|
|||
- Changes to cfp strings
|
||||
|
||||
|
||||
## 2.15.4 (2021-05-07)
|
||||
## 2.15.4 (2021-05-08)
|
||||
|
||||
### bella
|
||||
|
||||
|
@ -2403,7 +2403,7 @@
|
|||
- Fixed incorrect part dependencies See [#1002](https://github.com/freesewing/freesewing/issues/1002)
|
||||
|
||||
|
||||
## 2.15.3 (2021-05-04)
|
||||
## 2.15.3 (2021-05-05)
|
||||
|
||||
### shin
|
||||
|
||||
|
@ -2412,7 +2412,7 @@
|
|||
- Fixed issue where a legReduction of zero broke the draft See [#997](https://github.com/freesewing/freesewing/issues/997)
|
||||
|
||||
|
||||
## 2.15.2 (2021-04-27)
|
||||
## 2.15.2 (2021-04-28)
|
||||
|
||||
### jaeger
|
||||
|
||||
|
@ -2427,7 +2427,7 @@
|
|||
- Path.shiftAlong takes now an optional second paramter to control the number of steps the path will be divided in per Mm (if it's a curve) default is 25 See [#976](https://github.com/freesewing/freesewing/issues/976)
|
||||
|
||||
|
||||
## 2.15.1 (2021-04-23)
|
||||
## 2.15.1 (2021-04-24)
|
||||
|
||||
### charlie
|
||||
|
||||
|
@ -2452,7 +2452,7 @@
|
|||
- Fixed bug in the dependency resolved when dependecies are passed as a string See [#971](https://github.com/freesewing/freesewing/issues/971)
|
||||
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### bella
|
||||
|
||||
|
@ -2584,7 +2584,7 @@
|
|||
- Info now also contains deprecated status
|
||||
|
||||
|
||||
## 2.14.0 (2021-03-06)
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### cornelius
|
||||
|
||||
|
@ -2612,7 +2612,7 @@
|
|||
- Added translations for Cornelius
|
||||
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### bella
|
||||
|
||||
|
@ -2657,7 +2657,7 @@
|
|||
- Make pattern list alphabetic
|
||||
|
||||
|
||||
## 2.13.1 (2021-02-13)
|
||||
## 2.13.1 (2021-02-14)
|
||||
|
||||
### hortensia
|
||||
|
||||
|
@ -2678,7 +2678,7 @@
|
|||
- Pass pattern handle to tiler
|
||||
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### hortensia
|
||||
|
||||
|
@ -2753,7 +2753,7 @@
|
|||
- Translation for Hortensia
|
||||
|
||||
|
||||
## 2.12.1 (2021-01-26)
|
||||
## 2.12.1 (2021-01-27)
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
|
@ -2762,7 +2762,7 @@
|
|||
- Fixed missing dependency
|
||||
|
||||
|
||||
## 2.12.0 (2021-01-18)
|
||||
## 2.12.0 (2021-01-19)
|
||||
|
||||
### bella
|
||||
|
||||
|
@ -2771,7 +2771,7 @@
|
|||
- Initial release of this body block for womenswear
|
||||
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### florence
|
||||
|
||||
|
@ -2884,7 +2884,7 @@
|
|||
- Fixed links in Workbench footer
|
||||
|
||||
|
||||
## 2.11.2 (2021-01-10)
|
||||
## 2.11.2 (2021-01-11)
|
||||
|
||||
### brian
|
||||
|
||||
|
@ -2899,7 +2899,7 @@
|
|||
- Fixed links in Workbench footer
|
||||
|
||||
|
||||
## 2.11.1 (2021-01-10)
|
||||
## 2.11.1 (2021-01-11)
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
|
@ -2908,7 +2908,7 @@
|
|||
- Fixed issue with node-sass, see [#778](https://github.com/freesewing/freesewing/issues/778) and [#779](https://github.com/freesewing/freesewing/issues/779)
|
||||
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### shin
|
||||
|
||||
|
@ -2964,7 +2964,7 @@
|
|||
- Type in Simon title
|
||||
|
||||
|
||||
## 2.10.7 (2020-11-17)
|
||||
## 2.10.7 (2020-11-18)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -2973,7 +2973,7 @@
|
|||
- Yoke dart did not affect sleevecap length. See [#687](https://github.com/freesewing/freesewing/issues/687)
|
||||
|
||||
|
||||
## 2.10.6 (2020-11-14)
|
||||
## 2.10.6 (2020-11-15)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -2982,7 +2982,7 @@
|
|||
- Workbench now supports loading a pattern configuration from a (github) gist
|
||||
|
||||
|
||||
## 2.10.5 (2020-11-13)
|
||||
## 2.10.5 (2020-11-14)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -2991,7 +2991,7 @@
|
|||
- Added missing `cty.` translations to non-English language files
|
||||
|
||||
|
||||
## 2.10.4 (2020-11-12)
|
||||
## 2.10.4 (2020-11-13)
|
||||
|
||||
### titan
|
||||
|
||||
|
@ -3000,7 +3000,7 @@
|
|||
- Issue with incorrectly named point
|
||||
|
||||
|
||||
## 2.10.3 (2020-11-07)
|
||||
## 2.10.3 (2020-11-08)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -3015,7 +3015,7 @@
|
|||
- Renderprops now includes SVG with preRender hook applied
|
||||
|
||||
|
||||
## 2.10.2 (2020-11-06)
|
||||
## 2.10.2 (2020-11-07)
|
||||
|
||||
### core
|
||||
|
||||
|
@ -3024,7 +3024,7 @@
|
|||
- Fixed bundled bezier-js version
|
||||
|
||||
|
||||
## 2.10.1 (2020-11-06)
|
||||
## 2.10.1 (2020-11-07)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -3045,7 +3045,7 @@
|
|||
- Removed unused CSS code
|
||||
|
||||
|
||||
## 2.10.0 (2020-10-16)
|
||||
## 2.10.0 (2020-10-17)
|
||||
|
||||
### albert
|
||||
|
||||
|
@ -3054,7 +3054,7 @@
|
|||
- Albert is an apron pattern
|
||||
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### teagan
|
||||
|
||||
|
@ -3121,7 +3121,7 @@
|
|||
- Added teagan info
|
||||
|
||||
|
||||
## 2.8.1 (2020-08-15)
|
||||
## 2.8.1 (2020-08-16)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -3142,7 +3142,7 @@
|
|||
- Fixed breaking change in execa upgrade in 2.8.0
|
||||
|
||||
|
||||
## 2.8.0 (2020-08-09)
|
||||
## 2.8.0 (2020-08-10)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -3173,7 +3173,7 @@
|
|||
- Fix an edge case in utils.pointOnCurve for perfect horizontal curves
|
||||
|
||||
|
||||
## 2.7.2 (2020-07-28)
|
||||
## 2.7.2 (2020-07-29)
|
||||
|
||||
### core
|
||||
|
||||
|
@ -3182,7 +3182,7 @@
|
|||
- Fixed wrong return value in debug message from Path
|
||||
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### aaron
|
||||
|
||||
|
@ -3265,7 +3265,7 @@
|
|||
- Added backend calls for creating gists/issues on Github
|
||||
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -3619,7 +3619,7 @@
|
|||
- Added the `isDegMeasurement` method
|
||||
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### florence
|
||||
|
||||
|
@ -3698,7 +3698,7 @@
|
|||
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||
|
||||
|
||||
## 2.5.0 (2020-04-04)
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### diana
|
||||
|
||||
|
@ -3723,7 +3723,7 @@
|
|||
- title, description, and options for Dianna
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-22)
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -3732,7 +3732,7 @@
|
|||
- Fixed an bug in the i18n package
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-18)
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
### florence
|
||||
|
||||
|
@ -3753,7 +3753,7 @@
|
|||
- neckstimate() now returns values rounded to nearest mm
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### huey
|
||||
|
||||
|
@ -3792,7 +3792,7 @@
|
|||
- 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.4.3 (2020-03-11)
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -3801,7 +3801,7 @@
|
|||
- Added more translations
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-07)
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### plugin-title
|
||||
|
||||
|
@ -3822,7 +3822,7 @@
|
|||
- Added more strings
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-03)
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -3837,7 +3837,7 @@
|
|||
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-28)
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
### florence
|
||||
|
||||
|
@ -3847,7 +3847,7 @@
|
|||
- Initial release
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-22)
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
### holmes
|
||||
|
||||
|
@ -3864,7 +3864,7 @@
|
|||
- Initial release
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### florent
|
||||
|
||||
|
@ -4072,7 +4072,7 @@
|
|||
- Neckstimate now uses proportions only
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-17)
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -4087,7 +4087,7 @@
|
|||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-15)
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
### simon
|
||||
|
||||
|
@ -4096,7 +4096,7 @@
|
|||
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-14)
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
### carlton
|
||||
|
||||
|
@ -4106,7 +4106,7 @@
|
|||
- Re-numbered tail as part 5
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-23)
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
### utils
|
||||
|
||||
|
@ -4115,7 +4115,7 @@
|
|||
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-18)
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
### plugin-dimension
|
||||
|
||||
|
@ -4124,7 +4124,7 @@
|
|||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
|
||||
|
||||
## 2.1.4 (2019-10-31)
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -4137,7 +4137,7 @@
|
|||
- The Ogol component has been removed as it wasn't used
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-17)
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -4156,7 +4156,7 @@
|
|||
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-13)
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
### i18n
|
||||
|
||||
|
@ -4165,7 +4165,7 @@
|
|||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### components
|
||||
|
||||
|
@ -4200,7 +4200,7 @@
|
|||
- Fixed an issue with the formatMm method not adding units
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### penelope
|
||||
|
||||
|
@ -4291,7 +4291,7 @@
|
|||
- Fixed an issue where optionDefault was not handling list options correctly
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-26)
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
### carlton
|
||||
|
||||
|
@ -4310,7 +4310,7 @@
|
|||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-14)
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### bruce
|
||||
|
||||
|
@ -4337,7 +4337,7 @@
|
|||
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
@ -4397,7 +4397,7 @@
|
|||
- Removed lingering debug statement in formatImperial
|
||||
|
||||
|
||||
## 2.0.1 (2019-08-31)
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
### theo
|
||||
|
||||
|
@ -4427,7 +4427,7 @@
|
|||
- The `measurementDiffers` method is new.
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### benjamin
|
||||
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Change log for: @freesewing/aaron
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set missing option `brianFitCollar` to `false`
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -39,13 +39,13 @@
|
|||
|
||||
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Change log for: @freesewing/albert
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.10.0 (2020-10-16)
|
||||
## 2.10.0 (2020-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/bee
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.1 (2022-01-26)
|
||||
## 2.20.1 (2022-01-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Exposed additional Bella options
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
- Hide/lock options that should be fixed (inherited from Bella)
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/bella
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -15,37 +15,37 @@
|
|||
- Expose the `frontArmholeCurvature` option to the user via option groups
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.4 (2021-05-07)
|
||||
## 2.15.4 (2021-05-08)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed incorrect part dependencies See [#1002](https://github.com/freesewing/freesewing/issues/1002)
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Shoulder point control point fix for doll-sized clothes
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with out-of-order execution
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Verify whether back dart passes armhole depth
|
||||
|
||||
## 2.12.0 (2021-01-18)
|
||||
## 2.12.0 (2021-01-19)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,49 +1,49 @@
|
|||
# Change log for: @freesewing/benjamin
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.8.1 (2020-08-15)
|
||||
## 2.8.1 (2020-08-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with (length of) band
|
||||
|
||||
## 2.8.0 (2020-08-09)
|
||||
## 2.8.0 (2020-08-10)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix for incorrect length of the ribbon
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added bandLength option to fit optiongroup (it was missing)
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
# Change log for: @freesewing/bent
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -42,13 +42,13 @@
|
|||
- Set tip of undersleeve as anchor point for sampling
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/bob
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
# Change log for: @freesewing/breanna
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Try harder to find the intersection point for the scyedart
|
||||
- Define missing y variable in paperless branch
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
- Removed `Circumference` suffix from measurement names
|
||||
- Removed deprecated `debug()` statements
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Change log for: @freesewing/brian
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
- Slightly increased the default neck ease
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -23,44 +23,44 @@
|
|||
- Adde both front and back armhole pitch points Closes [#2057](https://github.com/freesewing/freesewing/issues/2057)
|
||||
- Fixed issue with the sleeve length
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.7 (2022-01-05)
|
||||
## 2.19.7 (2022-01-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Always calculate sleevecap notch from armhole rather than shoulder
|
||||
- Default for `sleevecapEase` option is now `0`
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Paperless dimensions don't extend to hem See [#1030](https://github.com/freesewing/freesewing/issues/1030)
|
||||
|
||||
## 2.11.2 (2021-01-10)
|
||||
## 2.11.2 (2021-01-11)
|
||||
|
||||
### Added
|
||||
|
||||
- Marked waistline on Brian. Closes [#782](https://github.com/freesewing/freesewing/issues/782)
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -70,13 +70,13 @@
|
|||
- Removed `Circumference` suffix from measurement names
|
||||
- Removed deprecated `debug()` statements
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `saBase` path is no longer being rendered
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -84,7 +84,7 @@
|
|||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- The `neck` point has been renamed to `hps`
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
# Change log for: @freesewing/bruce
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added notches to facilitate seam matching
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a check for an undefined value in the store
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -49,13 +49,13 @@
|
|||
|
||||
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
||||
|
||||
## 2.0.3 (2019-09-14)
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Change log for: @freesewing/carlita
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -34,14 +34,14 @@
|
|||
- Set a sample anchor point on the side part
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
# Change log for: @freesewing/carlton
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed unused `hipsEase` code
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -39,26 +39,26 @@
|
|||
- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.7 (2019-12-14)
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
- Re-numbered tail as part 5
|
||||
|
||||
## 2.0.4 (2019-09-26)
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/cathrin
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
|
||||
- Fixed panels option being a list of numbers rather than strings
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Change log for: @freesewing/charlie
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Expose the `frontPocketFacing` option to the user via option groups
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.5 (2021-11-12)
|
||||
## 2.19.5 (2021-11-13)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
- Fix issue where a very low waist caused the fly to be incorrectly drawn This only happens at unrealistic waist heights, so I changed the option minimum value instead. Closes [#1486](https://github.com/freesewing/freesewing/issues/1486)
|
||||
|
||||
## 2.19.3 (2021-11-04)
|
||||
## 2.19.3 (2021-11-05)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
- Worked around ESM issue by adding snapseries as local dependency
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -44,19 +44,19 @@
|
|||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Add `@freesewing/plugin-mirror` as peer dependency
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.1 (2021-04-23)
|
||||
## 2.15.1 (2021-04-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
- Keep `frontPocketSlantRound` and `frontPocketSlantBend` options from being zero
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/cornelius
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed lingering console.log statements
|
||||
|
||||
## 2.19.1 (2021-10-22)
|
||||
## 2.19.1 (2021-10-23)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -29,19 +29,19 @@
|
|||
|
||||
- Fixed issue where the cuff style is not drafted in certain configurations Closes [#1325](https://github.com/freesewing/freesewing/issues/1325)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Handle edge-case where splitting a path on and endpoint causes things to break
|
||||
|
||||
## 2.14.0 (2021-03-06)
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
# Change log for: @freesewing/diana
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Expose the `cuffEase` option to the user via option groups
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Set brian `s3` options as constants
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
- Ported diana to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.5.0 (2020-04-04)
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/examples
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
|||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added examples for bartack plugin
|
||||
- Added examples for new buttonhole-start/end snippets
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
# Change log for: @freesewing/florence
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -41,13 +41,13 @@
|
|||
|
||||
- @freesewing/fu has been renamed to @freesewing/florence
|
||||
|
||||
## 2.4.5 (2020-03-18)
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved shape based on community feedback
|
||||
|
||||
## 2.4.0 (2020-02-28)
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
# Change log for: @freesewing/florent
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Add missing notches See [#1015](https://github.com/freesewing/freesewing/issues/1015)
|
||||
- Removed inherited miniscale points
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/hi
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/holmes
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed SA to use twice the SA value on hem allowance
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -37,31 +37,31 @@
|
|||
- _Ear_ has been changed to _Ear flap_
|
||||
- Added hem allowance at the hem, rather than standard seam allowance
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `brimWidth` option is not a percent option, allowing the pattern to scale properly
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.3.0 (2020-02-22)
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
# Change log for: @freesewing/hortensia
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.1 (2021-10-22)
|
||||
## 2.19.1 (2021-10-23)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with the handle width not drafting correctly Closes [#1403](https://github.com/freesewing/freesewing/issues/1403)
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the `handleWidth` option type from `mm` to `pct`
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.1 (2021-02-13)
|
||||
## 2.13.1 (2021-02-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix incorrectly named part
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
# Change log for: @freesewing/huey
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
- Better defaults for sleevecap and armhole depth
|
||||
- Huey now extends the Brian config
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix hood dependencies See [#1026](https://github.com/freesewing/freesewing/issues/1026)
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
- Added cut-on-fold indicator to pocket
|
||||
- Removed lingering notch from pocket part
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -66,19 +66,19 @@
|
|||
|
||||
- [Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/hugo
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -11,57 +11,57 @@
|
|||
|
||||
- Fix incorrect seam allowance Closes [#2208](https://github.com/freesewing/freesewing/issues/2208)
|
||||
|
||||
## 2.20.1 (2022-01-26)
|
||||
## 2.20.1 (2022-01-27)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Seam allowance on pocket is incorrectly marked for cut-on-fold Closes [#1731](https://github.com/freesewing/freesewing/issues/1731)
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Set brian `s3` options as constants
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.14.0 (2021-03-06)
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Replaced grainline indicator on pocket with cut-on-fold indicator
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix style of the seam allowance paths
|
||||
- Fix sleeve dependencies
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed inherited notches
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set missing option `brianFitCollar` to `false`
|
||||
- Adding missing control point to front neck opening
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
- Removed `Circumference` suffix from measurement names
|
||||
- Removed deprecated `debug()` statements
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
|||
- Do not render pocket outline when complete is falsy
|
||||
- Do not render pocket facing hint when complete is falsy
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
- Made sure dimensions for hood center and waistband are always shown
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/jaeger
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -23,37 +23,37 @@
|
|||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1321](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Set brian `s3` options as constants
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed third button not showing up See [#973](https://github.com/freesewing/freesewing/issues/973)
|
||||
|
||||
## 2.15.2 (2021-04-27)
|
||||
## 2.15.2 (2021-04-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Draft a third button when it's requested See [#973](https://github.com/freesewing/freesewing/issues/973)
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -62,19 +62,19 @@
|
|||
- Ported jaeger to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 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
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/legend
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/lucy
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/lunetius
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/noble
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
# Change log for: @freesewing/paco
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Hide the `frontPocketFlapSize` from the user
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.4 (2021-11-08)
|
||||
## 2.19.4 (2021-11-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make paperless markings available when detail is disabled Closes [#1400](https://github.com/freesewing/freesewing/issues/1401)
|
||||
- Make pocket flaps properly parametric Closes [#1401](https://github.com/freesewing/freesewing/issues/1401)
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -32,20 +32,20 @@
|
|||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1316)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The waistband was incorrectly using the cuff widht See [#1113](https://github.com/freesewing/freesewing/issues/1113)
|
||||
- Only draft the cuff part when it's needed See [#1113](https://github.com/freesewing/freesewing/issues/1113)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -53,19 +53,19 @@
|
|||
- Added the (disabled) waistbandHeight option from Titan
|
||||
- Changed to Titan's waistbandWidth option
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Only add paperless dimensions for pockets if we drafted pockets
|
||||
|
||||
## 2.8.1 (2020-08-15)
|
||||
## 2.8.1 (2020-08-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added Titan as a peer dependency
|
||||
|
||||
## 2.8.0 (2020-08-09)
|
||||
## 2.8.0 (2020-08-10)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/penelope
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.5 (2021-11-12)
|
||||
## 2.19.5 (2021-11-13)
|
||||
|
||||
### Changed
|
||||
|
||||
- Increased maximum for the `waistEase` option
|
||||
- Increased maximum for the `seatEase` options
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -33,32 +33,32 @@
|
|||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1320](https://github.com/freesewing/freesewing/issues/1316)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue in shape part
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/plugintest
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/rendertest
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Restructured the pattern to allow inclusion of individual parts in Example component
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated the rendertest pattern to be more concise
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
# Change log for: @freesewing/sandy
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated the `waistbandWidth` option from mm to snapped pct
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
# Change log for: @freesewing/shin
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.3 (2021-05-04)
|
||||
## 2.15.3 (2021-05-05)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue where a legReduction of zero broke the draft See [#997](https://github.com/freesewing/freesewing/issues/997)
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed unused lengthBonus option
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Change log for: @freesewing/simon
|
||||
|
||||
|
||||
## 2.21.2 (2022-06-29)
|
||||
## 2.21.2 (2022-06-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Decreased default collar ease
|
||||
- Increased default yoke height
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
- Handle edge-case for 1/10 dolls with breasts where path split would yield empty half
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -32,68 +32,68 @@
|
|||
|
||||
- Fixed issue with the sleeve length
|
||||
|
||||
## 2.20.5 (2022-02-16)
|
||||
## 2.20.5 (2022-02-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed grainline indicator on sleeve since it was slightly off-grain
|
||||
|
||||
## 2.20.3 (2022-01-27)
|
||||
## 2.20.3 (2022-01-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Properly style SA paths on cuffs and collarstand
|
||||
- SA path on sleeve was double-drawn
|
||||
|
||||
## 2.20.1 (2022-01-26)
|
||||
## 2.20.1 (2022-01-27)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Remove debug outline when enabling box pleat setting
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.9 (2022-01-08)
|
||||
## 2.19.9 (2022-01-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix incorrectly alliegned fabric match line. Move to CF instead [Fixed by @nicholasdower in
|
||||
|
||||
## 2.19.8 (2022-01-07)
|
||||
## 2.19.8 (2022-01-08)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make seam allowance stop at fold when using rounded back option Fixes [#1608](https://github.com/freesewing/freesewing/issues/1608)
|
||||
|
||||
## 2.19.7 (2022-01-05)
|
||||
## 2.19.7 (2022-01-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Correctly place sleevecap notches Closes [#1602](https://github.com/freesewing/freesewing/issues/1602)
|
||||
|
||||
## 2.19.4 (2021-11-08)
|
||||
## 2.19.4 (2021-11-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed missing store object in button(hole)placket part
|
||||
|
||||
## 2.19.1 (2021-10-22)
|
||||
## 2.19.1 (2021-10-23)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit Closes [#1411](https://github.com/freesewing/freesewing/issues/1411)
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -109,25 +109,25 @@
|
|||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1319](https://github.com/freesewing/freesewing/issues/1319)
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Avoid paperless depending on a complete pattern
|
||||
|
||||
## 2.17.4 (2021-08-19)
|
||||
## 2.17.4 (2021-08-20)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed typo that caused paperless to error
|
||||
|
||||
## 2.17.2 (2021-08-14)
|
||||
## 2.17.2 (2021-08-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added new ffsa option to let the user control the extra SA for flat-felled seams Closes [#1251](https://github.com/freesewing/freesewing/issues/1251)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -139,76 +139,76 @@
|
|||
|
||||
- The `yokeDart` option is replaced by the `roundBack` option
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.1 (2021-04-23)
|
||||
## 2.15.1 (2021-04-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added some dimensions to clarify the X value of shoulder/armhole points
|
||||
|
||||
## 2.13.1 (2021-02-13)
|
||||
## 2.13.1 (2021-02-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing sleeve notch on yoke
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Cleaned up notches
|
||||
- Marked where to match fabric on closure
|
||||
|
||||
## 2.10.7 (2020-11-17)
|
||||
## 2.10.7 (2020-11-18)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Yoke dart did not affect sleevecap length. See [#687](https://github.com/freesewing/freesewing/issues/687)
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set missing option `brianFitCollar` to `false`
|
||||
- Don't assume the `chHips-notch` is available because it's not in Simone. Fixes [#833](https://github.com/freesewing/freesewing.org/issues/833)
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-17)
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#253](https://github.com/freesewing/freesewing/issues/253): Fixed type in simon sleeve causing incorrect cuff issue
|
||||
|
||||
## 2.1.8 (2019-12-15)
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -223,7 +223,7 @@
|
|||
- Added a missing paperless dimension for the waist
|
||||
- Fixed an issue where the split yoke option was not taken into account correctly
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -231,7 +231,7 @@
|
|||
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Change log for: @freesewing/simone
|
||||
|
||||
|
||||
## 2.21.2 (2022-06-29)
|
||||
## 2.21.2 (2022-06-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Decreased default collar ease
|
||||
- Increased default yoke height
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
- Added the frontdarts option back after it was (accidentally) removed
|
||||
- Handle edge-case for 1/10 dolls with breasts where path split would yield empty half
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -32,43 +32,43 @@
|
|||
|
||||
- Fixed issue with the sleeve length
|
||||
|
||||
## 2.20.5 (2022-02-16)
|
||||
## 2.20.5 (2022-02-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed grainline indicator on sleeve since it was slightly off-grain
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.7 (2022-01-05)
|
||||
## 2.19.7 (2022-01-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Correctly place sleevecap notches Closes [#1602](https://github.com/freesewing/freesewing/issues/1602)
|
||||
|
||||
## 2.19.4 (2021-11-08)
|
||||
## 2.19.4 (2021-11-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed missing store object in button(hole)placket part
|
||||
|
||||
## 2.19.1 (2021-10-22)
|
||||
## 2.19.1 (2021-10-23)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit Closes [#1411](https://github.com/freesewing/freesewing/issues/1411)
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -85,13 +85,13 @@
|
|||
- Support drafting of non-human measurements (dolls & giants) Closes [#1318](https://github.com/freesewing/freesewing/issues/1318)
|
||||
- Fix issue with armhole introduced with the S3 options in Brian Closes
|
||||
|
||||
## 2.17.2 (2021-08-14)
|
||||
## 2.17.2 (2021-08-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added new ffsa option to let the user control the extra SA for flat-felled seams Closes [#1251](https://github.com/freesewing/freesewing/issues/1251)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -103,57 +103,57 @@
|
|||
|
||||
- The `yokeDart` option is replaced by the `roundBack` option
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed type in bustsidecode finder code
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Force bust dart intersection if not found initially
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Cleaned up notches
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set missing option `brianFitCollar` to `false`
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Change log for: @freesewing/sven
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
- Better defaults for sleevecap and armhole depth
|
||||
- Sven now extends the Brian config
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -22,25 +22,25 @@
|
|||
- Lock the `waistEase` option to a static value
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Avoided loading unset ribbingHeight from store
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -49,19 +49,19 @@
|
|||
- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/tamiko
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -27,13 +27,13 @@
|
|||
- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/teagan
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -11,27 +11,27 @@
|
|||
|
||||
- Added missing name to config file
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
- Better defaults for sleevecap and armhole depth
|
||||
- Teagan now extends the Brian config
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Lock the `frontArmholeDeeper` option to a static value
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,68 +1,68 @@
|
|||
# Change log for: @freesewing/theo
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added deprecation warning as we need to rewrite this pattern
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Avoid paperless depending on a complete pattern
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Check for intersection returning an array
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Cleaned up notches
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with side piece
|
||||
|
||||
## 2.0.1 (2019-08-31)
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece.
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/tiberius
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
# Change log for: @freesewing/titan
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.4 (2021-11-08)
|
||||
## 2.19.4 (2021-11-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a regression that caused the `waistHeight` option to be ignored. Closes [#1467](https://github.com/freesewing/freesewing/issues/1467)
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated the `waistbandWidth` option from mm to snapped pct
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -52,25 +52,25 @@
|
|||
- Always keep seat control point vertically between styled waist and seat
|
||||
- Adapt the outseam to the dropped waist in all circumstances
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Always ensure point waistIn is created in back part
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Always balance the waist
|
||||
|
||||
## 2.10.4 (2020-11-12)
|
||||
## 2.10.4 (2020-11-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Issue with incorrectly named point
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
# Change log for: @freesewing/trayvon
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated the `knotWidth` and `tipWidth` options from mm to snapped pct
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Change log for: @freesewing/tutorial
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set department in the config to one of the newly accepted values
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/unice
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/ursula
|
||||
|
||||
|
||||
## 2.21.2 (2022-06-29)
|
||||
## 2.21.2 (2022-06-30)
|
||||
|
||||
### Added
|
||||
|
||||
- Added markers for elastics
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/wahid
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -11,39 +11,39 @@
|
|||
|
||||
- Change hem allowance to standard SA
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267)
|
||||
- Support a zero value for the `backScyeDart` option
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make sure roudEnd and roundStart points are always available
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
- Proper styling for SA on front and back
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
- Hem radius can no longer be zero. Use teh `square` hem style for that
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
- Removed `Circumference` suffix from measurement names
|
||||
- Removed `wrist` and `shoulderToWrist` as required measurements
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -71,19 +71,19 @@
|
|||
- Closed the front seam path
|
||||
- Draft the front lining/facing even when complete is falsy
|
||||
|
||||
## 2.4.5 (2020-03-18)
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Check whether frontScyeDart option is zero prior to implementing it
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/walburga
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
# Change log for: @freesewing/waralee
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `department` setting in config in line with new grouping
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
# Change log for: @freesewing/yuri
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Changed
|
||||
|
||||
- Better defaults for sleevecap and armhole depth
|
||||
- Yuri now extends the Brian config
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to default import for version from package.json
|
||||
|
||||
## 2.19.8 (2022-01-07)
|
||||
## 2.19.8 (2022-01-08)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix dependency configuration Fixes [#1334](https://github.com/freesewing/freesewing/issues/1334)
|
||||
|
||||
## 2.19.5 (2021-11-12)
|
||||
## 2.19.5 (2021-11-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix seam allowance on back, gusset and hood center parts Closes [#1464](https://github.com/freesewing/freesewing/issues/1464)
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Change log for: @freesewing/components
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix restore of pattern defaults in draft configurator Closes [#1932](https://github.com/freesewing/freesewing/issues/1932)
|
||||
|
||||
## 2.20.7 (2022-02-19)
|
||||
## 2.20.7 (2022-02-20)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Type-check for optionalMeasurements key in gist Closes [#1918](https://github.com/freesewing/freesewing/issues/1918)
|
||||
|
||||
## 2.20.6 (2022-02-16)
|
||||
## 2.20.6 (2022-02-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Handle unset props.pattern in DraftConfigurator option.hide check
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -35,14 +35,14 @@
|
|||
|
||||
- Support handling of ` ` in text
|
||||
|
||||
## 2.19.2 (2021-11-01)
|
||||
## 2.19.2 (2021-11-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Added linedrawing for Tiberius
|
||||
- Added linedrawing for Walburga
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
- Added missing linedrawing for Yuri
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -77,20 +77,20 @@
|
|||
|
||||
- Correctly load saved value for mm options See [#1136](https://github.com/freesewing/freesewing/issues/1136)
|
||||
|
||||
## 2.16.2 (2021-05-04)
|
||||
## 2.16.2 (2021-05-05)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Don't publish ESM modules as it causes issues with react-intl See [#1079](https://github.com/freesewing/freesewing/issues/1079)
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Added
|
||||
|
||||
- Added a new `designs` icon
|
||||
- We now publish .mjs files again for the different components
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
|||
- Added rollup sass plugin
|
||||
- Updated for new major version of react-markdown
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -116,14 +116,14 @@
|
|||
|
||||
- Always show design mode switch
|
||||
|
||||
## 2.14.0 (2021-03-06)
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### Added
|
||||
|
||||
- Added Bella linedrawing
|
||||
- Added Cornelius linedrawing
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -133,19 +133,19 @@
|
|||
|
||||
- Check point attributes are present before using them
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed links in Workbench footer
|
||||
|
||||
## 2.11.2 (2021-01-10)
|
||||
## 2.11.2 (2021-01-11)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed links in Workbench footer
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -164,32 +164,32 @@
|
|||
- Include basic themeing in Example component
|
||||
- Updated the note and tip icons
|
||||
|
||||
## 2.10.6 (2020-11-14)
|
||||
## 2.10.6 (2020-11-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Workbench now supports loading a pattern configuration from a (github) gist
|
||||
|
||||
## 2.10.3 (2020-11-07)
|
||||
## 2.10.3 (2020-11-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Draft component now supports snippets in the same way as the render method
|
||||
|
||||
## 2.10.1 (2020-11-06)
|
||||
## 2.10.1 (2020-11-07)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changes to workbench
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Added Teagan line drawing
|
||||
- Added Discord icon in Icon component
|
||||
|
||||
## 2.8.0 (2020-08-09)
|
||||
## 2.8.0 (2020-08-10)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -199,13 +199,13 @@
|
|||
|
||||
- Removed the `Footer` component
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Workbench now includes events debug output and enables debug by default
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -223,7 +223,7 @@
|
|||
|
||||
- Fixed bug that broke millimeter sliders
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -233,19 +233,19 @@
|
|||
- Refactor to remove prop-types dependency
|
||||
- Reworked the withLanguage component to allow adding translations at run-time
|
||||
|
||||
## 2.4.2 (2020-03-07)
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Don't load docs in DraftConfigurator
|
||||
|
||||
## 2.4.1 (2020-03-03)
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `updatePatternData` props issue in the Workbench component
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -259,7 +259,7 @@
|
|||
- Term `recipe` is now `pattern`
|
||||
- Term `gist` is now `data`
|
||||
|
||||
## 2.1.4 (2019-10-31)
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
@ -269,13 +269,13 @@
|
|||
|
||||
- The Ogol component has been removed as it wasn't used
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the fixme type Blockquote component
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -292,7 +292,7 @@
|
|||
- Fixed conflicting key values in React components
|
||||
- Fixed issue with display of list options in Draftconfigurator
|
||||
|
||||
## 2.0.4 (2019-09-26)
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -302,13 +302,13 @@
|
|||
|
||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
|
||||
## 2.0.3 (2019-09-14)
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Changed
|
||||
|
||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -317,7 +317,7 @@
|
|||
- 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-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/config-helpers
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,65 +1,65 @@
|
|||
# Change log for: @freesewing/core
|
||||
|
||||
|
||||
## 2.21.3 (2022-07-01)
|
||||
## 2.21.3 (2022-07-02)
|
||||
|
||||
### Changed
|
||||
|
||||
- Make generatePartTransform a named export
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
- The `pctBasedOn()` helper method for pattern config was moved to config-helpers We did not make this a breaking change since it's only used internally.
|
||||
|
||||
## 2.20.8 (2022-05-20)
|
||||
## 2.20.8 (2022-05-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed warning message when moving to a non-existing point
|
||||
- Fixed incorrect decision in Path.boundary()
|
||||
|
||||
## 2.20.5 (2022-02-16)
|
||||
## 2.20.5 (2022-02-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix bug in Svg.escapeText() that only escaped the first quote
|
||||
|
||||
## 2.20.3 (2022-01-27)
|
||||
## 2.20.3 (2022-01-28)
|
||||
|
||||
### Changed
|
||||
|
||||
- Setting Path.render() no longer raises an info message
|
||||
- Always raise debug, but only store it whend debug is enabled
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for `settings.scale`
|
||||
|
||||
## 2.19.8 (2022-01-07)
|
||||
## 2.19.8 (2022-01-08)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Remove CSS var in SVG to preserve styling Fixes [#1606](https://github.com/freesewing/freesewing/issues/1606)
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the new attributes.setIfUnset() method
|
||||
- Added the new `scale` setting
|
||||
|
||||
## 2.19.5 (2021-11-12)
|
||||
## 2.19.5 (2021-11-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode.
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -69,37 +69,37 @@
|
|||
|
||||
- Pattern.on() is now chainable as it returns the Pattern object
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Handle path.offset() of very short curves with control points on the start or end point Closes [#1257](https://github.com/freesewing/freesewing/issues/1257)
|
||||
|
||||
## 2.17.1 (2021-07-13)
|
||||
## 2.17.1 (2021-07-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed edge case in utils.beamsIntersect() when line is almost vertical See [#1206](https://github.com/freesewing/freesewing/issues/1206)
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix a bug in `path.shiftAlong` where no point is returned if the distance to shift is a fraction of one step (1/25mm) into a new path segment See [#1140](https://github.com/freesewing/freesewing/issues/1140)
|
||||
|
||||
## 2.15.2 (2021-04-27)
|
||||
## 2.15.2 (2021-04-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Path.shiftAlong takes now an optional second paramter to control the number of steps the path will be divided in per Mm (if it's a curve) default is 25 See [#976](https://github.com/freesewing/freesewing/issues/976)
|
||||
|
||||
## 2.15.1 (2021-04-23)
|
||||
## 2.15.1 (2021-04-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed bug in the dependency resolved when dependecies are passed as a string See [#971](https://github.com/freesewing/freesewing/issues/971)
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -109,25 +109,25 @@
|
|||
|
||||
- Don't round coordinates internally to avoid path.split misses
|
||||
|
||||
## 2.10.3 (2020-11-07)
|
||||
## 2.10.3 (2020-11-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Renderprops now includes SVG with preRender hook applied
|
||||
|
||||
## 2.10.2 (2020-11-06)
|
||||
## 2.10.2 (2020-11-07)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed bundled bezier-js version
|
||||
|
||||
## 2.10.1 (2020-11-06)
|
||||
## 2.10.1 (2020-11-07)
|
||||
|
||||
### Changed
|
||||
|
||||
- Switched to bezier-js v3
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -135,19 +135,19 @@
|
|||
- Added the `info` type to raised events
|
||||
- Added support for conditional loading of plugins
|
||||
|
||||
## 2.8.0 (2020-08-09)
|
||||
## 2.8.0 (2020-08-10)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix an edge case in utils.pointOnCurve for perfect horizontal curves
|
||||
|
||||
## 2.7.2 (2020-07-28)
|
||||
## 2.7.2 (2020-07-29)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed wrong return value in debug message from Path
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -155,7 +155,7 @@
|
|||
- Added a new `debug` setting
|
||||
- Shorthand now proxies objects to allow debug and raise
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -167,39 +167,39 @@
|
|||
|
||||
- [Properly escape quotes in imperial units](https://github.com/freesewing/freesewing/issues/437)
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 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()`
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 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
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the `Path.noop()` method
|
||||
- Added the `Path.insop()` methods
|
||||
|
||||
## 2.1.9 (2020-01-17)
|
||||
## 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
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 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.
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
# Change log for: create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- This package is deprecated. Please use `npx @freesewing/new-design`
|
||||
|
||||
## 2.20.4 (2022-01-27)
|
||||
## 2.20.4 (2022-01-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Downgraded back to react-scripts 4 because 5 has a regression bug
|
||||
|
||||
## 2.20.3 (2022-01-27)
|
||||
## 2.20.3 (2022-01-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated to react-scripts 5 to sidestep bug in error-overlay
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix axios version conflict
|
||||
|
||||
## 2.17.1 (2021-07-13)
|
||||
## 2.17.1 (2021-07-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated department to new range of options See [#1207](https://github.com/freesewing/freesewing/pull/1207)
|
||||
|
||||
## 2.16.2 (2021-05-04)
|
||||
## 2.16.2 (2021-05-05)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added .gitignore file to the template
|
||||
- Added eslint for linting
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Don't list pattern as dependency in the example package.json
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -55,55 +55,55 @@
|
|||
- Renamed template `default` to `freesewing`
|
||||
- Use defaults for browserlist
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated chat link from gitter to discord
|
||||
|
||||
## 2.12.1 (2021-01-26)
|
||||
## 2.12.1 (2021-01-27)
|
||||
|
||||
### Added
|
||||
|
||||
- Fixed missing dependency
|
||||
|
||||
## 2.11.1 (2021-01-10)
|
||||
## 2.11.1 (2021-01-11)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with node-sass, see [#778](https://github.com/freesewing/freesewing/issues/778) and [#779](https://github.com/freesewing/freesewing/issues/779)
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Fixed
|
||||
|
||||
- No longer instantiate a pattern, just to get the config
|
||||
|
||||
## 2.8.1 (2020-08-15)
|
||||
## 2.8.1 (2020-08-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed breaking change in execa upgrade in 2.8.0
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 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.
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 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
|
||||
|
||||
## 2.0.3 (2019-09-14)
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
- Added missing `file-saver` dependency
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/css-theme
|
||||
|
||||
|
||||
## 2.20.6 (2022-02-16)
|
||||
## 2.20.6 (2022-02-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set units on fontsizes to support scale setting
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for `settings.scale`
|
||||
- Included variables used by TailwindCSS themes for compatibility
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changes to code styling
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
- Removed old bartack styling for new plugin
|
||||
- Better example styling to prevent UI jumping
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -43,37 +43,37 @@
|
|||
- Plenty of changes for a new look
|
||||
- Restyled the draft configurator
|
||||
|
||||
## 2.10.1 (2020-11-06)
|
||||
## 2.10.1 (2020-11-07)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed unused CSS code
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Changes to UI colors
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added themeing for events
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated the width of the SVG paths of a draft to match plugin-theme
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Added
|
||||
|
||||
- New styled for updated Workbench component
|
||||
|
||||
## 2.5.0 (2020-04-04)
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
- Fixed incorrect border value on active sidebar link
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -94,13 +94,13 @@
|
|||
- Added new styles for the frontend changes in 2.2
|
||||
- Removed smaller fonts in ul.links
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed padding issue on mobile
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -112,13 +112,13 @@
|
|||
- Fixed blockquote width on XS screens
|
||||
- Made sidebar wider
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/i18n
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -11,26 +11,26 @@
|
|||
|
||||
- Added missing lab namespace for English
|
||||
|
||||
## 2.20.2 (2022-01-26)
|
||||
## 2.20.2 (2022-01-27)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Patterns options were always in English due to symlinks being used
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue that was causing plugin translations to always be in English
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed bug in resolving of shared pattern options
|
||||
- Removed optional chaining which broke node v12 support
|
||||
|
||||
## 2.18.0 (2021-09-08)
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -40,62 +40,62 @@
|
|||
|
||||
- Added optional chaining so missing options always lead to clear error message
|
||||
|
||||
## 2.17.3 (2021-08-15)
|
||||
## 2.17.3 (2021-08-16)
|
||||
|
||||
### Added
|
||||
|
||||
- New translations
|
||||
|
||||
## 2.17.2 (2021-08-14)
|
||||
## 2.17.2 (2021-08-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added new ffsa option for simon & simone
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed antman references to antperson
|
||||
|
||||
## 2.16.2 (2021-05-04)
|
||||
## 2.16.2 (2021-05-05)
|
||||
|
||||
### Changed
|
||||
|
||||
- String updates
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Added
|
||||
|
||||
- New translations for pattern filter
|
||||
|
||||
## 2.16.0 (2021-05-23)
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changes to cfp strings
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added translation for new Titan options
|
||||
- Added translations for Charlie
|
||||
|
||||
## 2.14.0 (2021-03-06)
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### Added
|
||||
|
||||
- Added translations for Cornelius
|
||||
|
||||
## 2.13.0 (2021-02-12)
|
||||
## 2.13.0 (2021-02-13)
|
||||
|
||||
### Added
|
||||
|
||||
- Translation for Hortensia
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -105,13 +105,13 @@
|
|||
|
||||
- Type in Simon title
|
||||
|
||||
## 2.10.5 (2020-11-13)
|
||||
## 2.10.5 (2020-11-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `cty.` translations to non-English language files
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -123,44 +123,44 @@
|
|||
|
||||
- Replaced a few identical files with symlinks
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added translations for Titan
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||
|
||||
## 2.5.0 (2020-04-04)
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Added
|
||||
|
||||
- title, description, and options for Dianna
|
||||
|
||||
## 2.4.6 (2020-03-22)
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an bug in the i18n package
|
||||
|
||||
## 2.4.3 (2020-03-11)
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
### Added
|
||||
|
||||
- Added more translations
|
||||
|
||||
## 2.4.2 (2020-03-07)
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### Added
|
||||
|
||||
- Added more strings
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -176,31 +176,31 @@
|
|||
- 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-17)
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
### Added
|
||||
|
||||
- More translated strings
|
||||
|
||||
## 2.1.2 (2019-10-13)
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
- Added translations for Penelope, Waralee, and Simone
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 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
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/models
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.17.2 (2021-08-14)
|
||||
## 2.17.2 (2021-08-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the new `bustPointToUnderbust` measurement for future bikini pattern
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
|||
- Ported models to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||
|
||||
## 2.0.1 (2019-08-31)
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
- [#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-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Change log for: @freesewing/mui-theme
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/new-design
|
||||
|
||||
|
||||
## 2.21.3 (2022-07-01)
|
||||
## 2.21.3 (2022-07-02)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/pattern-info
|
||||
|
||||
|
||||
## 2.21.1 (2022-06-27)
|
||||
## 2.21.1 (2022-06-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added Noble to the list
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -22,26 +22,26 @@
|
|||
- Added Tiberius pattern
|
||||
- Added Walburga pattern
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added Charlie
|
||||
- Info now also contains deprecated status
|
||||
|
||||
## 2.13.2 (2021-02-20)
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make pattern list alphabetic
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Added teagan info
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Change log for: @freesewing/prettier-config
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: remark-jargon
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
# Change log for: @freesewing/utils
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.17.3 (2021-08-15)
|
||||
## 2.17.3 (2021-08-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `bustPointToUnderbust` measurement to `neckstimate`
|
||||
|
||||
## 2.16.1 (2021-05-29)
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
||||
- neckstimate now takes an extra `noRound` parameter to return the unrounded value
|
||||
- measurementDiffers takes an extra `absolute` value that can be set to false to get the non-absolute and non-rounded value
|
||||
|
||||
## 2.13.1 (2021-02-13)
|
||||
## 2.13.1 (2021-02-14)
|
||||
|
||||
### Added
|
||||
|
||||
- Pass pattern handle to tiler
|
||||
|
||||
## 2.7.1 (2020-07-23)
|
||||
## 2.7.1 (2020-07-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added backend calls for creating gists/issues on Github
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -47,31 +47,31 @@
|
|||
- Removed `Circumference` suffix from measurement names
|
||||
- Added the `isDegMeasurement` method
|
||||
|
||||
## 2.4.5 (2020-03-18)
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
### Changed
|
||||
|
||||
- neckstimate() now returns values rounded to nearest mm
|
||||
|
||||
## 2.4.1 (2020-03-03)
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
||||
|
||||
## 2.2.0 (2020-02-21)
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Neckstimate now uses proportions only
|
||||
|
||||
## 2.1.6 (2019-11-23)
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
||||
|
||||
## 2.1.3 (2019-10-17)
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -81,13 +81,13 @@
|
|||
|
||||
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
||||
|
||||
## 2.1.1 (2019-10-12)
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue with the formatMm method not adding units
|
||||
|
||||
## 2.1.0 (2019-10-05)
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -98,25 +98,25 @@
|
|||
|
||||
- Fixed an issue where optionDefault was not handling list options correctly
|
||||
|
||||
## 2.0.3 (2019-09-14)
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||
|
||||
## 2.0.2 (2019-09-05)
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed lingering debug statement in formatImperial
|
||||
|
||||
## 2.0.1 (2019-08-31)
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
### Added
|
||||
|
||||
- The `measurementDiffers` method is new.
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/plugin-banner
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the default options
|
||||
- Now part of `@freesewing/plugin-bundle`
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-bartack
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
- Handle start and endpoints being the same in `bartackFractionAlong`
|
||||
- Support start and endpoints being reversed in `bartackFractionAlong`
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
# Change log for: @freesewing/plugin-bundle
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- plugin-banner is now part of plugin-bundle
|
||||
- plugin-bartack is now part of plugin-bundle
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Include plugin-buttons
|
||||
- Include plugin-mirror
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-bust
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `Circumference` suffix from measurement names
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-buttons
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -21,20 +21,20 @@
|
|||
|
||||
- Only add snippets once to SVG object
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Is now included in plugin-bundle
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the buttonhole-end snippet
|
||||
- Added the buttonhole-start snippet
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-cutonfold
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Support for scale setting
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
# Change log for: @freesewing/plugin-dimension
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Support hiding start/end markers on path dimensions (pd macro)
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the `rmad` macro
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for passing in the ID used to add paths to the part
|
||||
- Added the `rmd` macro that removes dimensions
|
||||
|
||||
## 2.4.4 (2020-03-14)
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Changed
|
||||
|
||||
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
||||
|
||||
## 2.1.5 (2019-11-18)
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-export-dxf
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.6.0 (2020-04-30)
|
||||
## 2.6.0 (2020-05-01)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-flip
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for flipping around the Y-axis
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/plugin-gore
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Changed
|
||||
|
||||
- The `goreNumber` property of the gore macro has been renamed to `gores`
|
||||
- Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.3.0 (2020-02-22)
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-grainline
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for custom text
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-i18n
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-logo
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Render logo in currentColor to support dark mode
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-measurements
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-mirror
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.17.0 (2021-06-30)
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Changed
|
||||
|
||||
- Is now included in plugin-bundle
|
||||
|
||||
## 2.7.0 (2020-07-11)
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-notches
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.11.0 (2021-01-09)
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-round
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-scalebox
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Add utility classes and CSS variables for better styling support
|
||||
|
||||
## 2.11.3 (2021-01-15)
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
- Took my name off the patterns
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# Change log for: @freesewing/plugin-sprinkle
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for `scale` to scale all sprinkled snippets
|
||||
- Added support for `rotate` to rotate all sprinkled snippets
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-svgattr
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# Change log for: @freesewing/plugin-theme
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.15.0 (2021-04-14)
|
||||
## 2.15.0 (2021-04-15)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the path.bartack class
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-title
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.20.0 (2022-01-23)
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Removed rendering of config.cut as it's not used
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -27,19 +27,19 @@
|
|||
|
||||
- Add utility classes and CSS variables for better styling support
|
||||
|
||||
## 2.9.0 (2020-10-01)
|
||||
## 2.9.0 (2020-10-02)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for cutting instructions. Closes [#500](https://github.com/freesewing/freesewing/issues/500)
|
||||
|
||||
## 2.4.2 (2020-03-07)
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added *for* to title output
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-validate
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.0.0 (2019-08-24)
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Change log for: @freesewing/plugin-versionfree-svg
|
||||
|
||||
|
||||
## 2.21.0 (2022-06-26)
|
||||
## 2.21.0 (2022-06-27)
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated from Rollup to Esbuild for all builds
|
||||
|
||||
## 2.19.6 (2021-12-28)
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Added (esm) unit tests
|
||||
|
||||
## 2.19.0 (2021-10-16)
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -403,9 +403,9 @@ function packageChangelog(pkgName) {
|
|||
|
||||
function formatDate(date) {
|
||||
let d = new Date(date),
|
||||
month = '' + (d.getMonth() + 1),
|
||||
day = '' + d.getDate(),
|
||||
year = d.getFullYear()
|
||||
month = '' + (d.getUTCMonth() + 1),
|
||||
day = '' + d.getUTCDate(),
|
||||
year = d.getUTCFullYear()
|
||||
|
||||
if (month.length < 2) month = '0' + month
|
||||
if (day.length < 2) day = '0' + day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue