chore: Reconfigure packages
This commit is contained in:
parent
b9ca3fa692
commit
945a1b4988
8 changed files with 249 additions and 7 deletions
209
CHANGELOG.md
209
CHANGELOG.md
|
@ -4,18 +4,73 @@
|
||||||
|
|
||||||
### aaron
|
### aaron
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Updated side seam shaping and tweaked options for better defaults
|
||||||
|
- Better handling of `armholeDrop` option
|
||||||
|
- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
||||||
|
|
||||||
|
### bent
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Increased default for the `cuffEase` option
|
||||||
|
- Decreased default for the `armholeDepth` option
|
||||||
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Set tip of undersleeve as anchor point for sampling
|
||||||
|
|
||||||
|
### breanna
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
|
- Ported breanna to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### brian
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Set HPS as anchor point for sampling in front and back
|
||||||
|
|
||||||
### bruce
|
### bruce
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
||||||
|
|
||||||
|
### carlita
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Set a sample anchor point on the side part
|
||||||
|
|
||||||
|
### carlton
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Better range for the `shoulderSlopeReduction` measurement
|
||||||
|
- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
### cathrin
|
### cathrin
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Set sample anchor points on all panels
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
|
- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
|
||||||
|
@ -38,8 +93,28 @@
|
||||||
|
|
||||||
- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
|
- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
|
||||||
|
|
||||||
|
### css-theme
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Updated the width of the SVG paths of a draft to match plugin-theme
|
||||||
|
|
||||||
|
### diana
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
||||||
|
- Ported diana to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
### huey
|
### huey
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- No longer use the `naturalWaist` measurement
|
||||||
|
- Changed some option to better defaults
|
||||||
|
- Ported huey to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- [Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)
|
- [Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)
|
||||||
|
@ -50,8 +125,38 @@
|
||||||
|
|
||||||
- Added shaping of the side seam
|
- Added shaping of the side seam
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed some option to better defaults
|
||||||
|
- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### jaeger
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed some option to better defaults
|
||||||
|
- Set an anchor on side part for sampling
|
||||||
|
- Ported jaeger to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### models
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Models now come with the new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Ported models to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
|
|
||||||
|
### penelope
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
### plugin-buttons
|
### plugin-buttons
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Snippet names are changed, `snap-male` is now `snap-stud` and `snap-female` is now `snap-socket` Changing this to avoid needless use of gender related terminology.
|
||||||
|
|
||||||
#### Removed
|
#### Removed
|
||||||
|
|
||||||
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
||||||
|
@ -63,6 +168,51 @@
|
||||||
- A FreeSewing plugin for mirroring points or paths
|
- A FreeSewing plugin for mirroring points or paths
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
### sandy
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### shin
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### simon
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### simone
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### sven
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Improved the shaping of the side seam
|
||||||
|
- Changed some option to better defaults
|
||||||
|
- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### tamiko
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Switch from `shoulderSlope` option to `shoulderSlope` measurement
|
||||||
|
- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### theo
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
|
|
||||||
### titan
|
### titan
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -70,6 +220,12 @@
|
||||||
- A FreeSewing block for pants/trousers
|
- A FreeSewing block for pants/trousers
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
### trayvon
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
### utils
|
### utils
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -77,6 +233,24 @@
|
||||||
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- `neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
- `neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed `neckstimate` to handle new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
|
- Changed `neckstimate` to support all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
|
|
||||||
|
### wahid
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
||||||
|
|
||||||
|
### waralee
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
||||||
|
|
||||||
## 2.6.0 (2020-05-01)
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
### brian
|
### brian
|
||||||
|
@ -95,6 +269,13 @@
|
||||||
- Refactor to remove prop-types dependency
|
- Refactor to remove prop-types dependency
|
||||||
- Reworked the withLanguage component to allow adding translations at run-time
|
- Reworked the withLanguage component to allow adding translations at run-time
|
||||||
|
|
||||||
|
### core
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
||||||
|
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
||||||
|
|
||||||
### create-freesewing-pattern
|
### create-freesewing-pattern
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -125,6 +306,12 @@
|
||||||
- Do not render pocket outline when complete is falsy
|
- Do not render pocket outline when complete is falsy
|
||||||
- Do not render pocket facing hint when complete is falsy
|
- Do not render pocket facing hint when complete is falsy
|
||||||
|
|
||||||
|
### i18n
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||||
|
|
||||||
### plugin-export-dxf
|
### plugin-export-dxf
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -146,6 +333,10 @@
|
||||||
|
|
||||||
### css-theme
|
### css-theme
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- The sidebar no longer has a different background
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fixed incorrect border value on active sidebar link
|
- Fixed incorrect border value on active sidebar link
|
||||||
|
@ -172,6 +363,18 @@
|
||||||
|
|
||||||
## 2.4.5 (2020-03-19)
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
|
### florence
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Improved shape based on community feedback
|
||||||
|
|
||||||
|
### utils
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- neckstimate() now returns values rounded to nearest mm
|
||||||
|
|
||||||
### wahid
|
### wahid
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -192,6 +395,12 @@
|
||||||
|
|
||||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||||
|
|
||||||
|
### plugin-dimension
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
||||||
|
|
||||||
### simon
|
### simon
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
|
@ -21,7 +21,7 @@ Unreleased:
|
||||||
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
- '`neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)'
|
- '`neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)'
|
||||||
|
|
||||||
Changes:
|
Changed:
|
||||||
aaron:
|
aaron:
|
||||||
- Updated side seam shaping and tweaked options for better defaults
|
- Updated side seam shaping and tweaked options for better defaults
|
||||||
- Better handling of `armholeDrop` option
|
- Better handling of `armholeDrop` option
|
||||||
|
@ -106,7 +106,6 @@ Unreleased:
|
||||||
workbench:
|
workbench:
|
||||||
- Added changes to support new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
- Added changes to support new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
||||||
|
|
||||||
Deprecated:
|
|
||||||
Fixed:
|
Fixed:
|
||||||
aaron:
|
aaron:
|
||||||
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
||||||
|
@ -122,7 +121,6 @@ Unreleased:
|
||||||
Removed:
|
Removed:
|
||||||
plugin-buttons:
|
plugin-buttons:
|
||||||
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
||||||
Security:
|
|
||||||
|
|
||||||
2.6.0:
|
2.6.0:
|
||||||
date: 2020-05-01
|
date: 2020-05-01
|
||||||
|
@ -145,7 +143,7 @@ Unreleased:
|
||||||
plugin-export-dxf:
|
plugin-export-dxf:
|
||||||
- This plugin can export your pattern as DXF-ASTM
|
- This plugin can export your pattern as DXF-ASTM
|
||||||
- Initial release
|
- Initial release
|
||||||
Changes:
|
Changed:
|
||||||
core:
|
core:
|
||||||
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
||||||
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
||||||
|
@ -175,7 +173,7 @@ Unreleased:
|
||||||
- Diana is a top with a draped neck
|
- Diana is a top with a draped neck
|
||||||
i18n:
|
i18n:
|
||||||
- title, description, and options for Dianna
|
- title, description, and options for Dianna
|
||||||
Changes:
|
Changed:
|
||||||
css-theme:
|
css-theme:
|
||||||
- The sidebar no longer has a different background
|
- The sidebar no longer has a different background
|
||||||
Fixed:
|
Fixed:
|
||||||
|
@ -190,7 +188,7 @@ Unreleased:
|
||||||
|
|
||||||
2.4.5:
|
2.4.5:
|
||||||
date: 2020-03-19
|
date: 2020-03-19
|
||||||
Changes:
|
Changed:
|
||||||
florence:
|
florence:
|
||||||
- Improved shape based on community feedback
|
- Improved shape based on community feedback
|
||||||
utils:
|
utils:
|
||||||
|
@ -201,7 +199,7 @@ Unreleased:
|
||||||
|
|
||||||
2.4.4:
|
2.4.4:
|
||||||
date: 2020-03-15
|
date: 2020-03-15
|
||||||
Changes:
|
Changed:
|
||||||
plugin-dimension:
|
plugin-dimension:
|
||||||
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Change log for: @freesewing/core
|
# Change log for: @freesewing/core
|
||||||
|
|
||||||
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
||||||
|
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
||||||
|
|
||||||
## 2.4.4 (2020-03-15)
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
## 2.5.0 (2020-04-05)
|
## 2.5.0 (2020-04-05)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- The sidebar no longer has a different background
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed incorrect border value on active sidebar link
|
- Fixed incorrect border value on active sidebar link
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
- @freesewing/fu has been renamed to @freesewing/florence
|
- @freesewing/fu has been renamed to @freesewing/florence
|
||||||
|
|
||||||
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved shape based on community feedback
|
||||||
|
|
||||||
## 2.4.0 (2020-02-29)
|
## 2.4.0 (2020-02-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change log for: @freesewing/i18n
|
# Change log for: @freesewing/i18n
|
||||||
|
|
||||||
|
## 2.6.0 (2020-05-01)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||||
|
|
||||||
## 2.5.0 (2020-04-05)
|
## 2.5.0 (2020-04-05)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change log for: @freesewing/plugin-dimension
|
# Change log for: @freesewing/plugin-dimension
|
||||||
|
|
||||||
|
## 2.4.4 (2020-03-15)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
||||||
|
|
||||||
## 2.1.5 (2019-11-19)
|
## 2.1.5 (2019-11-19)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change log for: @freesewing/utils
|
# Change log for: @freesewing/utils
|
||||||
|
|
||||||
|
## 2.4.5 (2020-03-19)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- neckstimate() now returns values rounded to nearest mm
|
||||||
|
|
||||||
## 2.4.1 (2020-03-04)
|
## 2.4.1 (2020-03-04)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue