From 89d05a54ab8b3f7692ba8631f57e92fd18e2ca06 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 11 Apr 2021 13:52:48 +0200 Subject: [PATCH] fix(titan): Configure dependencies to guarantee draft order --- packages/titan/CHANGELOG.md | 16 ++++++++++++++++ packages/titan/config/index.js | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/titan/CHANGELOG.md b/packages/titan/CHANGELOG.md index 0c537a2122c..467dca160ab 100644 --- a/packages/titan/CHANGELOG.md +++ b/packages/titan/CHANGELOG.md @@ -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 diff --git a/packages/titan/config/index.js b/packages/titan/config/index.js index f0c6c2f1ccb..57a8ff268c0 100644 --- a/packages/titan/config/index.js +++ b/packages/titan/config/index.js @@ -38,7 +38,9 @@ export default { 'waistToSeat', 'waistToUpperLeg' ], - parts: ['back', 'front'], + dependencies: { + front: 'back' + }, options: { // Constants titanPaperless: true,