1
0
Fork 0

chore: Changelog update

This commit is contained in:
Joost De Cock 2022-01-19 18:00:28 +01:00
parent 3da7cd5aee
commit 5e3732e3cd
8 changed files with 94 additions and 13 deletions

View file

@ -3,6 +3,21 @@
## 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
#### Added
@ -26,6 +41,12 @@
- Added support for `settings.scale`
- Included variables used by TailwindCSS themes for compatibility
### diana
#### Changed
- Expose the `cuffEase` option to the user via option groups
### examples
#### Added
@ -38,6 +59,12 @@
- Fixed issue that was causing plugin translations to always be in English
### paco
#### Changed
- Hide the `frontPocketFlapSize` from the user
### plugin-banner
#### Changed
@ -118,6 +145,19 @@
- 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)

View file

@ -25,6 +25,15 @@ unreleased:
Changed:
bee:
- 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-banner 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
rendertest:
- 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:
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:
- Support handling of ` ` in text
diana:
- Expose the `cuffEase` option to the user via option groups
i18n:
- Fixed issue that was causing plugin translations to always be in English
plugin-bartack:
@ -58,11 +64,6 @@ unreleased:
- Support start and endpoints being reversed in `bartackFractionAlong`
plugin-dimension:
- 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:
plugin-title:

View file

@ -1,6 +1,14 @@
# 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)
### Added

View file

@ -1,6 +1,13 @@
# 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)
### Changed

View file

@ -1,6 +1,12 @@
# 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)
### Changed

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/paco
## unreleased (NaN-NaN-NaN)
### Changed
- Hide the `frontPocketFlapSize` from the user
## 2.19.4 (2021-11-09)
### Fixed

View file

@ -1,6 +1,13 @@
# 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)
### Added

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/teagan
## unreleased (NaN-NaN-NaN)
### Changed
- Lock the `frontArmholeDeeper` option to a static value
## 2.16.1 (2021-05-30)
### Changed