2019-09-02 15:28:00 +02:00
|
|
|
Unreleased:
|
|
|
|
date:
|
2019-10-06 15:04:02 +02:00
|
|
|
Added:
|
|
|
|
Changed:
|
|
|
|
Deprecated:
|
|
|
|
Removed:
|
|
|
|
Fixed:
|
|
|
|
Security:
|
|
|
|
|
2019-11-24 11:30:53 +01:00
|
|
|
2.1.6:
|
|
|
|
date: 2019-11-24
|
|
|
|
Fixed:
|
|
|
|
utils:
|
|
|
|
- "[#317](https://github.com/freesewing/freesewing.org/issues/317):
|
|
|
|
Fixed bug where format was not passed to formatImperial"
|
|
|
|
|
|
|
|
2.1.5:
|
2019-11-19 18:35:55 +01:00
|
|
|
date: 2019-11-19
|
2019-11-18 20:25:12 +01:00
|
|
|
Fixed:
|
|
|
|
plugin-dimension:
|
|
|
|
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
|
|
|
|
2019-11-01 17:35:49 +01:00
|
|
|
2.1.4:
|
|
|
|
date: 2019-11-01
|
|
|
|
Added:
|
|
|
|
- css-theme:
|
|
|
|
- Added styling for search results
|
|
|
|
Changed:
|
|
|
|
- components:
|
|
|
|
- Footer version number now links to Github release page
|
|
|
|
- example:
|
|
|
|
- Added the `snap-male` and `snap-female` snippets to the `plugin-buttons` example
|
|
|
|
Deprecated:
|
|
|
|
components:
|
|
|
|
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
|
|
|
Removed:
|
|
|
|
components:
|
|
|
|
- The Ogol component has been removed as it wasn't used
|
|
|
|
Fixed:
|
|
|
|
Security:
|
|
|
|
|
2019-10-18 19:42:12 +02:00
|
|
|
2.1.3:
|
|
|
|
date: 2019-10-18
|
|
|
|
Added:
|
|
|
|
i18n:
|
|
|
|
- More translated strings
|
2019-10-19 08:48:59 +02:00
|
|
|
Changed:
|
|
|
|
utils:
|
|
|
|
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
2019-10-18 19:42:12 +02:00
|
|
|
Fixed:
|
|
|
|
utils:
|
2019-11-24 11:30:53 +01:00
|
|
|
- "[#250](https://github.com/freesewing/freesewing.org/issues/250):
|
2019-10-18 19:42:12 +02:00
|
|
|
Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'"
|
|
|
|
|
2019-10-14 19:14:02 +02:00
|
|
|
2.1.2:
|
|
|
|
date: 2019-10-14
|
|
|
|
Fixed:
|
|
|
|
i18n:
|
|
|
|
- Fixed issue where symlinks were causing all languages to export English strings
|
|
|
|
|
2019-10-13 17:32:22 +02:00
|
|
|
2.1.1:
|
|
|
|
date: 2019-10-13
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Added the fixme type Blockquote component
|
|
|
|
gatsby-remark-jargon:
|
|
|
|
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
|
|
|
remark-jargon:
|
|
|
|
- Added the remark-jargon package, a remark plugin for jargon terms
|
|
|
|
Fixed:
|
|
|
|
css-theme:
|
|
|
|
- Fixed padding issue on mobile
|
|
|
|
utils:
|
|
|
|
- Fixed an issue with the formatMm method not adding units
|
|
|
|
|
2019-10-06 15:04:02 +02:00
|
|
|
2.1.0:
|
|
|
|
date: 2019-10-06
|
2019-09-06 19:05:07 +02:00
|
|
|
Added:
|
2019-10-06 14:05:30 +02:00
|
|
|
components:
|
|
|
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
2019-09-21 19:52:47 +02:00
|
|
|
i18n:
|
2019-09-25 18:03:44 +02:00
|
|
|
- Added translations for Penelope, Waralee, and Simone
|
|
|
|
simone:
|
|
|
|
- Added the Simone shirt pattern
|
2019-09-21 20:47:14 +02:00
|
|
|
penelope:
|
|
|
|
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
2019-09-21 19:52:47 +02:00
|
|
|
utils:
|
|
|
|
- Added backend methods for administration
|
2019-10-06 14:05:30 +02:00
|
|
|
- Added the resendActivationEmail method to backend
|
2019-09-21 20:47:14 +02:00
|
|
|
waralee:
|
|
|
|
- Added the Waralee wrap Pants pattern by @woutervdub
|
2019-09-06 19:05:07 +02:00
|
|
|
Changed:
|
2019-10-02 07:50:01 +02:00
|
|
|
css-theme:
|
|
|
|
- Made tweaks to the main/sidebar layout
|
2019-09-21 19:52:47 +02:00
|
|
|
core:
|
|
|
|
- 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.
|
2019-09-22 16:07:18 +02:00
|
|
|
components:
|
|
|
|
- Added Penelope and Waralee linedrawings
|
2019-10-02 07:50:01 +02:00
|
|
|
- Changed animation of the Spinner component
|
2019-09-25 18:01:17 +02:00
|
|
|
simon:
|
|
|
|
- "[#123](https://github.com/freesewing/freesewing/issues/123):
|
|
|
|
Added a box pleat option to Simon"
|
|
|
|
- Added the `backDarts` option to control the inclusion of back darts
|
|
|
|
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
2019-09-29 16:58:21 +02:00
|
|
|
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
2019-09-25 18:01:17 +02:00
|
|
|
|
2019-09-06 19:05:07 +02:00
|
|
|
Deprecated:
|
2019-09-21 19:52:47 +02:00
|
|
|
patterns:
|
|
|
|
- The [@freesewing/patterns](https://www.npmjs.com/package/@freesewing/patterns)
|
|
|
|
package has been deprecated. Please import our patterns individually.
|
2019-09-06 19:05:07 +02:00
|
|
|
Fixed:
|
2019-09-25 18:03:44 +02:00
|
|
|
components:
|
|
|
|
- Fixed display of nested option in SampleConfigurator
|
2019-09-29 16:58:21 +02:00
|
|
|
- Fixed conflicting key values in React components
|
2019-10-06 14:05:30 +02:00
|
|
|
- Fixed issue with display of list options in Draftconfigurator
|
|
|
|
css-theme:
|
|
|
|
- Reduced the sidebar height by 64px to take navbar into account
|
2019-10-06 15:04:02 +02:00
|
|
|
- Fixed blockquote width on XS screens
|
|
|
|
- Made sidebar wider
|
2019-09-25 18:01:17 +02:00
|
|
|
simon:
|
|
|
|
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease
|
|
|
|
to be set incorrectly
|
|
|
|
- Added a missing paperless dimension for the waist
|
2019-09-29 16:58:21 +02:00
|
|
|
- Fixed an issue where the split yoke option was not taken into account correctly
|
2019-10-02 07:50:01 +02:00
|
|
|
utils:
|
|
|
|
- Fixed an issue where optionDefault was not handling list options correctly
|
2019-09-15 12:20:02 +02:00
|
|
|
|
2019-09-17 08:02:06 +02:00
|
|
|
2.0.4:
|
|
|
|
date: 2019-09-27
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Advanced options and settings are now hidden by default in DraftConfigurator
|
|
|
|
Fixed:
|
|
|
|
carlton:
|
|
|
|
- "[#108](https://github.com/freesewing/freesewing/issues/108):
|
|
|
|
Fixed incorrect width of the Carlton tail"
|
2019-09-17 10:44:37 +02:00
|
|
|
components:
|
|
|
|
- "[#104](https://github.com/freesewing/freesewing/issues/104):
|
|
|
|
Fixed incorrect embed setting on Workbench pattern export"
|
2019-09-17 08:02:06 +02:00
|
|
|
|
2019-09-15 12:20:02 +02:00
|
|
|
2.0.3:
|
|
|
|
date: 2019-09-15
|
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
|
|
|
Fixed:
|
|
|
|
bruce:
|
|
|
|
- "[#106](https://github.com/freesewing/freesewing/issues/106):
|
|
|
|
Fix incorrect hem allowance"
|
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-10-06 14:05:30 +02:00
|
|
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
2019-09-06 19:05:07 +02:00
|
|
|
|
|
|
|
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"
|
|
|
|
|