chore: Changelog update
This commit is contained in:
parent
ff59a2cf16
commit
64ec7bac99
21 changed files with 191 additions and 9 deletions
93
CHANGELOG.md
93
CHANGELOG.md
|
@ -1,10 +1,28 @@
|
||||||
# Change log for: FreeSewing (global)
|
# Change log for: FreeSewing (global)
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### bent
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
### brian
|
### brian
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
|
### carlita
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
|
### carlton
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
@ -22,12 +40,85 @@
|
||||||
- Caption should not be passed as children to Legend and Example components See https://github.com/freesewing/freesewing/issues/1043
|
- 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
|
- Changed antman references to antperson
|
||||||
|
|
||||||
|
### diana
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
|
### huey
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
|
### hugo
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
### i18n
|
### i18n
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Changed antman references to antperson
|
- Changed antman references to antperson
|
||||||
|
|
||||||
|
### jaeger
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
|
### plugin-bundle
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Include plugin-buttons
|
||||||
|
- Include plugin-mirror
|
||||||
|
|
||||||
|
### plugin-buttons
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Is now included in plugin-bundle
|
||||||
|
|
||||||
|
### plugin-mirror
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Is now included in plugin-bundle
|
||||||
|
|
||||||
|
### simon
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Added support for configuring the height of the Yoke. See [#642](https://github.com/freesewing/freesewing/issues/642)
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
- Added the `roundBack` option to replace the `yokeDart` option
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- The `yokeDart` option is replaced by the `roundBack` option
|
||||||
|
|
||||||
|
### simone
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Added support for configuring the height of the Yoke. See [#642](https://github.com/freesewing/freesewing/issues/642)
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
- Added the `roundBack` option to replace the `yokeDart` option
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- The `yokeDart` option is replaced by the `roundBack` option
|
||||||
|
|
||||||
|
### sven
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
### tutorial
|
### tutorial
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
See https://github.com/freesewing/freesewing/issues/1043
|
See https://github.com/freesewing/freesewing/issues/1043
|
||||||
- Changed antman references to antperson
|
- Changed antman references to antperson
|
||||||
|
|
||||||
diana: *s3optsConst
|
diana: &s3optsConst
|
||||||
- Set brian `s3` options as constants
|
- Set brian `s3` options as constants
|
||||||
hugo: *s3optsConst
|
hugo: *s3optsConst
|
||||||
jaeger: *s3optsConst
|
jaeger: *s3optsConst
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/bent
|
# Change log for: @freesewing/bent
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/brian
|
# Change log for: @freesewing/brian
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/carlita
|
# Change log for: @freesewing/carlita
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/carlton
|
# Change log for: @freesewing/carlton
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/charlie
|
# Change log for: @freesewing/charlie
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/components
|
# Change log for: @freesewing/components
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/diana
|
# Change log for: @freesewing/diana
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/huey
|
# Change log for: @freesewing/huey
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/hugo
|
# Change log for: @freesewing/hugo
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/i18n
|
# Change log for: @freesewing/i18n
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/jaeger
|
# Change log for: @freesewing/jaeger
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set brian `s3` options as constants
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change log for: @freesewing/plugin-bundle
|
# Change log for: @freesewing/plugin-bundle
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Include plugin-buttons
|
||||||
|
- Include plugin-mirror
|
||||||
|
|
||||||
## 2.0.0 (2019-08-25)
|
## 2.0.0 (2019-08-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -35,7 +35,8 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.16.2"
|
"@freesewing/core": "^2.16.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
|
"devDependencies": {
|
||||||
"@freesewing/plugin-buttons": "^2.16.2",
|
"@freesewing/plugin-buttons": "^2.16.2",
|
||||||
"@freesewing/plugin-cutonfold": "^2.16.2",
|
"@freesewing/plugin-cutonfold": "^2.16.2",
|
||||||
"@freesewing/plugin-dimension": "^2.16.2",
|
"@freesewing/plugin-dimension": "^2.16.2",
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
"@freesewing/plugin-round": "^2.16.2",
|
"@freesewing/plugin-round": "^2.16.2",
|
||||||
"@freesewing/plugin-sprinkle": "^2.16.2"
|
"@freesewing/plugin-sprinkle": "^2.16.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/plugin-buttons
|
# Change log for: @freesewing/plugin-buttons
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Is now included in plugin-bundle
|
||||||
|
|
||||||
## 2.15.0 (2021-04-15)
|
## 2.15.0 (2021-04-15)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/plugin-mirror
|
# Change log for: @freesewing/plugin-mirror
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Is now included in plugin-bundle
|
||||||
|
|
||||||
## 2.7.0 (2020-07-12)
|
## 2.7.0 (2020-07-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# Change log for: @freesewing/simon
|
# Change log for: @freesewing/simon
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for configuring the height of the Yoke. See [#642](https://github.com/freesewing/freesewing/issues/642)
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
- Added the `roundBack` option to replace the `yokeDart` option
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- The `yokeDart` option is replaced by the `roundBack` option
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# Change log for: @freesewing/simone
|
# Change log for: @freesewing/simone
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for configuring the height of the Yoke. See [#642](https://github.com/freesewing/freesewing/issues/642)
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
- Added the `roundBack` option to replace the `yokeDart` option
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- The `yokeDart` option is replaced by the `roundBack` option
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/sven
|
# Change log for: @freesewing/sven
|
||||||
|
|
||||||
|
|
||||||
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam (`s3` is short for *Shift Shoulder Seam*)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/tutorial
|
# Change log for: @freesewing/tutorial
|
||||||
|
|
||||||
|
|
||||||
## 2.16.3 (NaN-NaN-NaN)
|
## 2.17.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue