1
0
Fork 0
freesewing/packages/components/CHANGELOG.md

147 lines
3.2 KiB
Markdown
Raw Normal View History

2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/components
## Unreleased
2020-02-22 14:20:21 +01:00
**Note:** Version bump only for package components
2020-03-12 07:27:47 +01:00
## 2.4.3 (2020-03-12)
**Note:** Version bump only for package components
2020-02-22 14:20:21 +01:00
2020-03-08 17:27:21 +01:00
## 2.4.2 (2020-03-08)
### Changed
- Don't load docs in DraftConfigurator
2020-03-04 19:01:48 +01:00
## 2.4.1 (2020-03-04)
### Fixed
- Fixed `updatePatternData` props issue in the Workbench component
## 2.4.0 (2020-02-29)
**Note:** Version bump only for package components
2020-02-23 10:28:04 +01:00
## 2.3.0 (2020-02-23)
**Note:** Version bump only for package components
2020-02-22 14:20:21 +01:00
## 2.2.0 (2020-02-22)
2020-02-22 09:38:34 +01:00
### Added
- Added LineDrawing for Breanna
2020-01-25 17:12:44 +01:00
### Changed
2019-11-19 18:35:55 +01:00
2020-01-25 17:12:44 +01:00
- DraftConfigurator has been updated to reflect frontend naming changes
2020-01-27 17:49:13 +01:00
- Updated Workbench component to pass data rather than gist to DraftConfigurator
2020-01-25 17:12:44 +01:00
- Term `pattern` is now `design`
- Term `recipe` is now `pattern`
- Term `gist` is now `data`
2020-01-18 11:36:16 +01:00
## 2.1.9 (2020-01-18)
**Note:** Version bump only for package components
2019-12-16 08:49:40 +01:00
## 2.1.8 (2019-12-16)
**Note:** Version bump only for package components
2019-12-15 14:12:29 +01:00
## 2.1.7 (2019-12-15)
**Note:** Version bump only for package components
2019-11-24 11:30:53 +01:00
## 2.1.6 (2019-11-24)
**Note:** Version bump only for package components
## 2.1.5 (2019-11-19)
2019-11-19 18:35:55 +01:00
**Note:** Version bump only for package components
2019-10-06 15:04:02 +02:00
2019-11-01 18:18:02 +01:00
## 2.1.4 (2019-11-01)
### Deprecated
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
### Removed
- The Ogol component has been removed as it wasn't used
2019-10-19 08:48:59 +02:00
## 2.1.3 (2019-10-18)
**Note:** Version bump only for package components
2019-10-14 19:19:01 +02:00
## 2.1.2 (2019-10-14)
**Note:** Version bump only for package components
2019-10-13 17:39:54 +02:00
## 2.1.1 (2019-10-13)
### Added
- Added the fixme type Blockquote component
2019-10-06 15:04:02 +02:00
## 2.1.0 (2019-10-06)
2019-10-06 14:05:30 +02:00
### Added
- Added support for restoring recipe and pattern defaults in DraftConfigurator
### Changed
2019-09-02 19:51:56 +02:00
- Added Penelope and Waralee linedrawings
2019-10-03 12:55:45 +02:00
- Changed animation of the Spinner component
2019-09-29 18:24:21 +02:00
### Fixed
- Fixed display of nested option in SampleConfigurator
- Fixed conflicting key values in React components
2019-10-06 14:05:30 +02:00
- Fixed issue with display of list options in Draftconfigurator
2019-09-17 13:38:00 +02:00
## 2.0.4 (2019-09-27)
### Added
- Advanced options and settings are now hidden by default in DraftConfigurator
### Fixed
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
2019-09-15 12:20:02 +02:00
## 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-06)
### Fixed
- [#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
2019-09-02 19:51:56 +02:00
## 2.0.1 (2019-09-01)
**Note:** Version bump only for package components
## 2.0.0 (2019-08-25)
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.