2019-09-02 15:28:00 +02:00
|
|
|
Unreleased:
|
|
|
|
date:
|
2019-09-06 19:05:07 +02:00
|
|
|
Added:
|
|
|
|
Changed:
|
2019-09-15 11:40:12 +02:00
|
|
|
components:
|
|
|
|
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
2019-09-06 19:05:07 +02:00
|
|
|
Deprecated:
|
|
|
|
Removed:
|
|
|
|
Fixed:
|
2019-09-06 20:09:06 +02:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- Updated example package.json to use latest tag rather than beta
|
2019-09-10 09:47:07 +02:00
|
|
|
utils:
|
2019-09-15 11:40:12 +02:00
|
|
|
- Fix measurementDiffers to pass breasts parameter to necstimate
|
2019-09-06 19:05:07 +02:00
|
|
|
Security:
|
|
|
|
|
|
|
|
2.0.2:
|
|
|
|
date: 2019-09-06
|
2019-09-02 15:28:00 +02:00
|
|
|
Added:
|
2019-09-06 15:51:48 +02:00
|
|
|
i18n:
|
|
|
|
- "[#90](https://github.com/freesewing/freesewing/issues/90):
|
|
|
|
Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo"
|
2019-09-02 15:28:00 +02:00
|
|
|
Changed:
|
|
|
|
create-freesewing-pattern:
|
2019-09-06 10:28:29 +02:00
|
|
|
- Updated dependencies
|
2019-09-02 15:28:00 +02:00
|
|
|
Fixed:
|
2019-09-06 15:53:11 +02:00
|
|
|
benjamin:
|
|
|
|
- Added bandLength option to fit optiongroup (it was missing)
|
2019-09-06 13:54:30 +02:00
|
|
|
css-theme:
|
|
|
|
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
2019-09-02 15:28:00 +02:00
|
|
|
components:
|
2019-09-06 10:28:29 +02:00
|
|
|
- "[#104](https://github.com/freesewing/freesewing.org/issues/104):
|
|
|
|
Changed `onDragEnd` to `onChangeCommitted` in slider element
|
|
|
|
(change in material-ui API when slider came out of beta)"
|
|
|
|
- Workbench now also lets you preload a `withBreasts` set of measurements
|
2019-09-06 13:54:30 +02:00
|
|
|
- DraftConfigurator now properly styles pattern options 3 levels deep
|
2019-09-06 18:03:09 +02:00
|
|
|
- "[#105](https://github.com/freesewing/freesewing.org/issues/105):
|
|
|
|
Moved state change in render loop to useEffect"
|
2019-09-02 15:28:00 +02:00
|
|
|
create-freesewing-pattern:
|
2019-09-06 10:28:29 +02:00
|
|
|
- Added missing `file-saver` dependency
|
2019-09-06 16:31:46 +02:00
|
|
|
jaeger:
|
|
|
|
- "[#76](https://github.com/freesewing/freesewing.org/issues/76):
|
|
|
|
Fixed a typo in Jaeger that was causing the side vent length to be wrong"
|
2019-09-06 15:57:30 +02:00
|
|
|
simon:
|
|
|
|
- "[#100](https://github.com/freesewing/freesewing.org/issues/100):
|
|
|
|
Updated simon with more sensible defaults for ease options"
|
2019-09-06 18:45:43 +02:00
|
|
|
- "[#102](https://github.com/freesewing/freesewing.org/issues/102):
|
|
|
|
Fixed 'Snippets not defined' error when drafting a seperate button placket"
|
2019-09-06 18:51:38 +02:00
|
|
|
- "[#103](https://github.com/freesewing/freesewing.org/issues/103):
|
|
|
|
Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance"
|
2019-09-06 18:42:28 +02:00
|
|
|
utils:
|
|
|
|
- Removed lingering debug statement in formatImperial
|
2019-09-02 15:28:00 +02:00
|
|
|
|
|
|
|
2.0.1:
|
2019-09-02 19:51:56 +02:00
|
|
|
date: 2019-09-01
|
2019-09-02 15:28:00 +02:00
|
|
|
Added:
|
|
|
|
utils:
|
|
|
|
- The `measurementDiffers` method is new.
|
|
|
|
models:
|
|
|
|
- Expanded the size ranges available.
|
|
|
|
- Added the `withBreasts` models which were missing in earlier releases.
|
|
|
|
Changed:
|
|
|
|
models:
|
|
|
|
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
|
|
|
Fixed:
|
|
|
|
theo:
|
2019-09-02 19:51:56 +02:00
|
|
|
- "[#78](https://github.com/freesewing/freesewing/issues/78):
|
|
|
|
Removed inherited notches from fly shield and side piece."
|
2019-09-02 19:59:08 +02:00
|
|
|
models:
|
|
|
|
- "[#86](https://github.com/freesewing/freesewing/issues/86):
|
|
|
|
The `seatCircumference` measurement was missing, thus making it unavailable on the website"
|
|
|
|
|