diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d589422a4..93f699b5dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### charlie +#### Changed + + - Changed the `waistbandWidth` option type from `mm` to `pct` + #### Fixed - Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313) @@ -16,16 +20,73 @@ - Added measurements for dolls & giants to Workbench measurments selector - Added sampling for dolls & giants to Workbench tests +### jaeger + +#### Changed + + - Changed the `collarRoll` option type from `mm` to `pct` + +#### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1321](https://github.com/freesewing/freesewing/issues/1313) + ### paco #### Changed - - Changed `waistbandWidth` option type from `mm` to `pct` - - Changed `ankleElastic` option type from `mm` to `pct` + - Changed the `waistbandWidth` option type from `mm` to `pct` + - Changed the `ankleElastic` option type from `mm` to `pct` #### Fixed - - Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313) + - Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1316) + +### penelope + +#### Changed + + - Changed the `hem` option type from `mm` to `pct` + - Changed the `waistBandWidth` option type from `mm` to `pct` + - Changed the `seatEase` option type from `mm` to `pct` + - Changed the `waistEase` option type from `mm` to `pct` + +#### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1320](https://github.com/freesewing/freesewing/issues/1316) + +### simon + +#### Changed + + - Changed the `buttonPlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct` + - Changed the `collarStandWidth` option type from `mm` to `pct` + - Changed the `sleevePlacketWidth` option type from `mm` to `pct` + - Changed the `boxPleatWidth` option type from `mm` to `pct` + - Changed the `boxPleatFold` option type from `mm` to `pct` + +#### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1319](https://github.com/freesewing/freesewing/issues/1319) + +### simone + +#### Changed + + - Changed the `buttonPlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct` + - Changed the `collarStandWidth` option type from `mm` to `pct` + - Changed the `sleevePlacketWidth` option type from `mm` to `pct` + - Changed the `boxPleatWidth` option type from `mm` to `pct` + - Changed the `boxPleatFold` option type from `mm` to `pct` + +### theo + +#### Changed + + - Added deprecation warning as we need to rewrite this pattern ## 2.18.0 (2021-09-09) diff --git a/packages/charlie/CHANGELOG.md b/packages/charlie/CHANGELOG.md index 63a2b25617a..84777ffb410 100644 --- a/packages/charlie/CHANGELOG.md +++ b/packages/charlie/CHANGELOG.md @@ -3,6 +3,10 @@ ## unreleased (NaN-NaN-NaN) +### Changed + + - Changed the `waistbandWidth` option type from `mm` to `pct` + ### Fixed - Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313) diff --git a/packages/jaeger/CHANGELOG.md b/packages/jaeger/CHANGELOG.md index 5a0f6804278..9e907c0b2ad 100644 --- a/packages/jaeger/CHANGELOG.md +++ b/packages/jaeger/CHANGELOG.md @@ -1,6 +1,16 @@ # Change log for: @freesewing/jaeger +## unreleased (NaN-NaN-NaN) + +### Changed + + - Changed the `collarRoll` option type from `mm` to `pct` + +### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1321](https://github.com/freesewing/freesewing/issues/1313) + ## 2.17.0 (2021-07-01) ### Changed diff --git a/packages/paco/CHANGELOG.md b/packages/paco/CHANGELOG.md index f9ec5cba92f..aa0f2836957 100644 --- a/packages/paco/CHANGELOG.md +++ b/packages/paco/CHANGELOG.md @@ -5,12 +5,12 @@ ### Changed - - Changed `waistbandWidth` option type from `mm` to `pct` - - Changed `ankleElastic` option type from `mm` to `pct` + - Changed the `waistbandWidth` option type from `mm` to `pct` + - Changed the `ankleElastic` option type from `mm` to `pct` ### Fixed - - Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313) + - Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1316) ## 2.17.0 (2021-07-01) diff --git a/packages/penelope/CHANGELOG.md b/packages/penelope/CHANGELOG.md index 14fd7c97be9..5b9bb7600a8 100644 --- a/packages/penelope/CHANGELOG.md +++ b/packages/penelope/CHANGELOG.md @@ -1,6 +1,19 @@ # Change log for: @freesewing/penelope +## unreleased (NaN-NaN-NaN) + +### Changed + + - Changed the `hem` option type from `mm` to `pct` + - Changed the `waistBandWidth` option type from `mm` to `pct` + - Changed the `seatEase` option type from `mm` to `pct` + - Changed the `waistEase` option type from `mm` to `pct` + +### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1320](https://github.com/freesewing/freesewing/issues/1316) + ## 2.16.1 (2021-05-30) ### Changed diff --git a/packages/simon/CHANGELOG.md b/packages/simon/CHANGELOG.md index 3495ac500b8..fc7756c0274 100644 --- a/packages/simon/CHANGELOG.md +++ b/packages/simon/CHANGELOG.md @@ -1,6 +1,22 @@ # Change log for: @freesewing/simon +## unreleased (NaN-NaN-NaN) + +### Changed + + - Changed the `buttonPlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct` + - Changed the `collarStandWidth` option type from `mm` to `pct` + - Changed the `sleevePlacketWidth` option type from `mm` to `pct` + - Changed the `boxPleatWidth` option type from `mm` to `pct` + - Changed the `boxPleatFold` option type from `mm` to `pct` + +### Fixed + + - Support drafting of non-human measurements (dolls & giants) Closes [#1319](https://github.com/freesewing/freesewing/issues/1319) + ## 2.18.0 (2021-09-09) ### Fixed diff --git a/packages/simone/CHANGELOG.md b/packages/simone/CHANGELOG.md index fc1949f378b..786e4acf868 100644 --- a/packages/simone/CHANGELOG.md +++ b/packages/simone/CHANGELOG.md @@ -1,6 +1,18 @@ # Change log for: @freesewing/simone +## unreleased (NaN-NaN-NaN) + +### Changed + + - Changed the `buttonPlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketWidth` option type from `mm` to `pct` + - Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct` + - Changed the `collarStandWidth` option type from `mm` to `pct` + - Changed the `sleevePlacketWidth` option type from `mm` to `pct` + - Changed the `boxPleatWidth` option type from `mm` to `pct` + - Changed the `boxPleatFold` option type from `mm` to `pct` + ## 2.17.2 (2021-08-15) ### Added diff --git a/packages/theo/CHANGELOG.md b/packages/theo/CHANGELOG.md index 90814df2de5..e87cc694b86 100644 --- a/packages/theo/CHANGELOG.md +++ b/packages/theo/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/theo +## unreleased (NaN-NaN-NaN) + +### Changed + + - Added deprecation warning as we need to rewrite this pattern + ## 2.18.0 (2021-09-09) ### Fixed