chore: Changelog update
This commit is contained in:
parent
3da7cd5aee
commit
5e3732e3cd
8 changed files with 94 additions and 13 deletions
40
CHANGELOG.md
40
CHANGELOG.md
|
@ -3,6 +3,21 @@
|
||||||
|
|
||||||
## unreleased (NaN-NaN-NaN)
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### bee
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Re-structured option groups
|
||||||
|
- Expose all options to the user that should be configurable
|
||||||
|
- Hide/lock options that should be fixed (inherited from Bella)
|
||||||
|
|
||||||
|
### bella
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Expose the `fullChestEaseReduction` option to the user via option groups
|
||||||
|
- Expose the `frontArmholeCurvature` option to the user via option groups
|
||||||
|
|
||||||
### components
|
### components
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -26,6 +41,12 @@
|
||||||
- Added support for `settings.scale`
|
- Added support for `settings.scale`
|
||||||
- Included variables used by TailwindCSS themes for compatibility
|
- Included variables used by TailwindCSS themes for compatibility
|
||||||
|
|
||||||
|
### diana
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Expose the `cuffEase` option to the user via option groups
|
||||||
|
|
||||||
### examples
|
### examples
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -38,6 +59,12 @@
|
||||||
|
|
||||||
- Fixed issue that was causing plugin translations to always be in English
|
- Fixed issue that was causing plugin translations to always be in English
|
||||||
|
|
||||||
|
### paco
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Hide the `frontPocketFlapSize` from the user
|
||||||
|
|
||||||
### plugin-banner
|
### plugin-banner
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -118,6 +145,19 @@
|
||||||
|
|
||||||
- Restructured the pattern to allow inclusion of individual parts in Example component
|
- Restructured the pattern to allow inclusion of individual parts in Example component
|
||||||
|
|
||||||
|
### sven
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Expose the `hipsEase` option to the user via option groups
|
||||||
|
- Lock the `waistEase` option to a static value
|
||||||
|
|
||||||
|
### teagan
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Lock the `frontArmholeDeeper` option to a static value
|
||||||
|
|
||||||
|
|
||||||
## 2.19.9 (2022-01-09)
|
## 2.19.9 (2022-01-09)
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,15 @@ unreleased:
|
||||||
Changed:
|
Changed:
|
||||||
bee:
|
bee:
|
||||||
- Re-structured option groups
|
- Re-structured option groups
|
||||||
|
- Expose all options to the user that should be configurable
|
||||||
|
- Hide/lock options that should be fixed (inherited from Bella)
|
||||||
|
bella:
|
||||||
|
- Expose the `fullChestEaseReduction` option to the user via option groups
|
||||||
|
- Expose the `frontArmholeCurvature` option to the user via option groups
|
||||||
|
diana:
|
||||||
|
- Expose the `cuffEase` option to the user via option groups
|
||||||
|
paco:
|
||||||
|
- Hide the `frontPocketFlapSize` from the user
|
||||||
plugin-bundle:
|
plugin-bundle:
|
||||||
- plugin-banner is now part of plugin-bundle
|
- plugin-banner is now part of plugin-bundle
|
||||||
- plugin-bartack is now part of plugin-bundle
|
- plugin-bartack is now part of plugin-bundle
|
||||||
|
@ -38,18 +47,15 @@ unreleased:
|
||||||
- Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version
|
- Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version
|
||||||
rendertest:
|
rendertest:
|
||||||
- Restructured the pattern to allow inclusion of individual parts in Example component
|
- Restructured the pattern to allow inclusion of individual parts in Example component
|
||||||
|
sven:
|
||||||
|
- Expose the `hipsEase` option to the user via option groups
|
||||||
|
- Lock the `waistEase` option to a static value
|
||||||
|
teagan:
|
||||||
|
- Lock the `frontArmholeDeeper` option to a static value
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
bee:
|
|
||||||
- Expose all options to the user that should be configurable
|
|
||||||
- Hide/lock options that should be fixed (inherited from Bella)
|
|
||||||
bella:
|
|
||||||
- Expose the `fullChestEaseReduction` option to the user via option groups
|
|
||||||
- Expose the `frontArmholeCurvature` option to the user via option groups
|
|
||||||
components:
|
components:
|
||||||
- Support handling of ` ` in text
|
- Support handling of ` ` in text
|
||||||
diana:
|
|
||||||
- Expose the `cuffEase` option to the user via option groups
|
|
||||||
i18n:
|
i18n:
|
||||||
- Fixed issue that was causing plugin translations to always be in English
|
- Fixed issue that was causing plugin translations to always be in English
|
||||||
plugin-bartack:
|
plugin-bartack:
|
||||||
|
@ -58,11 +64,6 @@ unreleased:
|
||||||
- Support start and endpoints being reversed in `bartackFractionAlong`
|
- Support start and endpoints being reversed in `bartackFractionAlong`
|
||||||
plugin-dimension:
|
plugin-dimension:
|
||||||
- Support hiding start/end markers on path dimensions (pd macro)
|
- Support hiding start/end markers on path dimensions (pd macro)
|
||||||
sven:
|
|
||||||
- Expose the `hipsEase` option to the user via option groups
|
|
||||||
- Lock the `waistEase` option to a static value
|
|
||||||
teagan:
|
|
||||||
- Lock the `frontArmholeDeeper` option to a static value
|
|
||||||
|
|
||||||
Removed:
|
Removed:
|
||||||
plugin-title:
|
plugin-title:
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
# Change log for: @freesewing/bee
|
# Change log for: @freesewing/bee
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Re-structured option groups
|
||||||
|
- Expose all options to the user that should be configurable
|
||||||
|
- Hide/lock options that should be fixed (inherited from Bella)
|
||||||
|
|
||||||
## 2.19.0 (2021-10-17)
|
## 2.19.0 (2021-10-17)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change log for: @freesewing/bella
|
# Change log for: @freesewing/bella
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Expose the `fullChestEaseReduction` option to the user via option groups
|
||||||
|
- Expose the `frontArmholeCurvature` option to the user via option groups
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/diana
|
# Change log for: @freesewing/diana
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Expose the `cuffEase` option to the user via option groups
|
||||||
|
|
||||||
## 2.17.0 (2021-07-01)
|
## 2.17.0 (2021-07-01)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/paco
|
# Change log for: @freesewing/paco
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Hide the `frontPocketFlapSize` from the user
|
||||||
|
|
||||||
## 2.19.4 (2021-11-09)
|
## 2.19.4 (2021-11-09)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change log for: @freesewing/sven
|
# Change log for: @freesewing/sven
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Expose the `hipsEase` option to the user via option groups
|
||||||
|
- Lock the `waistEase` option to a static value
|
||||||
|
|
||||||
## 2.17.0 (2021-07-01)
|
## 2.17.0 (2021-07-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/teagan
|
# Change log for: @freesewing/teagan
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Lock the `frontArmholeDeeper` option to a static value
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue