2022-08-24 12:03:20 +02:00
|
|
|
Unreleased:
|
2023-12-26 20:30:36 +01:00
|
|
|
|
feat: Support notes in title macro
This started out as a fix for #5753 after I felt the approach in #5760
was not the best way to handle this.
The problem lies in the way the cutlist data is added to the pattern by
the title plugin. The whole cutlist thing was added by a less
experienced contributor, and they were a little too focussed on what
they were trying to accomplish, rather than keeping an eye on the big
picture.
In this case, a bunch of points get added to the part to anchor all of
the text for the cutlist. This causes problems when inheriting parts
because points are added per material, and now we don't know what
materials were used and how to remove these points.
I appreciate @woutervdub effort to resolve this in #5760 but as I
mentioned above, I don't love the approach.
Rather than finding a clever way to remove these points, I am of the
opinion that they should never have been added in the first place.
Specifically, all we are doing is adding one or more lines of text. The
idea that you need multiple points for this is an incorrect assumption,
and therein lies the root of this problem.
So, this refactor adds support to the title macro for 'notes'. These
notes will be added below the title. The cutlist info is now just
prepended to the notes. So it stops being something 'special' (which it
never should have been) and instead just behaves like other text that is
placed on the part by the title macro.
The only flanking measure required to make this happen was to add
support for nested arrays in handling text.
This way, you can pass a nested array to concatenate strings in such a
way that each part will still be individually translated.
And as all text in FreeSewing, to force a linebreak, you just use "\n"
as The Dark Lord intended.
2024-01-06 17:54:11 +01:00
|
|
|
Added:
|
|
|
|
plugin-annotations:
|
|
|
|
- The `title` macro now takes a `notes` and `classes.notes` as its config, allowing you to add notes
|
|
|
|
- The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes
|
|
|
|
plugin-i18n:
|
|
|
|
- This plugin now supports translation of nested arrays of strings, giving you more flexibility to concatenate translated parts of strings
|
|
|
|
react-components:
|
|
|
|
- This Pattern component now supports translation of nested arrays of strings, giving you more flexibility to concatenate translated parts of strings
|
|
|
|
|
2024-01-14 14:45:21 +01:00
|
|
|
Fixed:
|
|
|
|
charlie:
|
|
|
|
- The back pocket welt (4) and front pocket facing (8) incorrectly indicated to cut 2 instead of 4 in the cutlist. Fixes #5791
|
|
|
|
|
2024-01-07 15:53:44 +01:00
|
|
|
Removed:
|
|
|
|
plugin-annotations:
|
feat: Support notes in title macro
This started out as a fix for #5753 after I felt the approach in #5760
was not the best way to handle this.
The problem lies in the way the cutlist data is added to the pattern by
the title plugin. The whole cutlist thing was added by a less
experienced contributor, and they were a little too focussed on what
they were trying to accomplish, rather than keeping an eye on the big
picture.
In this case, a bunch of points get added to the part to anchor all of
the text for the cutlist. This causes problems when inheriting parts
because points are added per material, and now we don't know what
materials were used and how to remove these points.
I appreciate @woutervdub effort to resolve this in #5760 but as I
mentioned above, I don't love the approach.
Rather than finding a clever way to remove these points, I am of the
opinion that they should never have been added in the first place.
Specifically, all we are doing is adding one or more lines of text. The
idea that you need multiple points for this is an incorrect assumption,
and therein lies the root of this problem.
So, this refactor adds support to the title macro for 'notes'. These
notes will be added below the title. The cutlist info is now just
prepended to the notes. So it stops being something 'special' (which it
never should have been) and instead just behaves like other text that is
placed on the part by the title macro.
The only flanking measure required to make this happen was to add
support for nested arrays in handling text.
This way, you can pass a nested array to concatenate strings in such a
way that each part will still be individually translated.
And as all text in FreeSewing, to force a linebreak, you just use "\n"
as The Dark Lord intended.
2024-01-06 17:54:11 +01:00
|
|
|
- The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes
|
|
|
|
|
2023-12-26 20:30:36 +01:00
|
|
|
3.1.0:
|
|
|
|
date: 2023-12-26
|
|
|
|
Added:
|
2023-10-15 15:12:10 +02:00
|
|
|
core:
|
|
|
|
- Allow plugins to provide their own packing implementation
|
2023-10-17 10:03:05 +02:00
|
|
|
- Added named export `cbqc` which exports the constant to approximate a circle with Cubic Bézier curves
|
2023-10-18 16:04:29 +02:00
|
|
|
- Core will now set `activeMacro` in the store, keeping track of the running macro
|
|
|
|
- Added the `generateMacroIds`, `getMacroIds`, and `removeMacroNodes` store methods
|
2023-12-26 20:30:36 +01:00
|
|
|
otis:
|
|
|
|
- Initial release
|
|
|
|
skully:
|
|
|
|
- Initial release
|
2023-10-15 15:12:10 +02:00
|
|
|
plugin-bin-pack:
|
|
|
|
- First release of the plugin providing the default packing implementation
|
2023-10-16 16:19:27 +02:00
|
|
|
plugin-ringsector:
|
|
|
|
- First release of the plugin facilitating drafting a ring sector
|
2023-10-15 15:37:38 +02:00
|
|
|
|
2023-09-30 17:40:53 +02:00
|
|
|
Changed:
|
2023-10-01 19:07:52 +02:00
|
|
|
aaron:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
albert:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
bee:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
benjamin:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
carlton:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
charlie:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
hortensia:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
huey:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
hugo:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
jaeger:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
- Corrected part mixup in translation of flag message
|
|
|
|
octoplushy:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
paco:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
sandy:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
2023-10-16 16:19:27 +02:00
|
|
|
- The skirt and curved waistband are now constructed with the ringsector macro
|
2023-10-01 19:07:52 +02:00
|
|
|
shin:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
sven:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
yuri:
|
|
|
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
|
|
|
plugin-annotations:
|
|
|
|
- Added support for notes in flags
|
2023-09-30 17:40:53 +02:00
|
|
|
|
2023-10-14 14:53:14 +02:00
|
|
|
Fixed:
|
2023-10-18 16:04:29 +02:00
|
|
|
aaron:
|
|
|
|
- Added IDs to dimension macros that missed them, causing them to not be shown
|
2023-12-26 20:30:36 +01:00
|
|
|
- Keep seam allowance out of the binding length calculation
|
2023-10-14 14:53:14 +02:00
|
|
|
core:
|
|
|
|
- Fix order in mergeOptions method so user settings take precendence over defaults
|
2023-10-14 15:30:40 +02:00
|
|
|
- Fix upward snap for snapped percentage option when snap is a simple number
|
2023-11-08 20:27:48 +01:00
|
|
|
- The conditional loading of plugins had a bug causing them to never be loaded
|
2023-12-26 20:30:36 +01:00
|
|
|
- Make Path.split() more robust when handling edge-case. Fixes #5569
|
|
|
|
- Prevent utils.circlesIntersect() from running sqrt on a negative number. Fixes #5697
|
|
|
|
penelope:
|
|
|
|
- Fixed wrong use of options in a value method. Fixes #5497
|
2023-10-15 19:20:21 +02:00
|
|
|
simon:
|
|
|
|
- Replaced all instances of 'seperate' with 'separate' in option names
|
2023-12-26 20:30:36 +01:00
|
|
|
new-design:
|
|
|
|
- Removed unwanted debug output
|
2023-10-15 15:37:38 +02:00
|
|
|
plugintest:
|
|
|
|
- Remove names from old plugins from list option
|
2023-12-26 20:30:36 +01:00
|
|
|
plugin-annotations:
|
|
|
|
- Removing macros did not always remove the cutlist data in the store. Fixes #5448
|
2023-10-24 20:31:34 +02:00
|
|
|
uma:
|
|
|
|
- Changed defaults to have more rise in the back
|
|
|
|
- Increase default rise
|
|
|
|
- Decrease default vertical stretch
|
|
|
|
- Decreased default back waist dip
|
|
|
|
- Increased default front waist dip
|
|
|
|
- Allowed lower values on back exposure, causing back to flare out
|
2023-11-20 18:15:36 +01:00
|
|
|
- Fix issue with back part when bulge is on and expand is off
|
2023-10-18 16:04:29 +02:00
|
|
|
waralee:
|
|
|
|
- Pocket opening was not drawn on the facing and pocket pieces. Fixes #4026
|
|
|
|
- Improve placement of the front welt. Fixes #4828
|
2023-10-14 14:53:14 +02:00
|
|
|
|
2023-09-30 17:40:53 +02:00
|
|
|
3.0.0:
|
2023-12-26 20:30:36 +01:00
|
|
|
date: 2023-09-30
|
2023-09-30 17:40:53 +02:00
|
|
|
Changed:
|
2022-08-24 12:03:20 +02:00
|
|
|
all:
|
2023-09-30 17:40:53 +02:00
|
|
|
- All FreeSewing pacakges are now ESM only.
|
|
|
|
- All FreeSewing pacakges now use named exports.
|
|
|
|
- Dropped support for NodeJS 14. NodeJS 18 (LTS/hydrogen) or more recent is now required.
|
2022-08-24 12:03:20 +02:00
|
|
|
|
|
|
|
Removed:
|
|
|
|
global:
|
|
|
|
- The `@freesewing/components` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
- The `@freesewing/css-theme` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
2022-08-29 11:54:21 +02:00
|
|
|
- The `@freesewing/config-helpers` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
Use the `@freesewing/snapseries` package for various helpers for snapped percentage options.
|
|
|
|
The `pctBasedOn` helper method is now available as a named export from `@freesewing/core`
|
2022-08-24 19:45:18 +02:00
|
|
|
- The `@freesewing/i18n` package is not part of FreeSewing v3.
|
2022-08-24 12:03:20 +02:00
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
- The `@freesewing/mui-theme` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
2022-08-24 19:45:18 +02:00
|
|
|
- The `@freesewing/pattern-info` package is not part of FreeSewing v3.
|
2022-08-24 12:03:20 +02:00
|
|
|
While v2 versions remain available, this package is no longer supported.
|
2022-08-24 19:45:18 +02:00
|
|
|
- The `@freesewing/plugin-export-dxf` package is not part of FreeSewing v3.
|
2022-08-24 19:42:08 +02:00
|
|
|
While v2 versions remain available, this package is no longer supported.
|
2022-08-24 12:03:20 +02:00
|
|
|
- The `@freesewing/snapseries` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
- The `@freesewing/utils` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
2022-08-24 19:45:18 +02:00
|
|
|
- The `gatsby-remark-jargon` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
- The `remark-jargon` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, this package is no longer supported.
|
|
|
|
Use `rehype-jargon` instead.
|
2023-09-30 17:40:53 +02:00
|
|
|
- The `@freesewing/ursula` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, use `@freesewing/uma` instead.
|
|
|
|
- The `@freesewing/unice` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, use `@freesewing/uma` instead.
|
|
|
|
- The `@freesewing/plugin-bundle` package is not part of FreeSewing v3.
|
|
|
|
While v2 versions remain available, v3 uses `@freesewing/core-plugins` instead.
|
2022-08-24 12:03:20 +02:00
|
|
|
|
2022-08-29 08:31:23 +02:00
|
|
|
plugin-banner:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-bartack:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-bundle:
|
|
|
|
- Named exports of the bundled plugins are no longer available
|
|
|
|
plugin-bust:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-buttons:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-cutonfold:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-dimension:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-flip:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-gore:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-grainline:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-i18n:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-logo:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-measurements:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-mirror:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-notches:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-round:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-scalebox:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-sprinkle:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-svgattr:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-theme:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-title:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
plugin-versionfree-svg:
|
|
|
|
- This plugin no longer sets its version as an SVG attribute when rendering patterns
|
|
|
|
|
2022-08-23 13:13:56 +02:00
|
|
|
2.22.0:
|
|
|
|
date: 2022-08-23
|
|
|
|
|
2022-07-09 17:20:19 +02:00
|
|
|
Added:
|
2022-07-09 17:24:28 +02:00
|
|
|
aaron:
|
|
|
|
- Support drafting for high bust
|
2022-08-23 13:13:56 +02:00
|
|
|
bent:
|
|
|
|
- Support drafting for high bust
|
|
|
|
brian:
|
|
|
|
- Support drafting for high bust
|
|
|
|
carlton:
|
|
|
|
- Support drafting for high bust
|
|
|
|
diana:
|
|
|
|
- Support drafting for high bust
|
|
|
|
huey:
|
|
|
|
- Support drafting for high bust
|
2022-07-09 17:20:19 +02:00
|
|
|
hugo:
|
|
|
|
- Support drafting for high bust
|
|
|
|
Closes [#802](https://github.com/freesewing/freesewing/issues/802)
|
2022-08-23 13:13:56 +02:00
|
|
|
jeager:
|
|
|
|
- Support drafting for high bust
|
|
|
|
octoplushy:
|
|
|
|
- Octoplushy is a new design for an octopus or squid plushy
|
2022-07-10 18:08:33 +02:00
|
|
|
plugin-title:
|
|
|
|
- Added support for removing the title via a macro call
|
2022-08-03 21:10:37 -07:00
|
|
|
- Added a render timestamp to the title
|
2022-08-23 13:13:56 +02:00
|
|
|
simon:
|
|
|
|
- Support drafting for high bust
|
2022-08-17 13:27:06 -07:00
|
|
|
simone:
|
|
|
|
- Added Bust-aligned buttons option and functionality.
|
|
|
|
Closes [#2154] (https://github.com/freesewing/freesewing/issues/2154)
|
|
|
|
- Added a notch at the center front bustline.
|
2022-08-23 13:13:56 +02:00
|
|
|
sven:
|
|
|
|
- Support drafting for high bust
|
|
|
|
tamiko:
|
|
|
|
- Support drafting for high bust
|
|
|
|
teagan:
|
|
|
|
- Support drafting for high bust
|
|
|
|
titan:
|
|
|
|
- Added additional notches to aid alignment
|
|
|
|
wahid:
|
|
|
|
- Support drafting for high bust
|
|
|
|
yuri:
|
|
|
|
- Support drafting for high bust
|
2022-07-09 17:20:19 +02:00
|
|
|
|
2022-07-03 13:02:46 +02:00
|
|
|
Changed:
|
2022-07-03 13:06:17 +02:00
|
|
|
charlie:
|
|
|
|
- Renamed back pocket jet to back pocket welt
|
2022-07-09 15:29:43 +02:00
|
|
|
paco:
|
|
|
|
- Fix hem allowance. Closes [#2350](https://github.com/freesewing/freesewing/issues/2350)
|
2022-07-03 13:02:46 +02:00
|
|
|
theo:
|
|
|
|
- migrated `waistbandWidth` option from `mm` to snapped `pct` option
|
2022-06-30 12:06:22 +02:00
|
|
|
|
2022-07-09 16:39:21 +02:00
|
|
|
Fixed:
|
2022-08-05 23:28:14 -07:00
|
|
|
breanna:
|
|
|
|
- Fixed bug where a large shoulder slope could cause an error.
|
|
|
|
Fixes [#2516](https://github.com/freesewing/freesewing/issues/2516)
|
2022-07-09 16:39:21 +02:00
|
|
|
brian:
|
|
|
|
- Make s3 options sticky to zero below 10% to avoid path split issues.
|
|
|
|
Fixes [#2249](https://github.com/freesewing/freesewing/issues/2249)
|
2022-08-07 07:48:26 -07:00
|
|
|
cathrin:
|
|
|
|
- Removed seam allowance from Part1a foldline.
|
|
|
|
Fixes [#2545](https://github.com/freesewing/freesewing/issues/2545)
|
2022-08-23 13:13:56 +02:00
|
|
|
paco:
|
|
|
|
- Make hem allowance taper outwards to match the leg
|
|
|
|
Fixes [#2350](https://github.com/freesewing/freesewing/issues/2350)
|
2022-07-24 21:41:41 +02:00
|
|
|
simon:
|
|
|
|
- Fix issue with boxPleat and yoke
|
|
|
|
Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400)
|
2022-07-25 19:17:46 -07:00
|
|
|
- Removed superfluous notches in button placket, buttonhole placket, and split yoke.
|
|
|
|
Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399)
|
2022-07-09 17:05:00 +02:00
|
|
|
simone:
|
|
|
|
- Don't do a negative FBA from there's no need for an FBA
|
|
|
|
Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121)
|
2022-08-22 15:39:44 +02:00
|
|
|
- Duplicate config rather than mutating the imported simon config
|
2022-07-09 16:49:30 +02:00
|
|
|
wahid:
|
|
|
|
- Prevent facing/lining overlap when shoulders get very narrow
|
|
|
|
fixes [#2233](https://github.com/freesewing/freesewing/issues/2233)
|
2022-08-22 15:39:44 +02:00
|
|
|
- Fixed dependency issue with pocketFacing part
|
2022-08-23 13:13:56 +02:00
|
|
|
- Added grainlines
|
2022-07-09 16:39:21 +02:00
|
|
|
|
2022-07-02 18:14:15 +02:00
|
|
|
2.21.3:
|
2022-07-03 13:02:46 +02:00
|
|
|
date: 2022-07-02
|
2022-07-02 18:14:15 +02:00
|
|
|
|
2022-07-02 19:46:04 +02:00
|
|
|
Changed:
|
2022-07-02 20:07:11 +02:00
|
|
|
core:
|
|
|
|
- Make generatePartTransform a named export
|
2022-07-02 19:46:04 +02:00
|
|
|
new-design:
|
|
|
|
- We're now loading content from the main branch by default
|
|
|
|
|
2022-07-02 18:14:15 +02:00
|
|
|
Fixed:
|
|
|
|
new-design:
|
|
|
|
- Add bin entry to package.json
|
|
|
|
|
2022-06-30 12:06:22 +02:00
|
|
|
2.21.2:
|
|
|
|
date: 2022-06-30
|
|
|
|
|
|
|
|
Added:
|
|
|
|
ursula:
|
|
|
|
- Added markers for elastics
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
simon:
|
|
|
|
- Decreased default collar ease
|
|
|
|
- Increased default yoke height
|
|
|
|
simone:
|
|
|
|
- Decreased default collar ease
|
|
|
|
- Increased default yoke height
|
|
|
|
|
2022-06-29 12:59:31 +02:00
|
|
|
Fixed:
|
2022-06-30 12:06:22 +02:00
|
|
|
remark-jaron:
|
|
|
|
- Roll-back upgrade to ESM only unist-dist-visit
|
|
|
|
Closes [#2342](https://github.com/freesewing/freesewing/issues/2342)
|
2022-06-14 23:30:00 +02:00
|
|
|
|
2022-06-28 08:38:56 +02:00
|
|
|
2.21.1:
|
|
|
|
date: 2022-06-28
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
pattern-info:
|
|
|
|
- Added Noble to the list
|
|
|
|
|
2022-06-27 11:25:29 +02:00
|
|
|
2.21.0:
|
|
|
|
date: 2022-06-27
|
|
|
|
|
2022-06-14 23:30:00 +02:00
|
|
|
Added:
|
|
|
|
config-helpers:
|
|
|
|
- This new package replaces the previous snapseries package
|
|
|
|
and adds extra helper methods for pattern config such as
|
|
|
|
`pctBasedOn()` which was previously exported by core
|
2022-06-27 11:25:29 +02:00
|
|
|
hi:
|
|
|
|
- Hi is a new desing for a shark plushy
|
|
|
|
unice:
|
|
|
|
- Unice is an underwear pattern
|
|
|
|
lucy:
|
|
|
|
- Lucy is a pattern for a historical tie-on pocket
|
|
|
|
bob:
|
|
|
|
- Bob is a pattern for a bib, the same one that's used in our design tutorial
|
|
|
|
noble:
|
|
|
|
- Noble is a body block with prince(ss) seams
|
2022-06-14 23:30:00 +02:00
|
|
|
|
|
|
|
Changed:
|
|
|
|
aaron: &esbuild
|
|
|
|
- Migrated from Rollup to Esbuild for all builds
|
|
|
|
albert: *esbuild
|
|
|
|
bee: *esbuild
|
|
|
|
bella: *esbuild
|
|
|
|
benjamin: *esbuild
|
|
|
|
bent: *esbuild
|
|
|
|
breanna: *esbuild
|
2022-06-24 20:32:49 +02:00
|
|
|
brian:
|
|
|
|
- Migrated from Rollup to Esbuild for all builds
|
|
|
|
- Slightly increased the default neck ease
|
2022-06-14 23:30:00 +02:00
|
|
|
bruce: *esbuild
|
|
|
|
carlita: *esbuild
|
|
|
|
carlton: *esbuild
|
|
|
|
cathrin: *esbuild
|
|
|
|
charlie: *esbuild
|
|
|
|
components: *esbuild
|
|
|
|
core:
|
|
|
|
- Migrated from Rollup to Esbuild for all builds
|
|
|
|
- The `pctBasedOn()` helper method for pattern config was moved to config-helpers
|
|
|
|
We did not make this a breaking change since it's only used internally.
|
|
|
|
cornelius: *esbuild
|
|
|
|
diana: *esbuild
|
|
|
|
examples: *esbuild
|
|
|
|
florence: *esbuild
|
|
|
|
florent: *esbuild
|
|
|
|
gatsby-remark-jargon: *esbuild
|
|
|
|
holmes: *esbuild
|
|
|
|
hortensia: *esbuild
|
|
|
|
huey: *esbuild
|
|
|
|
hugo: *esbuild
|
|
|
|
i18n: *esbuild
|
|
|
|
jaeger: *esbuild
|
|
|
|
legend: *esbuild
|
|
|
|
lucy: *esbuild
|
|
|
|
lunetius: *esbuild
|
|
|
|
models: *esbuild
|
|
|
|
mui-theme: *esbuild
|
|
|
|
paco: *esbuild
|
|
|
|
pattern-info: *esbuild
|
|
|
|
penelope: *esbuild
|
|
|
|
plugin-banner: *esbuild
|
|
|
|
plugin-bartack: *esbuild
|
|
|
|
plugin-bundle: *esbuild
|
|
|
|
plugin-bust: *esbuild
|
|
|
|
plugin-buttons: *esbuild
|
|
|
|
plugin-cutonfold: *esbuild
|
|
|
|
plugin-dimension: *esbuild
|
|
|
|
plugin-export-dxf: *esbuild
|
|
|
|
plugin-flip: *esbuild
|
|
|
|
plugin-gore: *esbuild
|
|
|
|
plugin-grainline: *esbuild
|
|
|
|
plugin-i18n: *esbuild
|
|
|
|
plugin-logo: *esbuild
|
|
|
|
plugin-measurements: *esbuild
|
|
|
|
plugin-mirror: *esbuild
|
|
|
|
plugin-notches: *esbuild
|
|
|
|
plugin-round: *esbuild
|
|
|
|
plugin-scalebox: *esbuild
|
|
|
|
plugin-sprinkle: *esbuild
|
|
|
|
plugin-svgattr: *esbuild
|
|
|
|
plugintest: *esbuild
|
|
|
|
plugin-theme: *esbuild
|
|
|
|
plugin-title: *esbuild
|
|
|
|
plugin-validate: *esbuild
|
|
|
|
plugin-versionfree-svg: *esbuild
|
|
|
|
remark-jargon: *esbuild
|
|
|
|
rendertest: *esbuild
|
|
|
|
sandy: *esbuild
|
|
|
|
shin: *esbuild
|
2022-06-27 11:25:29 +02:00
|
|
|
simon:
|
|
|
|
- Migrated from Rollup to Esbuild for all builds
|
|
|
|
- More accurately determine the cuff width
|
|
|
|
- Corrected the hide() signature in the config
|
|
|
|
simone:
|
|
|
|
- Migrated from Rollup to Esbuild for all builds
|
|
|
|
- More accurately determine the cuff width
|
2022-06-14 23:30:00 +02:00
|
|
|
sven: *esbuild
|
|
|
|
tamiko: *esbuild
|
|
|
|
teagan: *esbuild
|
|
|
|
theo: *esbuild
|
|
|
|
tiberius: *esbuild
|
|
|
|
titan: *esbuild
|
|
|
|
trayvon: *esbuild
|
|
|
|
tutorial: *esbuild
|
|
|
|
ursula: *esbuild
|
|
|
|
utils: *esbuild
|
|
|
|
wahid: *esbuild
|
|
|
|
walburga: *esbuild
|
|
|
|
waralee: *esbuild
|
|
|
|
yuri: *esbuild
|
|
|
|
|
2022-06-27 11:25:29 +02:00
|
|
|
Deprecated:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- This package is deprecated. Please use `npx @freesewing/new-design`
|
|
|
|
snap-series:
|
|
|
|
- The package is deprecated in favor of `@freesewing/config-helpers`
|
|
|
|
|
2022-05-26 18:32:16 +02:00
|
|
|
Fixed:
|
|
|
|
hugo:
|
|
|
|
- Fix incorrect seam allowance
|
|
|
|
Closes [#2208](https://github.com/freesewing/freesewing/issues/2208)
|
2022-06-14 23:30:00 +02:00
|
|
|
i18n:
|
|
|
|
- Added missing lab namespace for English
|
|
|
|
simon:
|
|
|
|
- Handle edge-case for 1/10 dolls with breasts where path split would yield empty half
|
|
|
|
simone:
|
|
|
|
- Added the frontdarts option back after it was (accidentally) removed
|
|
|
|
- Handle edge-case for 1/10 dolls with breasts where path split would yield empty half
|
|
|
|
teagan:
|
|
|
|
- Added missing name to config file
|
2022-06-27 11:25:29 +02:00
|
|
|
wahid:
|
|
|
|
- Change hem allowance to standard SA
|
2022-05-21 19:25:34 +02:00
|
|
|
|
|
|
|
2.20.8:
|
|
|
|
date: 2022-05-21
|
|
|
|
|
2022-05-21 13:35:50 +02:00
|
|
|
Added:
|
|
|
|
brian:
|
|
|
|
- Set `sleevecapHeight` value in store
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
brian:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
2022-05-21 19:25:34 +02:00
|
|
|
huey:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Huey now extends the Brian config
|
2022-05-21 13:35:50 +02:00
|
|
|
simon:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Slightly higher collar vs collar stand
|
2022-05-21 19:25:34 +02:00
|
|
|
- Simon now extends the Brian config
|
|
|
|
simone:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Slightly higher collar vs collar stand
|
|
|
|
- Simone now extends the Simon config
|
|
|
|
sven:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Sven now extends the Brian config
|
|
|
|
teagan:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Teagan now extends the Brian config
|
|
|
|
yuri:
|
|
|
|
- Better defaults for sleevecap and armhole depth
|
|
|
|
- Yuri now extends the Brian config
|
2022-04-03 15:01:45 +02:00
|
|
|
|
|
|
|
Fixed:
|
|
|
|
brian:
|
|
|
|
- Adde both front and back armhole pitch points
|
|
|
|
Closes [#2057](https://github.com/freesewing/freesewing/issues/2057)
|
2022-05-21 19:25:34 +02:00
|
|
|
- Fixed issue with the sleeve length
|
|
|
|
core:
|
|
|
|
- Fixed warning message when moving to a non-existing point
|
|
|
|
- Fixed incorrect decision in Path.boundary()
|
2022-05-21 13:35:50 +02:00
|
|
|
simon:
|
2022-05-21 19:25:34 +02:00
|
|
|
- Fixed issue with the sleeve length
|
|
|
|
simone:
|
|
|
|
- Fixed issue with the sleeve length
|
2022-04-03 15:01:45 +02:00
|
|
|
components:
|
|
|
|
- Fix restore of pattern defaults in draft configurator
|
|
|
|
Closes [#1932](https://github.com/freesewing/freesewing/issues/1932)
|
|
|
|
|
2022-02-20 19:35:36 +01:00
|
|
|
2.20.7:
|
|
|
|
date: 2022-02-20
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Type-check for optionalMeasurements key in gist
|
|
|
|
Closes [#1918](https://github.com/freesewing/freesewing/issues/1918)
|
|
|
|
|
2022-02-17 19:37:00 +01:00
|
|
|
2.20.6:
|
|
|
|
date: 2022-02-17
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
css-theme:
|
|
|
|
- Set units on fontsizes to support scale setting
|
|
|
|
components:
|
|
|
|
- Handle unset props.pattern in DraftConfigurator option.hide check
|
|
|
|
|
2022-02-17 19:11:27 +01:00
|
|
|
2.20.5:
|
2022-02-17 19:37:00 +01:00
|
|
|
date: 2022-02-17
|
2022-02-05 08:42:20 +01:00
|
|
|
|
|
|
|
Fixed:
|
2022-02-05 09:02:26 +01:00
|
|
|
backend:
|
|
|
|
- Mitigate risk of denial-of-service attacks in catch-all route
|
2022-02-05 08:42:20 +01:00
|
|
|
core:
|
|
|
|
- Fix bug in Svg.escapeText() that only escaped the first quote
|
2022-02-17 19:11:27 +01:00
|
|
|
simon:
|
|
|
|
- Fixed grainline indicator on sleeve since it was slightly off-grain
|
|
|
|
simone:
|
|
|
|
- Fixed grainline indicator on sleeve since it was slightly off-grain
|
2022-02-05 09:22:19 +01:00
|
|
|
svgtopdf:
|
2022-02-05 09:06:43 +01:00
|
|
|
- Mitigate risk of denial-of-service attacks in / route
|
2022-02-05 12:49:22 +01:00
|
|
|
- Rate-limit PDF generation endpoints
|
2022-02-05 08:42:20 +01:00
|
|
|
|
2022-01-28 20:25:21 +01:00
|
|
|
2.20.4:
|
|
|
|
date: 2022-01-28
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Downgraded back to react-scripts 4 because 5 has a regression bug
|
|
|
|
|
2022-01-28 19:59:00 +01:00
|
|
|
2.20.3:
|
|
|
|
date: 2022-01-28
|
2022-01-28 11:17:33 +01:00
|
|
|
|
2022-01-28 16:58:32 +01:00
|
|
|
Changed:
|
|
|
|
core:
|
|
|
|
- Setting Path.render() no longer raises an info message
|
2022-01-28 18:27:20 +01:00
|
|
|
- Always raise debug, but only store it whend debug is enabled
|
2022-01-28 16:58:32 +01:00
|
|
|
|
2022-01-28 11:17:33 +01:00
|
|
|
Fixed:
|
2022-01-28 19:59:00 +01:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- Updated to react-scripts 5 to sidestep bug in error-overlay
|
2022-01-28 11:17:33 +01:00
|
|
|
simon:
|
|
|
|
- Properly style SA paths on cuffs and collarstand
|
2022-01-28 11:45:46 +01:00
|
|
|
- SA path on sleeve was double-drawn
|
2022-01-28 11:17:33 +01:00
|
|
|
|
2022-01-27 15:18:20 +01:00
|
|
|
2.20.2:
|
|
|
|
date: 2022-01-27
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
i18n:
|
|
|
|
- Patterns options were always in English due to symlinks being used
|
|
|
|
|
2022-01-27 12:59:01 +01:00
|
|
|
2.20.1:
|
|
|
|
date: 2022-01-27
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
bee:
|
|
|
|
- Exposed additional Bella options
|
2022-01-26 09:48:52 +01:00
|
|
|
|
|
|
|
Fixed:
|
2022-01-27 10:06:06 +01:00
|
|
|
hugo:
|
|
|
|
- Seam allowance on pocket is incorrectly marked for cut-on-fold
|
|
|
|
Closes [#1731](https://github.com/freesewing/freesewing/issues/1731)
|
2022-01-26 09:48:52 +01:00
|
|
|
simon:
|
|
|
|
- Remove debug outline when enabling box pleat setting
|
|
|
|
|
2022-01-23 14:05:19 +01:00
|
|
|
2.20.0:
|
2022-01-24 09:38:21 +01:00
|
|
|
date: 2022-01-24
|
2022-01-16 18:04:08 +01:00
|
|
|
|
|
|
|
Added:
|
|
|
|
core:
|
|
|
|
- Added support for `settings.scale`
|
|
|
|
components:
|
|
|
|
- Added support for `settings.scale` to Draft and Workbench components
|
|
|
|
css-theme:
|
|
|
|
- Added support for `settings.scale`
|
2022-01-17 18:02:57 +01:00
|
|
|
- Included variables used by TailwindCSS themes for compatibility
|
2022-01-18 10:29:56 +01:00
|
|
|
examples:
|
|
|
|
- Added plugin_gore example
|
2022-01-24 09:31:21 +01:00
|
|
|
plugin-cutonfold:
|
|
|
|
- Support for scale setting
|
2022-01-18 10:29:56 +01:00
|
|
|
plugin-flip:
|
|
|
|
- Added support for flipping around the Y-axis
|
|
|
|
plugin-grainline:
|
|
|
|
- Added support for custom text
|
2022-01-18 16:31:22 +01:00
|
|
|
plugin-sprinkle:
|
|
|
|
- Added support for `scale` to scale all sprinkled snippets
|
|
|
|
- Added support for `rotate` to rotate all sprinkled snippets
|
|
|
|
plugin-title:
|
|
|
|
- Added support for `settings.scale`
|
2022-01-16 18:04:08 +01:00
|
|
|
plugintest:
|
|
|
|
- Added the plugintest pattern which is used for testing plugins
|
|
|
|
|
|
|
|
Changed:
|
2022-01-23 14:05:19 +01:00
|
|
|
aaron:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
albert:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 17:41:26 +01:00
|
|
|
bee:
|
|
|
|
- Re-structured option groups
|
2022-01-19 18:00:28 +01:00
|
|
|
- Expose all options to the user that should be configurable
|
|
|
|
- Hide/lock options that should be fixed (inherited from Bella)
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 18:00:28 +01:00
|
|
|
bella:
|
|
|
|
- Expose the `fullChestEaseReduction` option to the user via option groups
|
|
|
|
- Expose the `frontArmholeCurvature` option to the user via option groups
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
benjamin:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
bent:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
breanna:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
brian:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
bruce:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
carlita:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
carlton:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
cathrin:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
charlie:
|
|
|
|
- Expose the `frontPocketFacing` option to the user via option groups
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
cornelius:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 18:00:28 +01:00
|
|
|
diana:
|
|
|
|
- Expose the `cuffEase` option to the user via option groups
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
examples:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
florence:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
florent:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
holmes:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
hortensia:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
huey:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
hugo:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
jaeger:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
legend:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
lunetius:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 18:00:28 +01:00
|
|
|
paco:
|
|
|
|
- Hide the `frontPocketFlapSize` from the user
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
penelope:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-16 18:04:08 +01:00
|
|
|
plugin-bundle:
|
|
|
|
- plugin-banner is now part of plugin-bundle
|
|
|
|
- plugin-bartack is now part of plugin-bundle
|
|
|
|
plugin-banner:
|
|
|
|
- Changed the default options
|
|
|
|
- Now part of `@freesewing/plugin-bundle`
|
|
|
|
plugin-bartack:
|
|
|
|
- Now part of `@freesewing/plugin-bundle`
|
2022-01-18 10:29:56 +01:00
|
|
|
plugin-gore:
|
|
|
|
- The `goreNumber` property of the gore macro has been renamed to `gores`
|
|
|
|
- Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version
|
2022-01-23 14:05:19 +01:00
|
|
|
plugintest:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 12:37:55 +01:00
|
|
|
rendertest:
|
|
|
|
- Restructured the pattern to allow inclusion of individual parts in Example component
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
sandy:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
shin:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
simon:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
simone:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 18:00:28 +01:00
|
|
|
sven:
|
|
|
|
- Expose the `hipsEase` option to the user via option groups
|
|
|
|
- Lock the `waistEase` option to a static value
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
tamiko:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-19 18:00:28 +01:00
|
|
|
teagan:
|
|
|
|
- Lock the `frontArmholeDeeper` option to a static value
|
2022-01-23 14:05:19 +01:00
|
|
|
- Switched to default import for version from package.json
|
|
|
|
theo:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
tiberius:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
titan:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
trayvon:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
tutorial:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
ursula:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
wahid:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
walburga:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
waralee:
|
|
|
|
- Switched to default import for version from package.json
|
|
|
|
yuri:
|
|
|
|
- Switched to default import for version from package.json
|
2022-01-16 18:04:08 +01:00
|
|
|
|
2022-01-18 16:31:22 +01:00
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Support handling of ` ` in text
|
|
|
|
i18n:
|
|
|
|
- Fixed issue that was causing plugin translations to always be in English
|
|
|
|
plugin-bartack:
|
|
|
|
- Fixed issue with `bartackFractionAlong` macro
|
|
|
|
- Handle start and endpoints being the same in `bartackFractionAlong`
|
|
|
|
- Support start and endpoints being reversed in `bartackFractionAlong`
|
|
|
|
plugin-dimension:
|
|
|
|
- Support hiding start/end markers on path dimensions (pd macro)
|
|
|
|
|
|
|
|
Removed:
|
|
|
|
plugin-title:
|
|
|
|
- Removed rendering of config.cut as it's not used
|
|
|
|
|
2022-01-09 19:17:05 +01:00
|
|
|
2.19.9:
|
|
|
|
date: 2022-01-09
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
simon:
|
|
|
|
- Fix incorrectly alliegned fabric match line. Move to CF instead
|
|
|
|
[Fixed by @nicholasdower in #1629](https://github.com/freesewing/freesewing/pull/1629)
|
|
|
|
|
2022-01-08 14:04:29 +01:00
|
|
|
2.19.8:
|
|
|
|
date: 2022-01-08
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
core:
|
|
|
|
- Remove CSS var in SVG to preserve styling
|
|
|
|
Fixes [#1606](https://github.com/freesewing/freesewing/issues/1606)
|
2022-01-08 14:14:28 +01:00
|
|
|
simon:
|
|
|
|
- Make seam allowance stop at fold when using rounded back option
|
|
|
|
Fixes [#1608](https://github.com/freesewing/freesewing/issues/1608)
|
2022-01-08 16:37:42 +01:00
|
|
|
yuri:
|
|
|
|
- Fix dependency configuration
|
|
|
|
Fixes [#1334](https://github.com/freesewing/freesewing/issues/1334)
|
2022-01-08 14:04:29 +01:00
|
|
|
|
2022-01-04 20:28:37 +01:00
|
|
|
2.19.7:
|
2022-01-05 19:32:44 +01:00
|
|
|
date: 2022-01-06
|
2022-01-04 20:28:37 +01:00
|
|
|
|
|
|
|
Changed:
|
|
|
|
brian:
|
|
|
|
- Always calculate sleevecap notch from armhole rather than shoulder
|
|
|
|
- Default for `sleevecapEase` option is now `0`
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
simon:
|
|
|
|
- Correctly place sleevecap notches
|
|
|
|
Closes [#1602](https://github.com/freesewing/freesewing/issues/1602)
|
|
|
|
simone:
|
|
|
|
- Correctly place sleevecap notches
|
|
|
|
Closes [#1602](https://github.com/freesewing/freesewing/issues/1602)
|
|
|
|
|
2021-12-29 08:57:12 +01:00
|
|
|
2.19.6:
|
2022-01-04 20:28:37 +01:00
|
|
|
date: 2021-12-29
|
2021-11-21 17:18:10 +01:00
|
|
|
|
|
|
|
Added:
|
|
|
|
core:
|
|
|
|
- Added the new attributes.setIfUnset() method
|
2021-12-24 17:13:21 +01:00
|
|
|
- Added the new `scale` setting
|
2021-11-27 16:54:50 +01:00
|
|
|
plugin-banner:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-bartack:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-bundle:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-bust:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-buttons:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-cutonfold:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-dimension:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-export-dxf:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-flip:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-gore:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-grainline:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-i18n:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-logo:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-measurements:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-mirror:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-notches:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-round:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-scalebox:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-sprinkle:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-svgattr:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-theme:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-title:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-validate:
|
|
|
|
- Added (esm) unit tests
|
|
|
|
plugin-versionfree-svg:
|
|
|
|
- Added (esm) unit tests
|
2021-11-21 17:18:10 +01:00
|
|
|
|
2021-12-22 18:18:48 +01:00
|
|
|
Changed:
|
2021-12-24 17:13:21 +01:00
|
|
|
plugin-bartack:
|
|
|
|
- Add utility classes and CSS variables for better styling support
|
2021-12-23 11:07:24 +01:00
|
|
|
plugin-buttons:
|
|
|
|
- Add utility classes and CSS variables for better styling support
|
2021-12-22 18:18:48 +01:00
|
|
|
plugin-scalebox:
|
2021-12-23 11:07:24 +01:00
|
|
|
- Add utility classes and CSS variables for better styling support
|
2021-12-24 17:13:21 +01:00
|
|
|
plugin-title:
|
|
|
|
- Add utility classes and CSS variables for better styling support
|
2021-12-24 13:29:12 +01:00
|
|
|
rendertest:
|
|
|
|
- Updated the rendertest pattern to be more concise
|
2021-12-22 18:18:48 +01:00
|
|
|
|
2021-11-21 18:09:54 +01:00
|
|
|
Fixed:
|
2021-12-29 08:57:12 +01:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- Fix axios version conflict
|
2021-11-21 18:09:54 +01:00
|
|
|
plugin-buttons:
|
|
|
|
- Only add snippets once to SVG object
|
|
|
|
|
2021-11-13 14:17:01 +01:00
|
|
|
2.19.5:
|
2022-01-04 20:28:37 +01:00
|
|
|
date: 2021-11-13
|
2021-11-13 14:17:01 +01:00
|
|
|
|
|
|
|
Fixed:
|
2021-11-13 14:39:29 +01:00
|
|
|
charlie:
|
|
|
|
- Fix issue where a very low waist caused the fly to be incorrectly drawn
|
|
|
|
This only happens at unrealistic waist heights, so I changed the option
|
|
|
|
minimum value instead.
|
|
|
|
Closes [#1486](https://github.com/freesewing/freesewing/issues/1486)
|
2021-11-13 14:55:25 +01:00
|
|
|
core:
|
|
|
|
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand
|
|
|
|
property to be a proxy for the regular options object instead.
|
|
|
|
Note that this bug (and proxying in general) only occurs in debug mode.
|
2021-11-13 14:17:01 +01:00
|
|
|
yuri:
|
|
|
|
- Fix seam allowance on back, gusset and hood center parts
|
|
|
|
Closes [#1464](https://github.com/freesewing/freesewing/issues/1464)
|
|
|
|
|
|
|
|
Changed:
|
2021-11-13 14:39:29 +01:00
|
|
|
charlie:
|
|
|
|
- Updated the `waistHeight` options to increase both min and max values
|
2021-11-13 14:17:01 +01:00
|
|
|
penelope:
|
|
|
|
- Increased maximum for the `waistEase` option
|
|
|
|
- Increased maximum for the `seatEase` options
|
|
|
|
|
2021-11-09 08:30:19 +01:00
|
|
|
2.19.4:
|
2022-01-04 20:28:37 +01:00
|
|
|
date: 2021-11-09
|
2021-11-08 18:43:19 +01:00
|
|
|
|
|
|
|
Fixed:
|
2021-11-08 19:23:28 +01:00
|
|
|
paco:
|
2021-11-08 19:36:47 +01:00
|
|
|
- Make paperless markings available when detail is disabled
|
|
|
|
Closes [#1400](https://github.com/freesewing/freesewing/issues/1401)
|
2021-11-08 19:23:28 +01:00
|
|
|
- Make pocket flaps properly parametric
|
|
|
|
Closes [#1401](https://github.com/freesewing/freesewing/issues/1401)
|
2021-11-08 19:02:15 +01:00
|
|
|
simon:
|
|
|
|
- Fix dependencies when only drafting a front
|
|
|
|
Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
|
|
|
simone:
|
|
|
|
- Fix dependencies when only drafting a front
|
|
|
|
Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
2021-11-08 18:43:19 +01:00
|
|
|
titan:
|
|
|
|
- Fixed a regression that caused the `waistHeight` option to be ignored.
|
|
|
|
Closes [#1467](https://github.com/freesewing/freesewing/issues/1467)
|
|
|
|
|
2021-11-05 19:15:41 +01:00
|
|
|
2.19.3:
|
|
|
|
date: 2021-11-05
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
charlie:
|
|
|
|
- Worked around ESM issue by adding snapseries as local dependency
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
charlie:
|
|
|
|
- Converted the `waistbandWidth` options to snapped pct (was normal pct)
|
|
|
|
|
2021-11-02 09:08:03 +01:00
|
|
|
2.19.2:
|
|
|
|
date: 2021-11-02
|
|
|
|
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Added linedrawing for Tiberius
|
|
|
|
- Added linedrawing for Walburga
|
2021-10-27 18:31:55 +02:00
|
|
|
|
2021-10-27 18:43:06 +02:00
|
|
|
Fixed:
|
|
|
|
cornelius:
|
|
|
|
- Removed lingering console.log statements
|
2021-11-01 17:49:50 +01:00
|
|
|
holmes:
|
|
|
|
- Fixed SA to use twice the SA value on hem allowance
|
2021-11-01 18:12:27 +01:00
|
|
|
simon:
|
2021-11-01 18:15:47 +01:00
|
|
|
- Fixed missing store object in button(hole)placket part
|
2021-11-01 18:12:27 +01:00
|
|
|
simone:
|
2021-11-01 18:15:47 +01:00
|
|
|
- Fixed missing store object in button(hole)placket part
|
2021-10-27 18:43:06 +02:00
|
|
|
|
|
|
|
Changed:
|
2021-10-29 15:57:06 +02:00
|
|
|
titan:
|
|
|
|
- Migrated the `waistbandWidth` option from mm to snapped pct
|
2021-10-27 18:31:55 +02:00
|
|
|
trayvon:
|
|
|
|
- Migrated the `knotWidth` and `tipWidth` options from mm to snapped pct
|
2021-10-29 16:06:28 +02:00
|
|
|
sandy:
|
|
|
|
- Migrated the `waistbandWidth` option from mm to snapped pct
|
2021-10-27 18:31:55 +02:00
|
|
|
|
2021-10-23 14:12:36 +02:00
|
|
|
2.19.1:
|
|
|
|
date: 2021-10-23
|
|
|
|
|
|
|
|
Fixed:
|
2021-10-23 14:14:36 +02:00
|
|
|
cornelius:
|
|
|
|
- Fixed issue where the cuff style is not drafted in certain configurations
|
|
|
|
Closes [#1325](https://github.com/freesewing/freesewing/issues/1325)
|
|
|
|
hortensia:
|
|
|
|
- Fixed issue with the handle width not drafting correctly
|
|
|
|
Closes [#1403](https://github.com/freesewing/freesewing/issues/1403)
|
2021-10-23 14:12:36 +02:00
|
|
|
simon:
|
|
|
|
- Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit
|
|
|
|
Closes [#1411](https://github.com/freesewing/freesewing/issues/1411)
|
|
|
|
simone:
|
|
|
|
- Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit
|
|
|
|
Closes [#1411](https://github.com/freesewing/freesewing/issues/1411)
|
|
|
|
|
2021-10-23 14:14:36 +02:00
|
|
|
Added:
|
|
|
|
cornelius:
|
|
|
|
- Added the zipper guard
|
|
|
|
|
2021-10-17 18:00:14 +02:00
|
|
|
2.19.0:
|
|
|
|
date: 2021-10-17
|
2021-09-12 13:18:03 +02:00
|
|
|
|
2021-09-28 19:28:11 +02:00
|
|
|
Added:
|
2021-10-15 16:25:09 +02:00
|
|
|
bee:
|
|
|
|
- Bee is a bikini
|
|
|
|
- Initial release
|
2021-10-17 13:27:55 +02:00
|
|
|
components:
|
|
|
|
- Added Bee linedrawing
|
2021-09-28 19:28:11 +02:00
|
|
|
core:
|
|
|
|
- Added support for snapped percentage options
|
|
|
|
See https://github.com/freesewing/freesewing/discussions/1331
|
2021-10-15 16:07:44 +02:00
|
|
|
holmes:
|
|
|
|
- Added the `headEase` option
|
|
|
|
- Added the `earLength` option
|
|
|
|
- Added the `earWidth` option
|
|
|
|
- Added the `visorWidth` option
|
|
|
|
- Added the `buttonhole` option
|
2021-10-15 16:25:09 +02:00
|
|
|
lunetius:
|
|
|
|
- Lunetius is a lacerna, a historical Roman cloak
|
|
|
|
- Initial release
|
2021-10-17 09:24:17 +02:00
|
|
|
plugin-versionfree-svg:
|
|
|
|
- This is a plugin to strip (FreeSewing) versdion info out of the SVG
|
|
|
|
to allow you to diff your SVG output between FreeSewing versions
|
|
|
|
- Initial release
|
2021-10-15 16:25:09 +02:00
|
|
|
tiberius:
|
|
|
|
- Tiberius is a tunica, a historic Roman tunic
|
|
|
|
- Initial release
|
2021-09-28 19:28:11 +02:00
|
|
|
snapseries:
|
|
|
|
- Initial release of `@freesewing/snapseries` wich holds
|
|
|
|
commonly used series of snap values for percentage options
|
2021-10-15 16:25:09 +02:00
|
|
|
walburga:
|
|
|
|
- Walburga is a wappenrock (tabard/surcoat), a historical European/medieval (ish) garment
|
|
|
|
- Initial release
|
2021-09-28 19:28:11 +02:00
|
|
|
|
2021-09-12 13:18:03 +02:00
|
|
|
Changed:
|
2021-09-12 16:08:20 +02:00
|
|
|
charlie:
|
|
|
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
2021-09-12 13:18:03 +02:00
|
|
|
components:
|
|
|
|
- Added measurements for dolls & giants to Workbench measurments selector
|
|
|
|
- Added sampling for dolls & giants to Workbench tests
|
2021-09-28 19:17:36 +02:00
|
|
|
core:
|
|
|
|
- Pattern.on() is now chainable as it returns the Pattern object
|
2021-10-15 16:07:44 +02:00
|
|
|
holmes:
|
|
|
|
- The `brim` part has been renamed to `visor` because semantics
|
|
|
|
- The `brimWidth` option is now `visorWidth`
|
|
|
|
- _Gore_ has been changed to _Crown_ in the title
|
|
|
|
- _Ear_ has been changed to _Ear flap_
|
|
|
|
- Added hem allowance at the hem, rather than standard seam allowance
|
2021-09-12 18:25:01 +02:00
|
|
|
hortensia:
|
|
|
|
- Changed the `handleWidth` option type from `mm` to `pct`
|
2021-09-12 16:08:20 +02:00
|
|
|
jaeger:
|
|
|
|
- Changed the `collarRoll` option type from `mm` to `pct`
|
2021-09-12 13:18:03 +02:00
|
|
|
paco:
|
2021-09-12 17:17:15 +02:00
|
|
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `ankleElastic` option type from `mm` to `pct`
|
2021-10-17 13:27:55 +02:00
|
|
|
pattern-info:
|
|
|
|
- Added Bee pattern
|
|
|
|
- Added Lunetius pattern
|
|
|
|
- Added Tiberius pattern
|
|
|
|
- Added Walburga pattern
|
2021-09-12 17:17:15 +02:00
|
|
|
penelope:
|
|
|
|
- Changed the `hem` option type from `mm` to `pct`
|
|
|
|
- Changed the `waistBandWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `seatEase` option type from `mm` to `pct`
|
|
|
|
- Changed the `waistEase` option type from `mm` to `pct`
|
2021-09-12 16:08:20 +02:00
|
|
|
simon:
|
|
|
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
|
|
|
simone:
|
|
|
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
|
|
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
|
|
|
|
2021-09-12 14:04:00 +02:00
|
|
|
theo:
|
|
|
|
- Added deprecation warning as we need to rewrite this pattern
|
2021-09-12 13:18:03 +02:00
|
|
|
|
|
|
|
Fixed:
|
|
|
|
charlie:
|
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
|
|
|
Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
2021-10-17 13:27:55 +02:00
|
|
|
components:
|
|
|
|
- Added missing linedrawing for Yuri
|
2021-10-17 11:34:44 +02:00
|
|
|
i18n:
|
|
|
|
- Fixed bug in resolving of shared pattern options
|
|
|
|
- Removed optional chaining which broke node v12 support
|
2021-09-12 16:08:20 +02:00
|
|
|
jaeger:
|
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
|
|
|
Closes [#1321](https://github.com/freesewing/freesewing/issues/1313)
|
2021-09-12 13:18:03 +02:00
|
|
|
paco:
|
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
2021-09-12 16:08:20 +02:00
|
|
|
Closes [#1316](https://github.com/freesewing/freesewing/issues/1316)
|
2021-09-12 17:17:15 +02:00
|
|
|
penelope:
|
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
|
|
|
Closes [#1320](https://github.com/freesewing/freesewing/issues/1316)
|
2021-09-12 16:08:20 +02:00
|
|
|
simon:
|
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
|
|
|
Closes [#1319](https://github.com/freesewing/freesewing/issues/1319)
|
2021-09-23 19:04:07 +02:00
|
|
|
simone:
|
2021-09-12 16:08:20 +02:00
|
|
|
- Support drafting of non-human measurements (dolls & giants)
|
|
|
|
Closes [#1318](https://github.com/freesewing/freesewing/issues/1318)
|
2021-09-23 19:04:07 +02:00
|
|
|
- Fix issue with armhole introduced with the S3 options in Brian
|
|
|
|
Closes #1335
|
2021-09-12 13:18:03 +02:00
|
|
|
|
2021-09-09 20:23:33 +02:00
|
|
|
2.18.0:
|
|
|
|
date: 2021-09-09
|
2021-09-02 18:31:10 +02:00
|
|
|
|
|
|
|
Added:
|
2021-09-03 15:17:17 +02:00
|
|
|
i18n:
|
|
|
|
- Added translations for Yuri
|
2021-09-02 18:31:10 +02:00
|
|
|
yuri:
|
|
|
|
- Initial release of Yuri, a fancy zipless cardigan based on the Huey & Hugo hoodies
|
|
|
|
|
2021-09-03 16:39:13 +02:00
|
|
|
Fixed:
|
2021-09-05 09:57:32 +02:00
|
|
|
core:
|
|
|
|
- Handle path.offset() of very short curves with control points on the start or end point
|
|
|
|
Closes [#1257](https://github.com/freesewing/freesewing/issues/1257)
|
2021-09-09 19:39:57 +02:00
|
|
|
holmes:
|
|
|
|
- The `brimWidth` option is not a percent option, allowing the pattern to scale properly
|
2021-09-04 13:56:06 +02:00
|
|
|
huey:
|
|
|
|
- Replace cut-on-fold indicator on pocket with a regular grainline indicator
|
|
|
|
Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
2021-09-04 13:26:24 +02:00
|
|
|
i18n:
|
|
|
|
- Added optional chaining so missing options always lead to clear error message
|
2021-09-05 09:57:32 +02:00
|
|
|
simon:
|
|
|
|
- Avoid paperless depending on a complete pattern
|
|
|
|
theo:
|
|
|
|
- Avoid paperless depending on a complete pattern
|
2021-09-03 16:39:13 +02:00
|
|
|
wahid:
|
|
|
|
- Close Seam Allowance path of front lining
|
|
|
|
Closes [#1267](https://github.com/freesewing/freesewing/issues/1267)
|
2021-09-05 09:57:32 +02:00
|
|
|
- Support a zero value for the `backScyeDart` option
|
2021-09-03 16:39:13 +02:00
|
|
|
|
2021-08-20 15:55:05 +02:00
|
|
|
2.17.4:
|
|
|
|
date: 2021-08-20
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
simon:
|
|
|
|
- Fixed typo that caused paperless to error
|
|
|
|
|
2021-08-16 11:36:46 +02:00
|
|
|
2.17.3:
|
|
|
|
date: 2021-08-16
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
utils:
|
|
|
|
- Added missing `bustPointToUnderbust` measurement to `neckstimate`
|
|
|
|
|
|
|
|
Added:
|
|
|
|
i18n:
|
|
|
|
- New translations
|
|
|
|
|
2021-08-15 19:04:08 +02:00
|
|
|
2.17.2:
|
|
|
|
date: 2021-08-15
|
|
|
|
|
|
|
|
Added:
|
|
|
|
models:
|
|
|
|
- Added the new `bustPointToUnderbust` measurement for future bikini pattern
|
|
|
|
i18n:
|
|
|
|
- Added new ffsa option for simon & simone
|
|
|
|
simon:
|
|
|
|
- Added new ffsa option to let the user control the extra SA for flat-felled seams
|
|
|
|
Closes [#1251](https://github.com/freesewing/freesewing/issues/1251)
|
|
|
|
simone:
|
|
|
|
- Added new ffsa option to let the user control the extra SA for flat-felled seams
|
|
|
|
Closes [#1251](https://github.com/freesewing/freesewing/issues/1251)
|
|
|
|
|
2021-07-14 18:47:37 +02:00
|
|
|
2.17.1:
|
|
|
|
date: 2021-07-14
|
2021-07-14 18:01:04 +02:00
|
|
|
|
|
|
|
Fixed:
|
|
|
|
core:
|
|
|
|
- Fixed edge case in utils.beamsIntersect() when line is almost vertical
|
|
|
|
See [#1206](https://github.com/freesewing/freesewing/issues/1206)
|
2021-07-14 18:47:37 +02:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- Updated department to new range of options
|
|
|
|
See [#1207](https://github.com/freesewing/freesewing/pull/1207)
|
2021-07-14 18:01:04 +02:00
|
|
|
|
2021-06-20 10:11:25 +02:00
|
|
|
2.17.0:
|
2021-07-01 14:43:57 +02:00
|
|
|
date: 2021-07-01
|
2021-06-06 15:37:11 +02:00
|
|
|
|
2021-06-13 12:32:28 +02:00
|
|
|
Added:
|
2021-06-20 09:01:37 +02:00
|
|
|
bent: &s3optsAdded
|
2021-06-13 12:35:52 +02:00
|
|
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam
|
|
|
|
(`s3` is short for *Shift Shoulder Seam*)
|
2021-06-20 09:01:37 +02:00
|
|
|
brian: *s3optsAdded
|
|
|
|
carlita: *s3optsAdded
|
|
|
|
carlton: *s3optsAdded
|
2021-06-20 15:29:50 +02:00
|
|
|
components:
|
|
|
|
- Added Reddit icon to Icon component
|
2021-06-27 12:14:18 +02:00
|
|
|
- Added Ursula linedrawing to Linedrawings
|
2021-06-20 09:01:37 +02:00
|
|
|
huey: *s3optsAdded
|
2021-06-20 10:11:01 +02:00
|
|
|
simon: &s3AndYokeSimon
|
2021-06-20 09:01:37 +02:00
|
|
|
- Added support for configuring the height of the Yoke.
|
|
|
|
See [#642](https://github.com/freesewing/freesewing/issues/642)
|
2021-06-13 12:32:28 +02:00
|
|
|
- The `s3collar and `s3armhole` options now allow shifting the shoulder seam
|
|
|
|
(`s3` is short for *Shift Shoulder Seam*)
|
2021-06-20 09:36:39 +02:00
|
|
|
- Added the `roundBack` option to replace the `yokeDart` option
|
2021-06-20 10:11:01 +02:00
|
|
|
simone: *s3AndYokeSimon
|
2021-06-20 09:01:37 +02:00
|
|
|
sven: *s3optsAdded
|
2021-06-26 10:33:46 +02:00
|
|
|
ursula:
|
|
|
|
- Initial release of Ursula, a basic, highly-customizable underwear pattern
|
2021-06-13 12:32:28 +02:00
|
|
|
|
2021-06-06 18:46:38 +02:00
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Caption should not be passed as children to Legend and Example components
|
2021-06-13 12:32:28 +02:00
|
|
|
See https://github.com/freesewing/freesewing/issues/1043
|
2021-06-08 20:22:33 +02:00
|
|
|
- Changed antman references to antperson
|
|
|
|
|
2021-06-20 10:12:36 +02:00
|
|
|
diana: &s3optsConst
|
2021-06-20 09:01:37 +02:00
|
|
|
- Set brian `s3` options as constants
|
|
|
|
hugo: *s3optsConst
|
|
|
|
jaeger: *s3optsConst
|
2021-06-08 20:22:33 +02:00
|
|
|
i18n:
|
|
|
|
- Changed antman references to antperson
|
2021-06-20 09:01:37 +02:00
|
|
|
plugin-bundle:
|
|
|
|
- Include plugin-buttons
|
|
|
|
- Include plugin-mirror
|
|
|
|
plugin-buttons:
|
|
|
|
- Is now included in plugin-bundle
|
|
|
|
plugin-mirror:
|
|
|
|
- Is now included in plugin-bundle
|
|
|
|
|
2021-06-06 15:37:11 +02:00
|
|
|
Fixed:
|
|
|
|
charlie:
|
|
|
|
- Add `@freesewing/plugin-mirror` as peer dependency
|
2021-06-20 15:55:58 +02:00
|
|
|
components:
|
|
|
|
- Correctly load saved value for mm options
|
|
|
|
See [#1136](https://github.com/freesewing/freesewing/issues/1136)
|
2021-06-22 18:24:11 +02:00
|
|
|
core:
|
|
|
|
- Fix a bug in `path.shiftAlong` where no point is returned if the
|
|
|
|
distance to shift is a fraction of one step (1/25mm) into a new
|
|
|
|
path segment
|
|
|
|
See [#1140](https://github.com/freesewing/freesewing/issues/1140)
|
2021-06-20 15:29:50 +02:00
|
|
|
paco:
|
|
|
|
- The waistband was incorrectly using the cuff widht
|
|
|
|
See [#1113](https://github.com/freesewing/freesewing/issues/1113)
|
|
|
|
- Only draft the cuff part when it's needed
|
|
|
|
See [#1113](https://github.com/freesewing/freesewing/issues/1113)
|
2021-06-06 15:37:11 +02:00
|
|
|
tutorial:
|
|
|
|
- Set department in the config to one of the newly accepted values
|
|
|
|
|
2021-06-20 09:36:39 +02:00
|
|
|
Removed:
|
2021-06-20 15:29:50 +02:00
|
|
|
components:
|
|
|
|
- Removed Gitter icon from Icon component
|
2021-06-20 09:36:39 +02:00
|
|
|
simon:
|
|
|
|
- The `yokeDart` option is replaced by the `roundBack` option
|
2021-06-20 10:11:01 +02:00
|
|
|
simone:
|
|
|
|
- The `yokeDart` option is replaced by the `roundBack` option
|
2021-06-20 09:36:39 +02:00
|
|
|
|
2021-06-05 08:26:34 +02:00
|
|
|
2.16.2:
|
|
|
|
date: 2021-05-05
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Added .gitignore file to the template
|
|
|
|
- Added eslint for linting
|
|
|
|
i18n:
|
|
|
|
- String updates
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Don't publish ESM modules as it causes issues with react-intl
|
|
|
|
See [#1079](https://github.com/freesewing/freesewing/issues/1079)
|
|
|
|
|
2021-05-29 14:10:18 +02:00
|
|
|
2.16.1:
|
2021-05-30 18:48:20 +02:00
|
|
|
date: 2021-05-30
|
2021-05-29 14:10:18 +02:00
|
|
|
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Added a new `designs` icon
|
2021-05-29 16:55:03 +02:00
|
|
|
- We now publish .mjs files again for the different components
|
2021-05-29 17:51:51 +02:00
|
|
|
i18n:
|
|
|
|
- New translations for pattern filter
|
2021-05-29 14:10:18 +02:00
|
|
|
|
|
|
|
Changed:
|
|
|
|
aaron:
|
|
|
|
- &newDepartment Changed `department` setting in config in line with new grouping
|
|
|
|
albert:
|
|
|
|
- *newDepartment
|
|
|
|
bella:
|
|
|
|
- *newDepartment
|
|
|
|
benjamin:
|
|
|
|
- *newDepartment
|
|
|
|
bent:
|
|
|
|
- *newDepartment
|
|
|
|
breanna:
|
|
|
|
- *newDepartment
|
|
|
|
brian:
|
|
|
|
- *newDepartment
|
|
|
|
bruce:
|
|
|
|
- *newDepartment
|
|
|
|
carlita:
|
|
|
|
- *newDepartment
|
|
|
|
carlton:
|
|
|
|
- *newDepartment
|
|
|
|
cathrin:
|
|
|
|
- *newDepartment
|
|
|
|
charlie:
|
|
|
|
- *newDepartment
|
|
|
|
cornelius:
|
|
|
|
- *newDepartment
|
|
|
|
diana:
|
|
|
|
- *newDepartment
|
|
|
|
florence:
|
|
|
|
- *newDepartment
|
|
|
|
florent:
|
|
|
|
- *newDepartment
|
|
|
|
holmes:
|
|
|
|
- *newDepartment
|
|
|
|
hortensia:
|
|
|
|
- *newDepartment
|
|
|
|
huey:
|
|
|
|
- *newDepartment
|
|
|
|
hugo:
|
|
|
|
- *newDepartment
|
|
|
|
jaeger:
|
|
|
|
- *newDepartment
|
|
|
|
paco:
|
|
|
|
- *newDepartment
|
|
|
|
penelope:
|
|
|
|
- *newDepartment
|
|
|
|
sandy:
|
|
|
|
- *newDepartment
|
|
|
|
shin:
|
|
|
|
- *newDepartment
|
|
|
|
simon:
|
|
|
|
- *newDepartment
|
|
|
|
simone:
|
|
|
|
- *newDepartment
|
|
|
|
sven:
|
|
|
|
- *newDepartment
|
|
|
|
tamiko:
|
|
|
|
- *newDepartment
|
|
|
|
teagan:
|
|
|
|
- *newDepartment
|
|
|
|
theo:
|
|
|
|
- *newDepartment
|
|
|
|
titan:
|
|
|
|
- *newDepartment
|
|
|
|
trayvon:
|
|
|
|
- *newDepartment
|
2021-05-30 18:29:02 +02:00
|
|
|
utils:
|
|
|
|
- neckstimate now takes an extra `noRound` parameter to return the unrounded value
|
|
|
|
- measurementDiffers takes an extra `absolute` value that can be set to false to get the non-absolute and non-rounded value
|
2021-05-29 14:10:18 +02:00
|
|
|
wahid:
|
|
|
|
- *newDepartment
|
|
|
|
waralee:
|
|
|
|
- *newDepartment
|
|
|
|
|
2021-05-30 18:48:20 +02:00
|
|
|
Fixed:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Don't list pattern as dependency in the example package.json
|
|
|
|
|
2021-05-24 10:29:20 +02:00
|
|
|
2.16.0:
|
|
|
|
date: 2021-05-24
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
brian:
|
|
|
|
- Paperless dimensions don't extend to hem
|
|
|
|
See [#1030](https://github.com/freesewing/freesewing/issues/1030)
|
|
|
|
florent:
|
|
|
|
- Add missing notches
|
|
|
|
See [#1015](https://github.com/freesewing/freesewing/issues/1015)
|
|
|
|
- Removed inherited miniscale points
|
|
|
|
huey:
|
|
|
|
- Fix hood dependencies
|
|
|
|
See [#1026](https://github.com/freesewing/freesewing/issues/1026)
|
|
|
|
jaeger:
|
|
|
|
- Fixed third button not showing up
|
|
|
|
See [#973](https://github.com/freesewing/freesewing/issues/973)
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Migrated to React 17
|
|
|
|
- Migrated to create-react-app/react-scripts 4
|
|
|
|
- Migrated to Webpack 5
|
|
|
|
- Changes to Workbench
|
|
|
|
- Added rollup sass plugin
|
|
|
|
- Updated for new major version of react-markdown
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Migrated to React 17
|
|
|
|
- Migrated to create-react-app/react-scripts 4
|
|
|
|
- Migrated to Webpack 5
|
|
|
|
- Add react-intl as dependency
|
|
|
|
- Renamed template `default` to `freesewing`
|
|
|
|
- Use defaults for browserlist
|
|
|
|
css-theme:
|
|
|
|
- Changes to code styling
|
|
|
|
i18n:
|
|
|
|
- Changes to cfp strings
|
|
|
|
|
2021-05-08 10:27:10 +02:00
|
|
|
2.15.4:
|
|
|
|
date: 2021-05-08
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
bella:
|
|
|
|
- Fixed incorrect part dependencies
|
|
|
|
See [#1002](https://github.com/freesewing/freesewing/issues/1002)
|
|
|
|
|
2021-05-05 20:58:03 +02:00
|
|
|
2.15.3:
|
|
|
|
date: 2021-05-05
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
shin:
|
|
|
|
- Fixed issue where a legReduction of zero broke the draft
|
|
|
|
See [#997](https://github.com/freesewing/freesewing/issues/997)
|
|
|
|
|
2021-04-28 19:39:17 +02:00
|
|
|
2.15.2:
|
|
|
|
date: 2021-04-28
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
core:
|
|
|
|
- Path.shiftAlong takes now an optional second paramter to control
|
|
|
|
the number of steps the path will be divided in per Mm (if it's a curve)
|
|
|
|
default is 25
|
|
|
|
See [#976](https://github.com/freesewing/freesewing/issues/976)
|
2021-04-28 19:47:13 +02:00
|
|
|
jaeger:
|
|
|
|
- Draft a third button when it's requested
|
|
|
|
See [#973](https://github.com/freesewing/freesewing/issues/973)
|
2021-04-28 19:39:17 +02:00
|
|
|
|
2021-04-20 19:31:25 +02:00
|
|
|
2.15.1:
|
2021-04-24 10:16:31 +02:00
|
|
|
date: 2021-04-24
|
2021-04-20 19:31:25 +02:00
|
|
|
|
|
|
|
Added:
|
2021-04-24 10:16:31 +02:00
|
|
|
charlie:
|
|
|
|
- Added a curved waistband option
|
2021-04-20 19:31:25 +02:00
|
|
|
simon:
|
|
|
|
- Added some dimensions to clarify the X value of shoulder/armhole points
|
2021-04-24 10:16:31 +02:00
|
|
|
|
2021-04-20 19:31:25 +02:00
|
|
|
Fixed:
|
|
|
|
charlie:
|
|
|
|
- Keep `frontPocketSlantRound` and `frontPocketSlantBend` options
|
|
|
|
from being zero
|
2021-04-24 10:16:31 +02:00
|
|
|
core:
|
|
|
|
- Fixed bug in the dependency resolved when dependecies are passed as a string
|
|
|
|
See [#971](https://github.com/freesewing/freesewing/issues/971)
|
2021-04-20 19:31:25 +02:00
|
|
|
|
2021-03-14 11:32:43 +01:00
|
|
|
2.15.0:
|
2021-04-18 12:52:43 +02:00
|
|
|
date: 2021-04-15
|
2021-03-14 11:32:43 +01:00
|
|
|
|
|
|
|
Added:
|
2021-04-17 16:54:59 +02:00
|
|
|
bartack-plugin:
|
|
|
|
- Initial release of the bartack plugin
|
2021-03-14 18:05:04 +01:00
|
|
|
css-theme:
|
|
|
|
- Added the path.bartack class
|
2021-03-14 11:32:43 +01:00
|
|
|
charlie:
|
|
|
|
- Inital release of the Charlie Chinos pattern
|
2021-04-18 12:52:43 +02:00
|
|
|
components:
|
|
|
|
- Added charlie LineDrawing
|
2021-04-17 16:54:59 +02:00
|
|
|
core:
|
|
|
|
- The part.getId() method now takes an optional prefix argument
|
2021-04-17 12:56:26 +02:00
|
|
|
examples:
|
|
|
|
- Added examples for bartack plugin
|
|
|
|
- Added examples for new buttonhole-start/end snippets
|
|
|
|
i18n:
|
|
|
|
- Added translation for new Titan options
|
2021-04-17 16:54:59 +02:00
|
|
|
- Added translations for Charlie
|
2021-04-11 17:31:25 +02:00
|
|
|
titan:
|
|
|
|
- Added the waistbandHeight option
|
|
|
|
- Added the crossSeamCurveAngle option
|
|
|
|
- Added the crotchSeamCurveAngle option
|
2021-04-17 16:54:59 +02:00
|
|
|
pattern-info:
|
|
|
|
- Added Charlie
|
2021-04-18 12:52:43 +02:00
|
|
|
- Info now also contains deprecated status
|
2021-03-14 15:07:14 +01:00
|
|
|
plugin-buttons:
|
|
|
|
- Added the buttonhole-end snippet
|
|
|
|
- Added the buttonhole-start snippet
|
2021-04-17 16:54:59 +02:00
|
|
|
plugin-dimension:
|
|
|
|
- Added the `rmad` macro
|
2021-03-14 18:05:04 +01:00
|
|
|
plugin-logo:
|
|
|
|
- Render logo in currentColor to support dark mode
|
|
|
|
plugin-theme:
|
|
|
|
- Added the path.bartack class
|
2021-03-14 11:32:43 +01:00
|
|
|
|
|
|
|
Changed:
|
2021-04-17 12:56:26 +02:00
|
|
|
css-theme:
|
|
|
|
- Removed old bartack styling for new plugin
|
|
|
|
- Better example styling to prevent UI jumping
|
2021-04-12 19:16:22 +02:00
|
|
|
components:
|
|
|
|
- Show raised info above pattern in workbench
|
2021-04-17 16:54:59 +02:00
|
|
|
- Round point coordinates in design UI now that they are no longer rounded in core
|
2021-04-11 17:31:25 +02:00
|
|
|
core:
|
|
|
|
- Don't round coordinates internally to avoid path.split misses
|
2021-03-14 11:44:22 +01:00
|
|
|
paco:
|
|
|
|
- Extended range and inreased default of the healEase option
|
2021-04-11 17:31:25 +02:00
|
|
|
- Added the (disabled) waistbandHeight option from Titan
|
2021-04-18 12:52:43 +02:00
|
|
|
- Changed to Titan's waistbandWidth option
|
2021-03-14 11:32:43 +01:00
|
|
|
titan:
|
|
|
|
- Crotch- and Cross seam have been redrawn using the new angle options
|
2021-04-18 12:52:43 +02:00
|
|
|
- Added waistbandWidth option
|
2021-03-14 11:32:43 +01:00
|
|
|
|
2021-03-09 20:40:08 +01:00
|
|
|
Fixed:
|
2021-03-30 18:16:49 +02:00
|
|
|
bella:
|
|
|
|
- Shoulder point control point fix for doll-sized clothes
|
2021-04-17 12:56:26 +02:00
|
|
|
components:
|
|
|
|
- Always show design mode switch
|
2021-03-18 18:18:04 +01:00
|
|
|
cornelius:
|
|
|
|
- Handle edge-case where splitting a path on and endpoint causes things to break
|
2021-03-09 20:40:08 +01:00
|
|
|
titan:
|
|
|
|
- Adapt seat control point when waist is dropped below the hip line
|
2021-03-14 15:07:14 +01:00
|
|
|
- Removed lingering console.log statements
|
2021-04-11 17:31:25 +02:00
|
|
|
- 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
|
2021-03-09 20:40:08 +01:00
|
|
|
|
2021-03-06 11:46:46 +01:00
|
|
|
2.14.0:
|
2021-03-07 10:28:21 +01:00
|
|
|
date: 2021-03-07
|
2021-03-06 11:46:46 +01:00
|
|
|
Added:
|
|
|
|
cornelius:
|
|
|
|
- Cornelius is a FreeSewing pattern for cycling breeches
|
|
|
|
components:
|
|
|
|
- Added Bella linedrawing
|
|
|
|
- Added Cornelius linedrawing
|
|
|
|
i18n:
|
|
|
|
- Added translations for Cornelius
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
hugo:
|
|
|
|
- Replaced grainline indicator on pocket with cut-on-fold indicator
|
|
|
|
|
2021-02-20 17:07:23 +01:00
|
|
|
2.13.2:
|
2021-02-21 18:14:53 +01:00
|
|
|
date: 2021-02-21
|
2021-02-14 16:21:07 +01:00
|
|
|
|
|
|
|
Fixed:
|
2021-02-21 18:14:53 +01:00
|
|
|
bella:
|
|
|
|
- Fixed issue with out-of-order execution
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Updated chat link from gitter to discord
|
2021-02-18 16:14:26 +01:00
|
|
|
paco:
|
|
|
|
- Only add paperless dimensions for pockets if we drafted pockets
|
|
|
|
pattern-info:
|
|
|
|
- Make pattern list alphabetic
|
2021-02-21 18:14:53 +01:00
|
|
|
penelope:
|
|
|
|
- Fixed issue in shape part
|
2021-02-20 17:07:23 +01:00
|
|
|
simone:
|
|
|
|
- Fixed type in bustsidecode finder code
|
2021-02-14 16:21:07 +01:00
|
|
|
titan:
|
|
|
|
- Always ensure point waistIn is created in back part
|
|
|
|
|
2021-02-14 14:47:57 +01:00
|
|
|
2.13.1:
|
|
|
|
date: 2021-02-14
|
2021-02-14 11:24:26 +01:00
|
|
|
|
|
|
|
Added:
|
|
|
|
utils:
|
|
|
|
- Pass pattern handle to tiler
|
|
|
|
|
2021-02-14 10:23:21 +01:00
|
|
|
Fixed:
|
2021-02-14 10:24:35 +01:00
|
|
|
hortensia:
|
|
|
|
- Fix incorrectly named part
|
2021-02-14 10:23:21 +01:00
|
|
|
simon:
|
|
|
|
- Added missing sleeve notch on yoke
|
|
|
|
|
|
|
|
2.13.0:
|
|
|
|
date: 2021-02-13
|
2021-02-07 15:56:08 +01:00
|
|
|
|
|
|
|
Added:
|
2021-02-13 19:10:46 +01:00
|
|
|
components:
|
|
|
|
- Linedrawing for hortensia
|
2021-02-07 15:56:08 +01:00
|
|
|
hortensia:
|
|
|
|
- Initial release of Hortensia, a handbag pattern
|
2021-02-13 19:10:46 +01:00
|
|
|
i18n:
|
|
|
|
- Translation for Hortensia
|
2021-02-07 15:56:08 +01:00
|
|
|
|
|
|
|
Fixed:
|
|
|
|
bella:
|
|
|
|
- Verify whether back dart passes armhole depth
|
|
|
|
breanna:
|
|
|
|
- Try harder to find the intersection point for the scyedart
|
|
|
|
- Define missing y variable in paperless branch
|
|
|
|
bruce:
|
|
|
|
- Added notches to facilitate seam matching
|
2021-02-07 16:00:04 +01:00
|
|
|
components:
|
|
|
|
- Check point attributes are present before using them
|
2021-02-07 15:56:08 +01:00
|
|
|
hugo:
|
|
|
|
- Fix style of the seam allowance paths
|
|
|
|
- Fix sleeve dependencies
|
|
|
|
simone:
|
|
|
|
- Force bust dart intersection if not found initially
|
|
|
|
theo:
|
|
|
|
- Check for intersection returning an array
|
|
|
|
titan:
|
|
|
|
- Always balance the waist
|
|
|
|
wahid:
|
|
|
|
- Make sure roudEnd and roundStart points are always available
|
|
|
|
|
2021-01-27 19:19:18 +01:00
|
|
|
2.12.1:
|
|
|
|
date: 2021-01-27
|
|
|
|
Added:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Fixed missing dependency
|
|
|
|
|
2021-01-17 12:44:24 +01:00
|
|
|
2.12.0:
|
2021-01-19 09:38:49 +01:00
|
|
|
date: 2021-01-19
|
2021-01-17 12:44:24 +01:00
|
|
|
Added:
|
|
|
|
bella:
|
|
|
|
- Initial release of this body block for womenswear
|
|
|
|
|
2021-01-16 17:00:43 +01:00
|
|
|
2.11.3:
|
2021-01-16 16:23:42 +01:00
|
|
|
date: 2021-01-16
|
|
|
|
Added:
|
|
|
|
plugin-scalebox:
|
|
|
|
- Now includes the miniscale macro
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
plugin-scalebox:
|
|
|
|
- Took my name off the patterns
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
albert:
|
|
|
|
- Added missing scalebox
|
|
|
|
bent:
|
|
|
|
- Added missing scalebox
|
|
|
|
bruce:
|
|
|
|
- Added missing scalebox
|
|
|
|
components:
|
|
|
|
- Fixed links in Workbench footer
|
|
|
|
florence:
|
|
|
|
- Added missing scalebox
|
|
|
|
florent:
|
|
|
|
- Added missing scalebox
|
|
|
|
holmes:
|
|
|
|
- Added missing scalebox
|
|
|
|
huey:
|
|
|
|
- Added missing scalebox
|
|
|
|
- Added cut-on-fold indicator to pocket
|
|
|
|
- Removed lingering notch from pocket part
|
|
|
|
hugo:
|
|
|
|
- Removed inherited notches
|
|
|
|
jaeger:
|
|
|
|
- Added missing scalebox
|
|
|
|
shin:
|
|
|
|
- Added missing scalebox
|
|
|
|
simon:
|
|
|
|
- Cleaned up notches
|
2021-01-16 16:56:54 +01:00
|
|
|
- Marked where to match fabric on closure
|
2021-01-16 16:23:42 +01:00
|
|
|
simone:
|
|
|
|
- Cleaned up notches
|
|
|
|
theo:
|
|
|
|
- Cleaned up notches
|
|
|
|
wahid:
|
|
|
|
- Added missing scalebox
|
|
|
|
- Proper styling for SA on front and back
|
|
|
|
waralee:
|
|
|
|
- Added missing scalebox
|
|
|
|
|
2021-01-11 20:05:38 +01:00
|
|
|
2.11.2:
|
2021-01-16 16:23:42 +01:00
|
|
|
date: 2021-01-11
|
2021-01-11 20:05:38 +01:00
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Fixed links in Workbench footer
|
|
|
|
Added:
|
|
|
|
brian:
|
|
|
|
- Marked waistline on Brian. Closes [#782](https://github.com/freesewing/freesewing/issues/782)
|
|
|
|
|
2021-01-11 14:54:41 +01:00
|
|
|
2.11.1:
|
|
|
|
date: 2021-01-11
|
|
|
|
Fixed:
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Fixed issue with node-sass,
|
|
|
|
see [#778](https://github.com/freesewing/freesewing/issues/778)
|
|
|
|
and [#779](https://github.com/freesewing/freesewing/issues/779)
|
|
|
|
|
2021-01-10 16:39:31 +01:00
|
|
|
2.11.0:
|
|
|
|
date: 2021-01-10
|
2020-08-30 12:01:54 +02:00
|
|
|
Added:
|
2020-12-29 18:33:20 +01:00
|
|
|
components:
|
|
|
|
- Added some more examples to the Examples component
|
2021-01-02 18:20:03 +01:00
|
|
|
- Draft configurator now supports collapsing of subgroups
|
2021-01-05 20:23:06 +01:00
|
|
|
- Draft configurator now supports actions atop the menu
|
2020-12-29 18:32:24 +01:00
|
|
|
css-theme:
|
|
|
|
- Proper formatting for markdown syntax highlighting
|
2021-01-10 15:06:03 +01:00
|
|
|
- Now includes the fonts so you don't have to
|
2020-12-29 18:48:27 +01:00
|
|
|
plugin-notches:
|
|
|
|
- Initial release. See [#757](https://github.com/freesewing/freesewing/issues/757)
|
|
|
|
|
2020-11-04 20:30:31 +01:00
|
|
|
Changed:
|
2020-12-31 13:54:07 +01:00
|
|
|
css-theme:
|
|
|
|
- Plenty of changes for a new look
|
2021-01-02 18:20:03 +01:00
|
|
|
- Restyled the draft configurator
|
2021-01-05 20:23:06 +01:00
|
|
|
i18n:
|
|
|
|
- New strings for new features
|
2020-12-29 18:27:37 +01:00
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Include basic themeing in Example component
|
2020-12-30 14:45:48 +01:00
|
|
|
- Updated the note and tip icons
|
2021-01-02 18:20:03 +01:00
|
|
|
i18n:
|
|
|
|
- Type in Simon title
|
2020-12-29 18:27:37 +01:00
|
|
|
shin:
|
|
|
|
- Removed unused lengthBonus option
|
2020-11-07 14:35:07 +01:00
|
|
|
|
2020-12-30 14:45:48 +01:00
|
|
|
Removed:
|
|
|
|
components:
|
|
|
|
- Removed the Emblem component
|
|
|
|
- Removed the Navbar component
|
|
|
|
- Removed the Ogol component
|
|
|
|
|
2020-11-18 20:12:14 +01:00
|
|
|
2.10.7:
|
|
|
|
date: 2020-11-18
|
|
|
|
Fixed:
|
|
|
|
simon:
|
2020-11-18 20:12:19 +01:00
|
|
|
- Yoke dart did not affect sleevecap length. See [#687](https://github.com/freesewing/freesewing/issues/687)
|
2020-11-18 20:12:14 +01:00
|
|
|
|
2020-11-15 17:30:56 +01:00
|
|
|
2.10.6:
|
|
|
|
date: 2020-11-15
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Workbench now supports loading a pattern configuration from a (github) gist
|
|
|
|
|
2020-11-14 15:42:25 +01:00
|
|
|
2.10.5:
|
|
|
|
date: 2020-11-14
|
|
|
|
Fixed:
|
|
|
|
i18n:
|
|
|
|
- Added missing `cty.` translations to non-English language files
|
|
|
|
|
2020-11-13 18:21:33 +01:00
|
|
|
2.10.4:
|
|
|
|
date: 2020-11-13
|
|
|
|
Fixed:
|
|
|
|
titan:
|
|
|
|
- Issue with incorrectly named point
|
|
|
|
|
2020-11-08 18:24:30 +01:00
|
|
|
2.10.3:
|
|
|
|
date: 2020-11-08
|
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Draft component now supports snippets in the same way as the render method
|
|
|
|
core:
|
|
|
|
- Renderprops now includes SVG with preRender hook applied
|
|
|
|
|
2020-11-07 14:35:07 +01:00
|
|
|
2.10.2:
|
|
|
|
date: 2020-11-07
|
|
|
|
Fixed:
|
2020-11-04 20:30:31 +01:00
|
|
|
core:
|
2020-11-07 14:35:07 +01:00
|
|
|
- Fixed bundled bezier-js version
|
|
|
|
|
|
|
|
2.10.1:
|
|
|
|
date: 2020-11-07
|
|
|
|
Changed:
|
|
|
|
core:
|
|
|
|
- Switched to bezier-js v3
|
|
|
|
components:
|
|
|
|
- Changes to workbench
|
|
|
|
css-theme:
|
|
|
|
- Removed unused CSS code
|
2020-08-30 12:01:54 +02:00
|
|
|
|
2020-10-17 17:24:27 +02:00
|
|
|
2.10.0:
|
|
|
|
date: 2020-10-17
|
|
|
|
Added:
|
|
|
|
albert:
|
|
|
|
- Albert is an apron pattern
|
|
|
|
|
2020-09-09 08:54:36 +02:00
|
|
|
2.9.0:
|
2020-10-03 15:45:51 +02:00
|
|
|
date: 2020-10-02
|
2020-08-30 12:01:54 +02:00
|
|
|
Added:
|
2020-09-09 08:54:36 +02:00
|
|
|
components:
|
|
|
|
- Added Teagan line drawing
|
2020-09-11 09:06:01 +02:00
|
|
|
- Added Discord icon in Icon component
|
2020-08-30 12:01:54 +02:00
|
|
|
core:
|
|
|
|
- Parts not get a `name` property set that hold their (own) name/id
|
2020-09-12 19:05:38 +02:00
|
|
|
- Added the `info` type to raised events
|
|
|
|
- Added support for conditional loading of plugins
|
2020-09-11 09:06:01 +02:00
|
|
|
css-theme:
|
|
|
|
- Changes to UI colors
|
2020-08-30 12:01:54 +02:00
|
|
|
i18n:
|
|
|
|
- Added translations for plugin-title
|
2020-09-09 08:54:36 +02:00
|
|
|
- Added translations for teagan
|
2020-09-11 09:06:01 +02:00
|
|
|
- Added some translations for the UI
|
2020-09-09 08:54:36 +02:00
|
|
|
pattern-info:
|
|
|
|
- Added teagan info
|
2020-08-30 12:01:54 +02:00
|
|
|
plugin-dimension:
|
|
|
|
- Added support for passing in the ID used to add paths to the part
|
|
|
|
- Added the `rmd` macro that removes dimensions
|
|
|
|
plugin-title:
|
|
|
|
- Added support for cutting instructions. Closes [#500](https://github.com/freesewing/freesewing/issues/500)
|
|
|
|
teagan:
|
|
|
|
- Teagan is a T-shirt pattern
|
|
|
|
Fixed:
|
2020-09-12 19:05:38 +02:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- No longer instantiate a pattern, just to get the config
|
2020-08-30 12:01:54 +02:00
|
|
|
i18n:
|
|
|
|
- Replaced a few identical files with symlinks
|
|
|
|
|
|
|
|
2.8.1:
|
|
|
|
date: 2020-08-16
|
|
|
|
Fixed:
|
|
|
|
benjamin:
|
|
|
|
- Fixed issue with (length of) band
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Fixed breaking change in execa upgrade in 2.8.0
|
|
|
|
paco:
|
|
|
|
- Added Titan as a peer dependency
|
2020-08-10 19:42:57 +02:00
|
|
|
|
|
|
|
2.8.0:
|
|
|
|
date: 2020-08-10
|
2020-08-02 19:17:06 +02:00
|
|
|
Added:
|
|
|
|
paco:
|
|
|
|
- Initial release for Paco, a pattern for summer pants
|
2020-08-09 17:43:32 +02:00
|
|
|
components:
|
|
|
|
- Added Paco to LineDrawing component
|
2020-07-24 16:27:42 +02:00
|
|
|
Fixed:
|
2020-08-05 16:09:14 +02:00
|
|
|
benjamin:
|
|
|
|
- Fix for incorrect length of the ribbon
|
2020-08-09 09:50:49 +02:00
|
|
|
core:
|
|
|
|
- Fix an edge case in utils.pointOnCurve for perfect horizontal curves
|
2020-08-09 17:43:32 +02:00
|
|
|
Removed:
|
|
|
|
components:
|
|
|
|
- Removed the `Footer` component
|
2020-07-24 15:25:34 +02:00
|
|
|
|
2020-08-08 16:55:08 +02:00
|
|
|
2.7.2:
|
|
|
|
date: 2020-07-29
|
|
|
|
Fixed:
|
|
|
|
core:
|
|
|
|
- Fixed wrong return value in debug message from Path
|
|
|
|
|
2020-07-24 15:25:34 +02:00
|
|
|
2.7.1:
|
|
|
|
date: 2020-07-24
|
|
|
|
Added:
|
2020-07-18 16:48:29 +02:00
|
|
|
core:
|
|
|
|
- Added new debug functionality through the use of the `raise.debug`
|
|
|
|
- Added a new `debug` setting
|
2020-07-23 12:30:26 +02:00
|
|
|
- Shorthand now proxies objects to allow debug and raise
|
2020-07-18 16:48:29 +02:00
|
|
|
components:
|
|
|
|
- Workbench now includes events debug output and enables debug by default
|
|
|
|
css-theme:
|
|
|
|
- Added themeing for events
|
2020-07-21 12:48:02 +02:00
|
|
|
utils:
|
|
|
|
- Added backend calls for creating gists/issues on Github
|
2020-07-23 12:30:26 +02:00
|
|
|
wahid:
|
|
|
|
- Added the `square` hem style. Fixes [#672](https://github.com/freesewing/freesewing.org/issues/672)
|
2020-07-23 12:50:01 +02:00
|
|
|
Changed:
|
|
|
|
wahid:
|
|
|
|
- Hem radius can no longer be zero. Use teh `square` hem style for that
|
2020-07-19 13:01:01 +02:00
|
|
|
Fixed:
|
|
|
|
aaron:
|
|
|
|
- Set missing option `brianFitCollar` to `false`
|
|
|
|
bruce:
|
|
|
|
- Fixed a check for an undefined value in the store
|
|
|
|
carlton:
|
|
|
|
- Removed unused `hipsEase` code
|
|
|
|
hugo:
|
|
|
|
- Set missing option `brianFitCollar` to `false`
|
|
|
|
- Adding missing control point to front neck opening
|
|
|
|
simon:
|
|
|
|
- Set missing option `brianFitCollar` to `false`
|
2020-07-23 12:50:01 +02:00
|
|
|
- Don't assume the `chHips-notch` is available because it's not in Simone. Fixes [#833](https://github.com/freesewing/freesewing.org/issues/833)
|
2020-07-19 13:01:01 +02:00
|
|
|
simone:
|
|
|
|
- Set missing option `brianFitCollar` to `false`
|
|
|
|
sven:
|
|
|
|
- Avoided loading unset ribbingHeight from store
|
2020-07-12 19:00:38 +02:00
|
|
|
|
|
|
|
2.7.0:
|
|
|
|
date: 2020-07-12
|
2020-02-23 10:28:04 +01:00
|
|
|
Added:
|
2020-06-24 20:42:45 +02:00
|
|
|
components:
|
|
|
|
- The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test)
|
|
|
|
- Changed `models` to `people` in `sampleConfigurator`
|
2020-07-04 17:53:09 +02:00
|
|
|
- The `Legend` component is new, it is similar to the `Example` component but only for the pattern notation legend
|
2020-07-11 18:03:58 +02:00
|
|
|
- Added support for custom sample styles
|
2020-07-12 17:56:43 +02:00
|
|
|
- Added Titan linedrawing
|
2020-05-31 17:53:04 +02:00
|
|
|
core:
|
|
|
|
- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
|
2020-07-11 18:03:58 +02:00
|
|
|
- Added support for custom sample styles
|
2020-07-11 18:13:37 +02:00
|
|
|
- Added support for raising events via `raise.[type]()` method
|
2020-05-31 17:53:04 +02:00
|
|
|
hugo:
|
|
|
|
- Added shaping of the side seam
|
2020-07-04 17:53:09 +02:00
|
|
|
legend:
|
2020-05-31 17:53:04 +02:00
|
|
|
- A pattern to document the markings on our patterns
|
|
|
|
- Initial release
|
|
|
|
plugin-mirror:
|
|
|
|
- A FreeSewing plugin for mirroring points or paths
|
|
|
|
- Initial release
|
|
|
|
titan:
|
|
|
|
- A FreeSewing block for pants/trousers
|
|
|
|
- Initial release
|
2020-06-27 18:31:51 +02:00
|
|
|
plugin-measurements:
|
|
|
|
- A FreeSewing plugin that adds measurements that can be calculated based on existing measurements
|
2020-05-31 17:53:04 +02:00
|
|
|
utils:
|
|
|
|
- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
2020-06-24 20:42:45 +02:00
|
|
|
- '`neckStimate` now supports all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)'
|
2020-05-31 17:53:04 +02:00
|
|
|
|
2020-06-24 20:56:39 +02:00
|
|
|
Changed:
|
2020-05-31 17:53:04 +02:00
|
|
|
aaron:
|
|
|
|
- Updated side seam shaping and tweaked options for better defaults
|
|
|
|
- Better handling of `armholeDrop` option
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported aaron to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:13:37 +02:00
|
|
|
- Report armhole and neck opening length through raised events
|
2020-06-30 15:23:43 +02:00
|
|
|
benjamin:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
bent:
|
|
|
|
- Increased default for the `cuffEase` option
|
|
|
|
- Decreased default for the `armholeDepth` option
|
|
|
|
- Better range for the `shoulderSlopeReduction` measurement
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Set tip of undersleeve as anchor point for sampling
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
breanna:
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
|
|
|
- Ported breanna to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:03:58 +02:00
|
|
|
- Removed deprecated `debug()` statements
|
2020-05-31 17:53:04 +02:00
|
|
|
brian:
|
|
|
|
- Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Set HPS as anchor point for sampling in front and back
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:03:58 +02:00
|
|
|
- Removed deprecated `debug()` statements
|
2020-06-24 20:42:45 +02:00
|
|
|
bruce:
|
|
|
|
- Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:03:58 +02:00
|
|
|
- Removed deprecated `debug()` statements
|
2020-05-31 17:53:04 +02:00
|
|
|
carlton:
|
|
|
|
- Better range for the `shoulderSlopeReduction` measurement
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
carlita:
|
|
|
|
- Better range for the `shoulderSlopeReduction` measurement
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Set a sample anchor point on the side part
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
cathrin:
|
|
|
|
- Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Set sample anchor points on all panels
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:03:58 +02:00
|
|
|
- Removed deprecated `debug()` statements
|
2020-07-12 15:58:07 +02:00
|
|
|
components:
|
|
|
|
- Handle escaped quotes for React render. See [#437](https://github.com/freesewing/freesewing/issues/437)
|
2020-05-31 17:53:04 +02:00
|
|
|
css-theme:
|
|
|
|
- Updated the width of the SVG paths of a draft to match plugin-theme
|
|
|
|
diana:
|
|
|
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported diana to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
|
|
|
florence:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
|
|
|
florent:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
|
|
|
holmes:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
huey:
|
|
|
|
- No longer use the `naturalWaist` measurement
|
|
|
|
- Changed some option to better defaults
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported huey to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Made the `shoulderSlopeReduction` option static so it's not available in the UI
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
hugo:
|
|
|
|
- Changed some option to better defaults
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-11 18:03:58 +02:00
|
|
|
- Removed deprecated `debug()` statements
|
2020-06-27 18:51:53 +02:00
|
|
|
i18n:
|
|
|
|
- Added translations for Titan
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
jaeger:
|
|
|
|
- Changed some option to better defaults
|
|
|
|
- Set an anchor on side part for sampling
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported jaeger to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
models:
|
|
|
|
- Models now come with the new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Ported models to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
penelope:
|
|
|
|
- Ported penelope to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
plugin-buttons:
|
|
|
|
- Snippet names are changed, `snap-male` is now `snap-stud` and `snap-female` is now `snap-socket`
|
|
|
|
Changing this to avoid needless use of gender related terminology.
|
2020-06-30 15:23:43 +02:00
|
|
|
plugin-bust:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
sandy:
|
|
|
|
- Ported sandy to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
shin:
|
|
|
|
- Ported shin to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
simon:
|
|
|
|
- Ported simon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
simone:
|
|
|
|
- Ported simone to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
sven:
|
|
|
|
- Improved the shaping of the side seam
|
|
|
|
- Changed some option to better defaults
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported sven to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
tamiko:
|
|
|
|
- Switch from `shoulderSlope` option to `shoulderSlope` measurement
|
2020-06-24 20:42:45 +02:00
|
|
|
- Ported tamiko to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
theo:
|
|
|
|
- Ported theo to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-06-24 20:42:45 +02:00
|
|
|
trayvon:
|
|
|
|
- Ported trayvon to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
|
|
|
tutorial:
|
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
utils:
|
2020-06-24 20:42:45 +02:00
|
|
|
- Changed `neckstimate` to handle new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
|
|
|
- Changed `neckstimate` to support all new measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
|
|
|
- Ported `neckstimate` to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-07-04 17:53:09 +02:00
|
|
|
- Added the `isDegMeasurement` method
|
2020-06-24 20:42:45 +02:00
|
|
|
wahid:
|
|
|
|
- Ported wahid to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
|
|
|
- Removed `wrist` and `shoulderToWrist` as required measurements
|
2020-06-24 20:42:45 +02:00
|
|
|
waralee:
|
|
|
|
- Ported waralee to the crotchDepth measurement. See [#425](https://github.com/freesewing/freesewing/issues/425)
|
2020-06-30 15:23:43 +02:00
|
|
|
- Removed `Circumference` suffix from measurement names
|
2020-05-31 17:53:04 +02:00
|
|
|
workbench:
|
|
|
|
- Added changes to support new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
|
|
|
|
|
2020-03-19 10:44:29 +01:00
|
|
|
Fixed:
|
2020-06-24 20:42:45 +02:00
|
|
|
aaron:
|
|
|
|
- Fixed incorrect instruction for neck binding (the indicated length was only half)
|
2020-05-31 17:53:04 +02:00
|
|
|
bruce:
|
|
|
|
- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
|
|
|
|
cathrin:
|
|
|
|
- '[Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)'
|
|
|
|
- Fixed panels option being a list of numbers rather than strings
|
2020-06-24 20:42:45 +02:00
|
|
|
components:
|
|
|
|
- Fixed bug that broke millimeter sliders
|
2020-07-12 15:10:18 +02:00
|
|
|
core:
|
|
|
|
- '[Properly escape quotes in imperial units](https://github.com/freesewing/freesewing/issues/437)'
|
2020-06-24 20:42:45 +02:00
|
|
|
huey:
|
|
|
|
- '[Added seam allowance to the front closure](https://github.com/freesewing/freesewing/issues/420)'
|
2020-03-19 10:44:29 +01:00
|
|
|
Removed:
|
2020-05-31 17:53:04 +02:00
|
|
|
plugin-buttons:
|
|
|
|
- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
|
2020-07-11 18:03:58 +02:00
|
|
|
plugin-debug:
|
|
|
|
- This plugin is deprecated and removed from the repository
|
|
|
|
plugin-designer:
|
|
|
|
- This plugin is deprecated and removed from the repository
|
2020-03-19 10:44:29 +01:00
|
|
|
|
2020-04-26 13:09:54 +02:00
|
|
|
2.6.0:
|
2020-05-01 15:06:36 +02:00
|
|
|
date: 2020-05-01
|
2020-04-18 18:16:17 +02:00
|
|
|
Added:
|
2020-04-26 13:09:54 +02:00
|
|
|
components:
|
|
|
|
- '[#368](https://github.com/freesewing/freesewing/issues/368):
|
|
|
|
Allow pan and zoom in the Workbench component.'
|
|
|
|
- '[#374](https://github.com/freesewing/freesewing/issues/374):
|
|
|
|
Allow (extra) translations to be added to the workbench component'
|
|
|
|
- New shortcut buttons and sidebar collapse support for Workbench
|
|
|
|
- Refactor to remove prop-types dependency
|
|
|
|
- Reworked the withLanguage component to allow adding translations at run-time
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- '[#365](https://github.com/freesewing/freesewing/issues/365):
|
|
|
|
Check for node version and raise an error it is too old.'
|
|
|
|
css-theme:
|
|
|
|
- New styled for updated Workbench component
|
|
|
|
florence:
|
|
|
|
- Florence is a face mask pattern
|
2020-04-18 18:16:17 +02:00
|
|
|
plugin-export-dxf:
|
|
|
|
- This plugin can export your pattern as DXF-ASTM
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2020-06-24 20:56:39 +02:00
|
|
|
Changed:
|
2020-04-18 18:16:17 +02:00
|
|
|
core:
|
|
|
|
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
|
|
|
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
2020-04-26 13:09:54 +02:00
|
|
|
i18n:
|
|
|
|
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
|
|
|
Deprecated:
|
|
|
|
florence:
|
|
|
|
- '@freesewing/fu has been renamed to @freesewing/florence'
|
2020-04-18 18:16:17 +02:00
|
|
|
Fixed:
|
|
|
|
brian:
|
|
|
|
- The `saBase` path is no longer being rendered
|
|
|
|
hugo:
|
|
|
|
- Render fully-sized pattern parts when complete is falsy
|
|
|
|
- Do not render pocket outline when complete is falsy
|
|
|
|
- Do not render pocket facing hint when complete is falsy
|
|
|
|
wahid:
|
|
|
|
- Removed paths.test
|
|
|
|
- Do not draw the pocket outline unless complete is truthy
|
|
|
|
- Prevent rounded corners on pocket bag and lining to be drawn twice
|
|
|
|
- Closed the front seam path
|
|
|
|
- Draft the front lining/facing even when complete is falsy
|
|
|
|
|
2020-04-05 12:40:13 +02:00
|
|
|
2.5.0:
|
|
|
|
date: 2020-04-05
|
|
|
|
Added:
|
|
|
|
diana:
|
|
|
|
- Diana is a top with a draped neck
|
|
|
|
i18n:
|
|
|
|
- title, description, and options for Dianna
|
2020-06-24 20:56:39 +02:00
|
|
|
Changed:
|
2020-04-05 12:40:13 +02:00
|
|
|
css-theme:
|
|
|
|
- The sidebar no longer has a different background
|
|
|
|
Fixed:
|
|
|
|
css-theme:
|
|
|
|
- Fixed incorrect border value on active sidebar link
|
|
|
|
|
2020-03-23 10:38:28 +01:00
|
|
|
2.4.6:
|
|
|
|
date: 2020-03-23
|
|
|
|
Fixed:
|
|
|
|
i18n:
|
|
|
|
- Fixed an bug in the i18n package
|
|
|
|
|
2020-03-19 10:44:29 +01:00
|
|
|
2.4.5:
|
|
|
|
date: 2020-03-19
|
2020-06-24 20:56:39 +02:00
|
|
|
Changed:
|
2020-04-26 10:54:55 +02:00
|
|
|
florence:
|
2020-03-19 10:44:29 +01:00
|
|
|
- Improved shape based on community feedback
|
2020-03-15 16:34:56 +01:00
|
|
|
utils:
|
|
|
|
- neckstimate() now returns values rounded to nearest mm
|
2020-02-23 10:28:04 +01:00
|
|
|
Fixed:
|
2020-03-16 11:08:28 +01:00
|
|
|
wahid:
|
|
|
|
- Check whether frontScyeDart option is zero prior to implementing it
|
2020-03-15 12:20:48 +01:00
|
|
|
|
|
|
|
2.4.4:
|
|
|
|
date: 2020-03-15
|
2020-06-24 20:56:39 +02:00
|
|
|
Changed:
|
2020-03-15 12:20:48 +01:00
|
|
|
plugin-dimension:
|
|
|
|
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
|
|
|
|
Fixed:
|
|
|
|
core:
|
|
|
|
- New Svg.escapeText() method to escape text at render time, rather than at draft time
|
|
|
|
This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
|
|
|
huey:
|
|
|
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
2020-03-14 15:04:45 +01:00
|
|
|
simon:
|
|
|
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
|
|
|
simone:
|
|
|
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
2020-03-15 12:20:48 +01:00
|
|
|
sven:
|
|
|
|
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
2020-02-23 10:28:04 +01:00
|
|
|
|
2020-03-12 07:27:47 +01:00
|
|
|
2.4.3:
|
|
|
|
date: 2020-03-12
|
|
|
|
Added:
|
|
|
|
i18n:
|
|
|
|
- Added more translations
|
|
|
|
|
2020-03-08 17:27:21 +01:00
|
|
|
2.4.2:
|
|
|
|
date: 2020-03-08
|
|
|
|
Added:
|
|
|
|
i18n:
|
|
|
|
- Added more strings
|
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Don't load docs in DraftConfigurator
|
|
|
|
plugin-title:
|
|
|
|
- Added *for* to title output
|
|
|
|
|
2020-03-04 17:53:55 +01:00
|
|
|
2.4.1:
|
|
|
|
date: 2020-03-04
|
|
|
|
Fixed:
|
|
|
|
components:
|
|
|
|
- Fixed `updatePatternData` props issue in the Workbench component
|
2020-03-04 18:59:14 +01:00
|
|
|
utils:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#542](https://github.com/freesewing/freesewing.org/issues/542):
|
|
|
|
Prevent neckstimate from throwing when getting an unexpected measurement '
|
2020-03-04 17:53:55 +01:00
|
|
|
|
|
|
|
2.4.0:
|
|
|
|
date: 2020-02-29
|
|
|
|
Added:
|
2020-04-26 10:54:55 +02:00
|
|
|
florence:
|
|
|
|
- Florence is a face mask pattern
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2020-03-04 17:53:55 +01:00
|
|
|
|
2020-02-23 10:28:04 +01:00
|
|
|
2.3.0:
|
|
|
|
date: 2020-02-23
|
2020-02-22 14:20:21 +01:00
|
|
|
Added:
|
|
|
|
holmes:
|
|
|
|
- Homes is a pattern for a Sherlock Holmes hat
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2020-02-22 14:20:21 +01:00
|
|
|
plugin-gore:
|
|
|
|
- A plugin to generate gores for semi-spheres or domes
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2020-02-22 14:20:21 +01:00
|
|
|
|
|
|
|
2.2.0:
|
|
|
|
date: 2020-02-22
|
2019-10-06 15:04:02 +02:00
|
|
|
Added:
|
2020-01-25 16:07:37 +01:00
|
|
|
breanna:
|
|
|
|
- Breanna is a body block for womenswear
|
2020-01-27 17:34:39 +01:00
|
|
|
css-theme:
|
|
|
|
- Added styling for table.data
|
2020-02-20 18:11:12 +01:00
|
|
|
components:
|
|
|
|
- Added LineDrawing for Breanna
|
2020-01-25 16:07:37 +01:00
|
|
|
core:
|
|
|
|
- Added the `Path.noop()` method
|
|
|
|
- Added the `Path.insop()` methods
|
|
|
|
i18n:
|
|
|
|
- Added translations for Breanna
|
2019-10-06 15:04:02 +02:00
|
|
|
Changed:
|
2020-02-01 17:01:41 +01:00
|
|
|
aaron:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
bent:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
breanna:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
2020-01-27 17:34:39 +01:00
|
|
|
brian:
|
|
|
|
- Reworked Brian to use the new shoulderslope measurement
|
2020-02-01 17:01:41 +01:00
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2020-02-23 10:28:04 +01:00
|
|
|
- The `neck` point has been renamed to `hps`
|
2020-02-01 17:01:41 +01:00
|
|
|
carlton:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2020-01-25 16:07:37 +01:00
|
|
|
carlita:
|
|
|
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
2020-02-01 17:01:41 +01:00
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2020-01-25 16:07:37 +01:00
|
|
|
components:
|
|
|
|
- DraftConfigurator has been updated to reflect frontend naming changes
|
2020-01-27 17:34:39 +01:00
|
|
|
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
2020-01-25 17:12:44 +01:00
|
|
|
- Term `pattern` is now `design`
|
|
|
|
- Term `recipe` is now `pattern`
|
|
|
|
- Term `gist` is now `data`
|
2020-01-25 16:07:37 +01:00
|
|
|
css-theme:
|
|
|
|
- Added new styles for the frontend changes in 2.2
|
2020-02-20 13:08:42 +01:00
|
|
|
- Removed smaller fonts in ul.links
|
2020-01-25 16:07:37 +01:00
|
|
|
i18n:
|
|
|
|
- Added/Updated strings for the 2.2 frontend changes
|
|
|
|
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
|
|
|
models:
|
|
|
|
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
|
|
|
mui-theme:
|
|
|
|
- Changed the light background to `#f8f9fa` rather than `#fff`
|
|
|
|
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
2020-02-01 17:01:41 +01:00
|
|
|
huey:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
hugo:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
jaeger:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
simon:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2020-01-25 16:07:37 +01:00
|
|
|
simone:
|
|
|
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
2020-02-01 17:01:41 +01:00
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
sven:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2020-01-27 17:34:39 +01:00
|
|
|
utils:
|
2020-02-04 18:54:33 +01:00
|
|
|
- Neckstimate now uses proportions only
|
2020-02-01 17:01:41 +01:00
|
|
|
tamiko:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
trayvon:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
|
|
|
wahid:
|
|
|
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
2019-10-06 15:04:02 +02:00
|
|
|
Removed:
|
2020-01-25 16:07:37 +01:00
|
|
|
i18n:
|
|
|
|
- Removed the files for homepage translation, and moved that content to markdown
|
|
|
|
- Removed the files for editor translation, as it is no longer used
|
2019-10-06 15:04:02 +02:00
|
|
|
Fixed:
|
2020-01-25 17:08:09 +01:00
|
|
|
create-freesewing-pattern:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#257](https://github.com/freesewing/freesewing/issues/257):
|
|
|
|
Explain that pattern names are bound by the constraints of NPM package names'
|
2020-02-19 06:24:31 +01:00
|
|
|
hugo:
|
|
|
|
- Made sure dimensions for hood center and waistband are always shown
|
2020-02-20 13:08:42 +01:00
|
|
|
florent:
|
|
|
|
- Fixed an SA issue in brim top and removed SA from interfacing
|
2020-02-09 15:09:21 +01:00
|
|
|
sandy:
|
|
|
|
- Fixed tags in pattern config file
|
2020-02-20 13:08:42 +01:00
|
|
|
theo:
|
|
|
|
- Fixed issue with side piece
|
2020-02-09 15:09:21 +01:00
|
|
|
penelope:
|
|
|
|
- Fixed tags in pattern config file
|
|
|
|
waralee:
|
|
|
|
- Fixed tags in pattern config file
|
2019-10-06 15:04:02 +02:00
|
|
|
|
2020-01-18 11:36:16 +01:00
|
|
|
2.1.9:
|
|
|
|
date: 2020-01-18
|
|
|
|
Fixed:
|
|
|
|
simon:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#253](https://github.com/freesewing/freesewing/issues/253):
|
|
|
|
Fixed type in simon sleeve causing incorrect cuff issue'
|
2020-01-18 11:36:16 +01:00
|
|
|
core:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#19](https://github.com/freesewing/freesewing/issues/19):
|
|
|
|
Path offset issue is now fixed in upstream bezier-js@2.4.6'
|
2020-01-18 11:36:16 +01:00
|
|
|
|
2019-12-16 08:49:40 +01:00
|
|
|
2.1.8:
|
|
|
|
date: 2019-12-16
|
|
|
|
Fixed:
|
|
|
|
simon:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#416](https://github.com/freesewing/freesewing.org/issues/416):
|
|
|
|
Fixed bug in simon sleeve'
|
2019-12-16 08:49:40 +01:00
|
|
|
|
2019-12-15 14:12:29 +01:00
|
|
|
2.1.7:
|
|
|
|
date: 2019-12-15
|
|
|
|
Fixed:
|
|
|
|
carlton:
|
|
|
|
- Added missing scalebox
|
|
|
|
- Re-numbered tail as part 5
|
|
|
|
|
2019-11-24 11:30:53 +01:00
|
|
|
2.1.6:
|
|
|
|
date: 2019-11-24
|
|
|
|
Fixed:
|
|
|
|
utils:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#317](https://github.com/freesewing/freesewing.org/issues/317):
|
|
|
|
Fixed bug where format was not passed to formatImperial'
|
2019-11-24 11:30:53 +01:00
|
|
|
|
|
|
|
2.1.5:
|
2019-11-19 18:35:55 +01:00
|
|
|
date: 2019-11-19
|
2019-11-18 20:25:12 +01:00
|
|
|
Fixed:
|
|
|
|
plugin-dimension:
|
|
|
|
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
|
|
|
|
2019-11-01 17:35:49 +01:00
|
|
|
2.1.4:
|
|
|
|
date: 2019-11-01
|
|
|
|
Added:
|
|
|
|
- css-theme:
|
2020-04-18 18:16:17 +02:00
|
|
|
- Added styling for search results
|
2019-11-01 17:35:49 +01:00
|
|
|
Changed:
|
|
|
|
- components:
|
2020-04-18 18:16:17 +02:00
|
|
|
- Footer version number now links to Github release page
|
2019-11-01 17:35:49 +01:00
|
|
|
- example:
|
2020-04-18 18:16:17 +02:00
|
|
|
- Added the `snap-male` and `snap-female` snippets to the `plugin-buttons` example
|
2019-11-01 17:35:49 +01:00
|
|
|
Deprecated:
|
|
|
|
components:
|
|
|
|
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
|
|
|
Removed:
|
|
|
|
components:
|
|
|
|
- The Ogol component has been removed as it wasn't used
|
|
|
|
Fixed:
|
|
|
|
Security:
|
|
|
|
|
2019-10-18 19:42:12 +02:00
|
|
|
2.1.3:
|
|
|
|
date: 2019-10-18
|
|
|
|
Added:
|
|
|
|
i18n:
|
|
|
|
- More translated strings
|
2019-10-19 08:48:59 +02:00
|
|
|
Changed:
|
|
|
|
utils:
|
|
|
|
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
2019-10-18 19:42:12 +02:00
|
|
|
Fixed:
|
|
|
|
utils:
|
2019-11-24 11:30:53 +01:00
|
|
|
- "[#250](https://github.com/freesewing/freesewing.org/issues/250):
|
2019-10-18 19:42:12 +02:00
|
|
|
Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'"
|
|
|
|
|
2019-10-14 19:14:02 +02:00
|
|
|
2.1.2:
|
|
|
|
date: 2019-10-14
|
|
|
|
Fixed:
|
|
|
|
i18n:
|
|
|
|
- Fixed issue where symlinks were causing all languages to export English strings
|
|
|
|
|
2019-10-13 17:32:22 +02:00
|
|
|
2.1.1:
|
|
|
|
date: 2019-10-13
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Added the fixme type Blockquote component
|
|
|
|
gatsby-remark-jargon:
|
|
|
|
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2019-10-13 17:32:22 +02:00
|
|
|
remark-jargon:
|
|
|
|
- Added the remark-jargon package, a remark plugin for jargon terms
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2019-10-13 17:32:22 +02:00
|
|
|
Fixed:
|
|
|
|
css-theme:
|
|
|
|
- Fixed padding issue on mobile
|
|
|
|
utils:
|
|
|
|
- Fixed an issue with the formatMm method not adding units
|
|
|
|
|
2019-10-06 15:04:02 +02:00
|
|
|
2.1.0:
|
|
|
|
date: 2019-10-06
|
2019-09-06 19:05:07 +02:00
|
|
|
Added:
|
2019-10-06 14:05:30 +02:00
|
|
|
components:
|
|
|
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
2019-09-21 19:52:47 +02:00
|
|
|
i18n:
|
2019-09-25 18:03:44 +02:00
|
|
|
- Added translations for Penelope, Waralee, and Simone
|
|
|
|
simone:
|
|
|
|
- Added the Simone shirt pattern
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2019-09-21 20:47:14 +02:00
|
|
|
penelope:
|
|
|
|
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2019-09-21 19:52:47 +02:00
|
|
|
utils:
|
|
|
|
- Added backend methods for administration
|
2019-10-06 14:05:30 +02:00
|
|
|
- Added the resendActivationEmail method to backend
|
2019-09-21 20:47:14 +02:00
|
|
|
waralee:
|
|
|
|
- Added the Waralee wrap Pants pattern by @woutervdub
|
2020-05-31 17:53:04 +02:00
|
|
|
- Initial release
|
2019-09-06 19:05:07 +02:00
|
|
|
Changed:
|
2019-10-02 07:50:01 +02:00
|
|
|
css-theme:
|
|
|
|
- Made tweaks to the main/sidebar layout
|
2019-09-21 19:52:47 +02:00
|
|
|
core:
|
|
|
|
- The pattern super constructor now sets a `config` property that
|
|
|
|
holds the pattern configuration. This means that unlike before, there
|
|
|
|
is no need to instantiate a pattern to access its config. You can just
|
|
|
|
import the pattern, and it's config property will contain the pattern config.
|
2019-09-22 16:07:18 +02:00
|
|
|
components:
|
|
|
|
- Added Penelope and Waralee linedrawings
|
2019-10-02 07:50:01 +02:00
|
|
|
- Changed animation of the Spinner component
|
2019-09-25 18:01:17 +02:00
|
|
|
simon:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#123](https://github.com/freesewing/freesewing/issues/123):
|
|
|
|
Added a box pleat option to Simon'
|
2019-09-25 18:01:17 +02:00
|
|
|
- Added the `backDarts` option to control the inclusion of back darts
|
|
|
|
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
2019-09-29 16:58:21 +02:00
|
|
|
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
2019-09-25 18:01:17 +02:00
|
|
|
|
2019-09-06 19:05:07 +02:00
|
|
|
Deprecated:
|
2019-09-21 19:52:47 +02:00
|
|
|
patterns:
|
|
|
|
- The [@freesewing/patterns](https://www.npmjs.com/package/@freesewing/patterns)
|
|
|
|
package has been deprecated. Please import our patterns individually.
|
2019-09-06 19:05:07 +02:00
|
|
|
Fixed:
|
2019-09-25 18:03:44 +02:00
|
|
|
components:
|
|
|
|
- Fixed display of nested option in SampleConfigurator
|
2019-09-29 16:58:21 +02:00
|
|
|
- Fixed conflicting key values in React components
|
2019-10-06 14:05:30 +02:00
|
|
|
- Fixed issue with display of list options in Draftconfigurator
|
|
|
|
css-theme:
|
|
|
|
- Reduced the sidebar height by 64px to take navbar into account
|
2019-10-06 15:04:02 +02:00
|
|
|
- Fixed blockquote width on XS screens
|
|
|
|
- Made sidebar wider
|
2019-09-25 18:01:17 +02:00
|
|
|
simon:
|
|
|
|
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease
|
|
|
|
to be set incorrectly
|
|
|
|
- Added a missing paperless dimension for the waist
|
2019-09-29 16:58:21 +02:00
|
|
|
- Fixed an issue where the split yoke option was not taken into account correctly
|
2019-10-02 07:50:01 +02:00
|
|
|
utils:
|
|
|
|
- Fixed an issue where optionDefault was not handling list options correctly
|
2019-09-15 12:20:02 +02:00
|
|
|
|
2019-09-17 08:02:06 +02:00
|
|
|
2.0.4:
|
|
|
|
date: 2019-09-27
|
|
|
|
Added:
|
|
|
|
components:
|
|
|
|
- Advanced options and settings are now hidden by default in DraftConfigurator
|
|
|
|
Fixed:
|
|
|
|
carlton:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#108](https://github.com/freesewing/freesewing/issues/108):
|
|
|
|
Fixed incorrect width of the Carlton tail'
|
2019-09-17 10:44:37 +02:00
|
|
|
components:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#104](https://github.com/freesewing/freesewing/issues/104):
|
|
|
|
Fixed incorrect embed setting on Workbench pattern export'
|
2019-09-17 08:02:06 +02:00
|
|
|
|
2019-09-15 12:20:02 +02:00
|
|
|
2.0.3:
|
|
|
|
date: 2019-09-15
|
|
|
|
Changed:
|
|
|
|
components:
|
|
|
|
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
|
|
|
Fixed:
|
|
|
|
bruce:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#106](https://github.com/freesewing/freesewing/issues/106):
|
|
|
|
Fix incorrect hem allowance'
|
2019-09-06 20:09:06 +02:00
|
|
|
create-freesewing-pattern:
|
|
|
|
- Updated example package.json to use latest tag rather than beta
|
2019-09-10 09:47:07 +02:00
|
|
|
utils:
|
2019-10-06 14:05:30 +02:00
|
|
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
2019-09-06 19:05:07 +02:00
|
|
|
|
|
|
|
2.0.2:
|
|
|
|
date: 2019-09-06
|
2019-09-02 15:28:00 +02:00
|
|
|
Added:
|
2019-09-06 15:51:48 +02:00
|
|
|
i18n:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#90](https://github.com/freesewing/freesewing/issues/90):
|
|
|
|
Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo'
|
2019-09-02 15:28:00 +02:00
|
|
|
Changed:
|
|
|
|
create-freesewing-pattern:
|
2019-09-06 10:28:29 +02:00
|
|
|
- Updated dependencies
|
2019-09-02 15:28:00 +02:00
|
|
|
Fixed:
|
2019-09-06 15:53:11 +02:00
|
|
|
benjamin:
|
|
|
|
- Added bandLength option to fit optiongroup (it was missing)
|
2019-09-06 13:54:30 +02:00
|
|
|
css-theme:
|
|
|
|
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
2019-09-02 15:28:00 +02:00
|
|
|
components:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#104](https://github.com/freesewing/freesewing.org/issues/104):
|
2019-09-06 10:28:29 +02:00
|
|
|
Changed `onDragEnd` to `onChangeCommitted` in slider element
|
2020-04-18 18:16:17 +02:00
|
|
|
(change in material-ui API when slider came out of beta)'
|
2019-09-06 10:28:29 +02:00
|
|
|
- Workbench now also lets you preload a `withBreasts` set of measurements
|
2019-09-06 13:54:30 +02:00
|
|
|
- DraftConfigurator now properly styles pattern options 3 levels deep
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#105](https://github.com/freesewing/freesewing.org/issues/105):
|
|
|
|
Moved state change in render loop to useEffect'
|
2019-09-02 15:28:00 +02:00
|
|
|
create-freesewing-pattern:
|
2019-09-06 10:28:29 +02:00
|
|
|
- Added missing `file-saver` dependency
|
2019-09-06 16:31:46 +02:00
|
|
|
jaeger:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#76](https://github.com/freesewing/freesewing.org/issues/76):
|
|
|
|
Fixed a typo in Jaeger that was causing the side vent length to be wrong'
|
2019-09-06 15:57:30 +02:00
|
|
|
simon:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#100](https://github.com/freesewing/freesewing.org/issues/100):
|
|
|
|
Updated simon with more sensible defaults for ease options'
|
2019-09-06 18:45:43 +02:00
|
|
|
- "[#102](https://github.com/freesewing/freesewing.org/issues/102):
|
|
|
|
Fixed 'Snippets not defined' error when drafting a seperate button placket"
|
2019-09-06 18:51:38 +02:00
|
|
|
- "[#103](https://github.com/freesewing/freesewing.org/issues/103):
|
|
|
|
Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance"
|
2019-09-06 18:42:28 +02:00
|
|
|
utils:
|
|
|
|
- Removed lingering debug statement in formatImperial
|
2019-09-02 15:28:00 +02:00
|
|
|
|
|
|
|
2.0.1:
|
2019-09-02 19:51:56 +02:00
|
|
|
date: 2019-09-01
|
2019-09-02 15:28:00 +02:00
|
|
|
Added:
|
|
|
|
utils:
|
|
|
|
- The `measurementDiffers` method is new.
|
|
|
|
models:
|
|
|
|
- Expanded the size ranges available.
|
|
|
|
- Added the `withBreasts` models which were missing in earlier releases.
|
|
|
|
Changed:
|
|
|
|
models:
|
|
|
|
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
|
|
|
Fixed:
|
|
|
|
theo:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#78](https://github.com/freesewing/freesewing/issues/78):
|
|
|
|
Removed inherited notches from fly shield and side piece.'
|
2019-09-02 19:59:08 +02:00
|
|
|
models:
|
2020-04-18 18:16:17 +02:00
|
|
|
- '[#86](https://github.com/freesewing/freesewing/issues/86):
|
|
|
|
The `seatCircumference` measurement was missing, thus making it unavailable on the website'
|
2020-05-31 17:53:04 +02:00
|
|
|
|
|
|
|
2.0.0:
|
|
|
|
date: 2019-08-25
|
|
|
|
Added:
|
|
|
|
aaron:
|
|
|
|
- Initial release
|
|
|
|
benjamin:
|
|
|
|
- Initial release
|
|
|
|
bent:
|
|
|
|
- Initial release
|
|
|
|
brian:
|
|
|
|
- Initial release
|
|
|
|
bruce:
|
|
|
|
- Initial release
|
|
|
|
carlita:
|
|
|
|
- Initial release
|
|
|
|
carlton:
|
|
|
|
- Initial release
|
|
|
|
cathrin:
|
|
|
|
- Initial release
|
|
|
|
components:
|
|
|
|
- Initial release
|
|
|
|
core:
|
|
|
|
- Initial release
|
|
|
|
create-freesewing-pattern:
|
|
|
|
- Initial release
|
|
|
|
css-theme:
|
|
|
|
- Initial release
|
|
|
|
examples:
|
|
|
|
- Initial release
|
|
|
|
florent:
|
|
|
|
- Initial release
|
|
|
|
huey:
|
|
|
|
- Initial release
|
|
|
|
hugo:
|
|
|
|
- Initial release
|
|
|
|
i18n:
|
|
|
|
- Initial release
|
|
|
|
jaeger:
|
|
|
|
- Initial release
|
|
|
|
models:
|
|
|
|
- Initial release
|
|
|
|
mui-theme:
|
|
|
|
- Initial release
|
|
|
|
pattern-info:
|
|
|
|
- Initial release
|
|
|
|
plugin-banner:
|
|
|
|
- Initial release
|
|
|
|
plugin-bundle:
|
|
|
|
- Initial release
|
|
|
|
plugin-bust:
|
|
|
|
- Initial release
|
|
|
|
plugin-buttons:
|
|
|
|
- Initial release
|
|
|
|
plugin-cutonfold:
|
|
|
|
- Initial release
|
|
|
|
plugin-dimension:
|
|
|
|
- Initial release
|
|
|
|
plugin-flip:
|
|
|
|
- Initial release
|
|
|
|
plugin-grainline:
|
|
|
|
- Initial release
|
|
|
|
plugin-i18n:
|
|
|
|
- Initial release
|
|
|
|
plugin-logo:
|
|
|
|
- Initial release
|
|
|
|
plugin-round:
|
|
|
|
- Initial release
|
|
|
|
plugin-scalebox:
|
|
|
|
- Initial release
|
|
|
|
plugin-sprinkle:
|
|
|
|
- Initial release
|
|
|
|
plugin-svgattr:
|
|
|
|
- Initial release
|
|
|
|
plugin-theme:
|
|
|
|
- Initial release
|
|
|
|
plugin-title:
|
|
|
|
- Initial release
|
|
|
|
plugin-validate:
|
|
|
|
- Initial release
|
|
|
|
prettier-config:
|
|
|
|
- Initial release
|
|
|
|
rendertest:
|
|
|
|
- Initial release
|
|
|
|
sandy:
|
|
|
|
- Initial release
|
|
|
|
shin:
|
|
|
|
- Initial release
|
|
|
|
simon:
|
|
|
|
- Initial release
|
|
|
|
sven:
|
|
|
|
- Initial release
|
|
|
|
tamiko:
|
|
|
|
- Initial release
|
|
|
|
theo:
|
|
|
|
- Initial release
|
|
|
|
trayvon:
|
|
|
|
- Initial release
|
|
|
|
tutorial:
|
|
|
|
- Initial release
|
|
|
|
utils:
|
|
|
|
- Initial release
|
|
|
|
wahid:
|
2022-10-27 22:46:53 +02:00
|
|
|
- Initial release
|