- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
- The Ogol component has been removed as it wasn't used
- More translated strings
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
- #250: Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
- Fixed issue where symlinks were causing all languages to export English strings
- Added the fixme type Blockquote component
- Fixed padding issue on mobile
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
- Added the remark-jargon package, a remark plugin for jargon terms
- Fixed an issue with the formatMm method not adding units
- Added support for restoring recipe and pattern defaults in DraftConfigurator
- Added Penelope and Waralee linedrawings
- Changed animation of the Spinner component
- Fixed display of nested option in SampleConfigurator
- Fixed conflicting key values in React components
- Fixed issue with display of list options in Draftconfigurator
- 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.
- Made tweaks to the main/sidebar layout
- Reduced the sidebar height by 64px to take navbar into account
- Fixed blockquote width on XS screens
- Made sidebar wider
- Added translations for Penelope, Waralee, and Simone
- Added the Penelope Pencil Skirt pattern by @woutervdub
- #123: Added a box pleat option to Simon
- Added the
backDarts
option to control the inclusion of back darts - Added the
backDartsShaping
option to control the amount of shaping by the back darts - Changed the defaults to slightly reduce the ease and adapt the sleevecap
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
- Added a missing paperless dimension for the waist
- Fixed an issue where the split yoke option was not taken into account correctly
- Added the Simone shirt pattern
- Added backend methods for administration
- Added the resendActivationEmail method to backend
- Fixed an issue where optionDefault was not handling list options correctly
- Added the Waralee wrap Pants pattern by @woutervdub
- #108: Fixed incorrect width of the Carlton tail
- Advanced options and settings are now hidden by default in DraftConfigurator
- #104: Fixed incorrect embed setting on Workbench pattern export
- #106: Fix incorrect hem allowance
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
- Updated example package.json to use latest tag rather than beta
- Fix measurementDiffers to pass breasts parameter to neckstimate
- Added bandLength option to fit optiongroup (it was missing)
- #104: Changed
onDragEnd
toonChangeCommitted
in slider element (change in material-ui API when slider came out of beta) - Workbench now also lets you preload a
withBreasts
set of measurements - DraftConfigurator now properly styles pattern options 3 levels deep
- #105: Moved state change in render loop to useEffect
- Updated dependencies
- Added missing
file-saver
dependency
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
- #90: Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
- #76: Fixed a typo in Jaeger that was causing the side vent length to be wrong
- #100: Updated simon with more sensible defaults for ease options
- #102: Fixed 'Snippets not defined' error when drafting a seperate button placket
- #103: Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
- Removed lingering debug statement in formatImperial
- Expanded the size ranges available.
- Added the
withBreasts
models which were missing in earlier releases.
- The models data is now based on the data from the
neckstimate
method in the utils package.
- #86: The
seatCircumference
measurement was missing, thus making it unavailable on the website
- #78: Removed inherited notches from fly shield and side piece.
- The
measurementDiffers
method is new.
This is the initial release, and the start of this change log.
Prior to version 2, FreeSewing was not a JavaScript project. As such, that history is out of scope for this change log.