1
0
Fork 0

fix(titan): Configure dependencies to guarantee draft order

This commit is contained in:
Joost De Cock 2021-04-11 13:52:48 +02:00
parent 983fda888c
commit 89d05a54ab
2 changed files with 19 additions and 1 deletions

View file

@ -1,6 +1,22 @@
# 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)
### Fixed

View file

@ -38,7 +38,9 @@ export default {
'waistToSeat',
'waistToUpperLeg'
],
parts: ['back', 'front'],
dependencies: {
front: 'back'
},
options: {
// Constants
titanPaperless: true,