diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bb8ba7d2f..2676d58e022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,54 @@ ## Unreleased +### benjamin + +#### Fixed + + - Added bandLength option to fit optiongroup (it was missing) + +### components + +#### Fixed + + - [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta) + - Workbench now also lets you preload a `withBreasts` set of measurements + - DraftConfigurator now properly styles pattern options 3 levels deep + +### create-freesewing-pattern + +#### Changed + + - Updated dependencies + +#### Fixed + + - Added missing `file-saver` dependency + +### css-theme + +#### Fixed + + - Updated styles for DraftConfigurator component for pattern options 3 levels deep + +### i18n + +#### Added + + - [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo + +### jaeger + +#### Fixed + + - [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong + +### simon + +#### Fixed + + - [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options + ## 2.0.1 (2019-09-01) diff --git a/config/changelog.yaml b/config/changelog.yaml index 6e4c0a0884b..c422303f73a 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -22,6 +22,9 @@ Unreleased: - DraftConfigurator now properly styles pattern options 3 levels deep create-freesewing-pattern: - Added missing `file-saver` dependency + jaeger: + - "[#76](https://github.com/freesewing/freesewing.org/issues/76): + Fixed a typo in Jaeger that was causing the side vent length to be wrong" simon: - "[#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options" diff --git a/packages/jaeger/CHANGELOG.md b/packages/jaeger/CHANGELOG.md index 83e2b93b9bf..0758bb61604 100644 --- a/packages/jaeger/CHANGELOG.md +++ b/packages/jaeger/CHANGELOG.md @@ -3,9 +3,9 @@ ## Unreleased -**Note:** Version bump only for package jaeger - +### Fixed + - [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong ## 2.0.1 (2019-09-01) **Note:** Version bump only for package jaeger diff --git a/packages/jaeger/src/side.js b/packages/jaeger/src/side.js index 3c843c86fc2..bebd31f7a36 100644 --- a/packages/jaeger/src/side.js +++ b/packages/jaeger/src/side.js @@ -16,7 +16,7 @@ export default function(part) { // Double back vent if (options.backVent === 2) { - let ventY = points.bsHips.y - points.bsWaistCp2.dy(points.bsHips) * options.backVentLength + let ventY = points.bsHips.y - points.bsWaistCp1.dy(points.bsHips) * options.backVentLength // Vent tip points.ventStart = utils.curveIntersectsY( points.bsHips,