chore: Reconfigure packages
This commit is contained in:
parent
21ac8f46f8
commit
aadaa64eb4
10 changed files with 116 additions and 16 deletions
68
CHANGELOG.md
68
CHANGELOG.md
|
@ -1,6 +1,74 @@
|
|||
# Change log for: FreeSewing (global)
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### bella
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Shoulder point control point fix for doll-sized clothes
|
||||
|
||||
### charlie
|
||||
|
||||
#### Added
|
||||
|
||||
- Inital release of the Charlie Chinos pattern
|
||||
|
||||
### cornelius
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Handle edge-case where splitting a path on and endpoint causes things to break
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the path.bartack class
|
||||
|
||||
### paco
|
||||
|
||||
#### Changed
|
||||
|
||||
- Extended range and inreased default of the healEase option
|
||||
|
||||
### plugin-buttons
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the buttonhole-end snippet
|
||||
- Added the buttonhole-start snippet
|
||||
|
||||
### plugin-logo
|
||||
|
||||
#### Added
|
||||
|
||||
- Render logo in currentColor to support dark mode
|
||||
|
||||
### plugin-theme
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the path.bartack class
|
||||
|
||||
### titan
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the crossSeamCurveAngle option
|
||||
- Added the crotchSeamCurveAngle option
|
||||
|
||||
#### Changed
|
||||
|
||||
- Crotch- and Cross seam have been redrawn using the new angle options
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Adapt seat control point when waist is dropped below the hip line
|
||||
- Removed lingering console.log statements
|
||||
|
||||
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### components
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
- Added the path.bartack class
|
||||
charlie:
|
||||
- Inital release of the Charlie Chinos pattern
|
||||
titan:
|
||||
- Added the waistbandHeight option
|
||||
- Added the crossSeamCurveAngle option
|
||||
- Added the crotchSeamCurveAngle option
|
||||
plugin-buttons:
|
||||
- Added the buttonhole-end snippet
|
||||
- Added the buttonhole-start snippet
|
||||
|
@ -13,13 +17,13 @@
|
|||
- Render logo in currentColor to support dark mode
|
||||
plugin-theme:
|
||||
- Added the path.bartack class
|
||||
titan:
|
||||
- Added the crossSeamCurveAngle option
|
||||
- Added the crotchSeamCurveAngle option
|
||||
|
||||
Changed:
|
||||
core:
|
||||
- Don't round coordinates internally to avoid path.split misses
|
||||
paco:
|
||||
- Extended range and inreased default of the healEase option
|
||||
- Added the (disabled) waistbandHeight option from Titan
|
||||
titan:
|
||||
- Crotch- and Cross seam have been redrawn using the new angle options
|
||||
|
||||
|
@ -31,6 +35,9 @@
|
|||
titan:
|
||||
- Adapt seat control point when waist is dropped below the hip line
|
||||
- Removed lingering console.log statements
|
||||
- Configure dependencies to guarantee draft order
|
||||
- Always keep seat control point vertically between styled waist and seat
|
||||
- Adapt the outseam to the dropped waist in all circumstances
|
||||
|
||||
2.14.0:
|
||||
date: 2021-03-07
|
||||
|
|
|
@ -33,6 +33,7 @@ paco: 'A FreeSewing pattern for summer pants'
|
|||
pattern-info: 'Information about available freesewing patterns'
|
||||
penelope: 'A FreeSewing pattern for a pencil skirt'
|
||||
plugin-banner: 'A FreeSewing plugin to repeat text on a path'
|
||||
plugin-bartack: 'A FreeSewing plugin to add bartacks to your pattern'
|
||||
plugin-bundle: 'An umbrella package of 8 essential FreeSewing build-time plugins'
|
||||
plugin-bust: 'A FreeSewing plugin that helps with bust-adjusting menswear patterns'
|
||||
plugin-buttons: 'A FreeSewing plugin that provides button, buttonhole, and snap snippets'
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/bella
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Shoulder point control point fix for doll-sized clothes
|
||||
|
||||
## 2.13.2 (2021-02-21)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/cornelius
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Handle edge-case where splitting a path on and endpoint causes things to break
|
||||
|
||||
## 2.14.0 (2021-03-07)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"plugins": [
|
||||
[
|
||||
"prismjs",
|
||||
{
|
||||
"languages": ["javascript", "css", "markup"],
|
||||
"plugins": ["line-numbers"],
|
||||
"theme": "twilight",
|
||||
"css": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/css-theme
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the path.bartack class
|
||||
|
||||
## 2.11.0 (2021-01-10)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-buttons
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the buttonhole-end snippet
|
||||
- Added the buttonhole-start snippet
|
||||
|
||||
## 2.7.0 (2020-07-12)
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/plugin-logo
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Render logo in currentColor to support dark mode
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/plugin-theme
|
||||
|
||||
|
||||
## 2.15.0 (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the path.bartack class
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue