1
0
Fork 0
freesewing/designs/holmes/CHANGELOG.md

71 lines
1.4 KiB
Markdown
Raw Normal View History

# Change log for: @freesewing/holmes
2020-08-14 15:14:56 +02:00
2022-01-24 09:38:21 +01:00
## 2.20.0 (2022-01-24)
2022-01-23 14:05:19 +01:00
### Changed
- Switched to default import for version from package.json
2021-11-02 09:08:20 +01:00
## 2.19.2 (2021-11-02)
### Fixed
- Fixed SA to use twice the SA value on hem allowance
2021-10-17 18:00:14 +02:00
## 2.19.0 (2021-10-17)
2021-10-15 16:21:38 +02:00
### Added
- Added the `headEase` option
- Added the `earLength` option
- Added the `earWidth` option
- Added the `visorWidth` option
- Added the `buttonhole` option
### Changed
- 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
release: v2.18.0 ## 2.18.0 (2021-09-09) ### core #### Fixed - 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) ### holmes #### Fixed - The `brimWidth` option is not a percent option, allowing the pattern to scale properly ### huey #### Fixed - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) ### i18n #### Added - Added translations for Yuri #### Fixed - Added optional chaining so missing options always lead to clear error message ### simon #### Fixed - Avoid paperless depending on a complete pattern ### theo #### Fixed - Avoid paperless depending on a complete pattern ### wahid #### Fixed - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option ### yuri - 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) - The `brimWidth` option is not a percent option, allowing the pattern to scale properly - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) - Added translations for Yuri - Added optional chaining so missing options always lead to clear error message - Avoid paperless depending on a complete pattern - Avoid paperless depending on a complete pattern - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option
2021-09-09 20:25:59 +02:00
## 2.18.0 (2021-09-09)
### Fixed
- The `brimWidth` option is not a percent option, allowing the pattern to scale properly
2021-05-30 18:48:20 +02:00
## 2.16.1 (2021-05-30)
2021-05-29 14:13:45 +02:00
### Changed
- Changed `department` setting in config in line with new grouping
2021-01-16 17:00:43 +01:00
## 2.11.3 (2021-01-16)
### Fixed
- Added missing scalebox
2020-07-12 19:00:38 +02:00
## 2.7.0 (2020-07-12)
### Changed
2020-08-14 15:14:56 +02:00
- Removed `Circumference` suffix from measurement names
2020-02-23 10:28:04 +01:00
## 2.3.0 (2020-02-23)
2020-02-22 14:20:21 +01:00
### Added
2020-08-14 15:14:56 +02:00
- Homes is a pattern for a Sherlock Holmes hat
- Initial release
This is the **initial release**, and the start of this change log.
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.
2020-08-14 15:14:56 +02:00