2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/components
2020-08-14 15:14:56 +02:00
2021-07-01 14:43:57 +02:00
## 2.17.0 (2021-07-01)
2021-06-13 12:32:28 +02:00
2021-06-20 15:56:50 +02:00
### Added
- Added Reddit icon to Icon component
2021-06-27 14:53:43 +02:00
- Added Ursula linedrawing to Linedrawings
2021-06-20 15:56:50 +02:00
2021-06-13 12:32:28 +02:00
### Changed
- Caption should not be passed as children to Legend and Example components See https://github.com/freesewing/freesewing/issues/1043
- Changed antman references to antperson
2021-06-20 15:56:50 +02:00
### Removed
- Removed Gitter icon from Icon component
### Fixed
- Correctly load saved value for mm options See [#1136 ](https://github.com/freesewing/freesewing/issues/1136 )
2021-06-05 08:26:43 +02:00
## 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 )
2021-05-30 18:48:20 +02:00
## 2.16.1 (2021-05-30)
2021-05-29 14:13:45 +02:00
### Added
- Added a new `designs` icon
2021-05-30 18:48:20 +02:00
- We now publish .mjs files again for the different components
2021-05-29 14:13:45 +02:00
2021-05-24 10:29:20 +02:00
## 2.16.0 (2021-05-24)
### Changed
- Migrated to React 17
- Migrated to create-react-app/react-scripts 4
- Migrated to Webpack 5
- Changes to Workbench
- Added rollup sass plugin
- Updated for new major version of react-markdown
2021-04-18 12:59:46 +02:00
## 2.15.0 (2021-04-15)
### Added
- Added charlie LineDrawing
2021-04-17 12:50:41 +02:00
### Changed
- Show raised info above pattern in workbench
2021-04-17 16:55:08 +02:00
- Round point coordinates in design UI now that they are no longer rounded in core
2021-04-17 12:50:41 +02:00
2021-04-17 13:02:31 +02:00
### Fixed
- Always show design mode switch
2021-03-07 10:28:21 +01:00
## 2.14.0 (2021-03-07)
2021-03-06 11:49:27 +01:00
### Added
- Added Bella linedrawing
- Added Cornelius linedrawing
2021-02-14 14:47:57 +01:00
## 2.13.0 (2021-02-13)
2021-02-08 19:17:49 +01:00
2021-02-13 20:28:36 +01:00
### Added
- Linedrawing for hortensia
2021-02-08 19:17:49 +01:00
### Fixed
- Check point attributes are present before using them
2021-01-16 17:00:43 +01:00
## 2.11.3 (2021-01-16)
### Fixed
- Fixed links in Workbench footer
## 2.11.2 (2021-01-11)
2021-01-11 20:07:01 +01:00
### Fixed
- Fixed links in Workbench footer
2021-01-10 16:41:04 +01:00
## 2.11.0 (2021-01-10)
### Added
- Added some more examples to the Examples component
- Draft configurator now supports collapsing of subgroups
- Draft configurator now supports actions atop the menu
### Removed
- Removed the Emblem component
- Removed the Navbar component
- Removed the Ogol component
### Fixed
- Include basic themeing in Example component
- Updated the note and tip icons
2020-11-18 20:30:14 +01:00
## 2.10.6 (2020-11-15)
### Added
- Workbench now supports loading a pattern configuration from a (github) gist
2020-11-08 18:26:38 +01:00
## 2.10.3 (2020-11-08)
### Changed
- Draft component now supports snippets in the same way as the render method
2020-11-07 14:35:07 +01:00
## 2.10.1 (2020-11-07)
### Changed
- Changes to workbench
2020-10-03 16:01:37 +02:00
## 2.9.0 (2020-10-02)
2020-09-09 08:54:50 +02:00
### Added
- Added Teagan line drawing
2020-09-11 09:09:35 +02:00
- Added Discord icon in Icon component
2020-09-09 08:54:50 +02:00
2020-08-10 19:44:02 +02:00
## 2.8.0 (2020-08-10)
### Added
2020-08-14 15:14:56 +02:00
- Added Paco to LineDrawing component
2020-08-10 19:44:02 +02:00
### Removed
2020-08-14 15:14:56 +02:00
- Removed the `Footer` component
2020-08-10 19:44:02 +02:00
2020-07-24 15:25:34 +02:00
## 2.7.1 (2020-07-24)
### Added
2020-08-14 15:14:56 +02:00
- Workbench now includes events debug output and enables debug by default
2020-07-24 15:25:34 +02:00
2020-07-12 19:00:38 +02:00
## 2.7.0 (2020-07-12)
### Added
2020-08-14 15:14:56 +02:00
- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test)
- Changed `models` to `people` in `sampleConfigurator`
- The `Legend` component is new, it is similar to the `Example` component but only for the pattern notation legend
- Added support for custom sample styles
- Added Titan linedrawing
2020-07-12 19:00:38 +02:00
### Changed
2020-08-14 15:14:56 +02:00
- Handle escaped quotes for React render. See [#437 ](https://github.com/freesewing/freesewing/issues/437 )
2020-07-12 19:00:38 +02:00
### Fixed
2020-08-14 15:14:56 +02:00
- Fixed bug that broke millimeter sliders
2020-07-12 15:58:07 +02:00
2020-05-01 15:06:36 +02:00
## 2.6.0 (2020-05-01)
2020-04-26 13:09:54 +02:00
### Added
2020-08-14 15:14:56 +02:00
- [#368 ](https://github.com/freesewing/freesewing/issues/368 ): Allow pan and zoom in the Workbench component.
- [#374 ](https://github.com/freesewing/freesewing/issues/374 ): Allow (extra) translations to be added to the workbench component
- New shortcut buttons and sidebar collapse support for Workbench
- Refactor to remove prop-types dependency
- Reworked the withLanguage component to allow adding translations at run-time
2020-03-12 07:27:47 +01:00
2020-03-08 17:27:21 +01:00
## 2.4.2 (2020-03-08)
### Changed
2020-08-14 15:14:56 +02:00
- Don't load docs in DraftConfigurator
2020-04-26 13:09:54 +02:00
2020-03-04 19:01:48 +01:00
## 2.4.1 (2020-03-04)
### Fixed
2020-08-14 15:14:56 +02:00
- Fixed `updatePatternData` props issue in the Workbench component
2020-04-26 13:09:54 +02:00
2020-02-22 14:20:21 +01:00
## 2.2.0 (2020-02-22)
2020-02-22 09:38:34 +01:00
### Added
2020-08-14 15:14:56 +02:00
- Added LineDrawing for Breanna
2020-02-22 09:38:34 +01:00
2020-01-25 17:12:44 +01:00
### Changed
2019-11-19 18:35:55 +01:00
2020-08-14 15:14:56 +02:00
- DraftConfigurator has been updated to reflect frontend naming changes
- Updated Workbench component to pass data rather than gist to DraftConfigurator
- Term `pattern` is now `design`
- Term `recipe` is now `pattern`
- Term `gist` is now `data`
2020-04-26 13:09:54 +02:00
2019-11-01 18:18:02 +01:00
## 2.1.4 (2019-11-01)
### Deprecated
2020-08-14 15:14:56 +02:00
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
2019-11-01 18:18:02 +01:00
### Removed
2020-08-14 15:14:56 +02:00
- The Ogol component has been removed as it wasn't used
2020-04-26 13:09:54 +02:00
2019-10-13 17:39:54 +02:00
## 2.1.1 (2019-10-13)
### Added
2020-08-14 15:14:56 +02:00
- Added the fixme type Blockquote component
2020-04-26 13:09:54 +02:00
2019-10-06 15:04:02 +02:00
## 2.1.0 (2019-10-06)
2019-10-06 14:05:30 +02:00
### Added
2020-08-14 15:14:56 +02:00
- Added support for restoring recipe and pattern defaults in DraftConfigurator
2019-10-06 14:05:30 +02:00
2019-09-25 18:03:44 +02:00
### Changed
2019-09-02 19:51:56 +02:00
2020-08-14 15:14:56 +02:00
- Added Penelope and Waralee linedrawings
- Changed animation of the Spinner component
2019-09-29 18:24:21 +02:00
### Fixed
2020-08-14 15:14:56 +02:00
- Fixed display of nested option in SampleConfigurator
- Fixed conflicting key values in React components
- Fixed issue with display of list options in Draftconfigurator
2020-04-26 13:09:54 +02:00
2019-09-17 13:38:00 +02:00
## 2.0.4 (2019-09-27)
### Added
2020-08-14 15:14:56 +02:00
- Advanced options and settings are now hidden by default in DraftConfigurator
2019-09-17 13:38:00 +02:00
### Fixed
2020-08-14 15:14:56 +02:00
- [#104 ](https://github.com/freesewing/freesewing/issues/104 ): Fixed incorrect embed setting on Workbench pattern export
2020-04-26 13:09:54 +02:00
2019-09-15 12:20:02 +02:00
## 2.0.3 (2019-09-15)
### Changed
2020-08-14 15:14:56 +02:00
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
2020-04-26 13:09:54 +02:00
2019-09-06 19:05:07 +02:00
## 2.0.2 (2019-09-06)
### Fixed
2020-08-14 15:14:56 +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
- 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
2020-04-26 13:09:54 +02:00
2020-05-31 17:53:04 +02:00
## 2.0.0 (2019-08-25)
2019-09-02 19:51:56 +02:00
2020-05-31 17:53:04 +02:00
### Added
2019-09-02 19:51:56 +02:00
2020-08-14 15:14:56 +02:00
- Initial release
2019-09-02 19:51:56 +02:00
This is the **initial release** , and the start of this change log.
2020-05-31 17:53:04 +02:00
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.
2020-08-14 15:14:56 +02:00