fix(titan): Configure dependencies to guarantee draft order
This commit is contained in:
parent
983fda888c
commit
89d05a54ab
2 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,22 @@
|
||||||
# Change log for: @freesewing/titan
|
# Change log for: @freesewing/titan
|
||||||
|
|
||||||
|
|
||||||
|
## 2.15.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### 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.13.2 (2021-02-21)
|
## 2.13.2 (2021-02-21)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -38,7 +38,9 @@ export default {
|
||||||
'waistToSeat',
|
'waistToSeat',
|
||||||
'waistToUpperLeg'
|
'waistToUpperLeg'
|
||||||
],
|
],
|
||||||
parts: ['back', 'front'],
|
dependencies: {
|
||||||
|
front: 'back'
|
||||||
|
},
|
||||||
options: {
|
options: {
|
||||||
// Constants
|
// Constants
|
||||||
titanPaperless: true,
|
titanPaperless: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue