chore: Reconfigure packages
This commit is contained in:
parent
d0d58298f2
commit
cfa68811f9
6 changed files with 49 additions and 9 deletions
2
.github/workflows/tests.examples.yml
vendored
2
.github/workflows/tests.examples.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: "cd packages/examples && npm install @freesewing/core@^2.19.9 @freesewing/plugin-bundle@^2.19.9 @freesewing/plugin-mirror@^2.19.9 @freesewing/plugin-bartack@^2.19.9 @freesewing/plugin-buttons@^2.19.9 @freesewing/models@2.19.9 @freesewing/pattern-info@2.19.9 mocha chai"
|
||||
run: "cd packages/examples && npm install @freesewing/core@^2.19.9 @freesewing/plugin-bundle@^2.19.9 @freesewing/plugin-mirror@^2.19.9 @freesewing/plugin-gore@^2.19.9 @freesewing/models@2.19.9 @freesewing/pattern-info@2.19.9 mocha chai"
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -58,6 +58,25 @@
|
|||
|
||||
- Support hiding start/end markers on path dimensions (pd macro)
|
||||
|
||||
### plugin-flip
|
||||
|
||||
#### Added
|
||||
|
||||
- Added support for flipping around the Y-axis
|
||||
|
||||
### plugin-gore
|
||||
|
||||
#### Changed
|
||||
|
||||
- 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
|
||||
|
||||
### plugin-grainline
|
||||
|
||||
#### Added
|
||||
|
||||
- Added support for custom text
|
||||
|
||||
### plugintest
|
||||
|
||||
#### Added
|
||||
|
|
|
@ -5,40 +5,42 @@ unreleased:
|
|||
- Added support for `settings.scale`
|
||||
components:
|
||||
- Added support for `settings.scale` to Draft and Workbench components
|
||||
|
||||
css-theme:
|
||||
- Added support for `settings.scale`
|
||||
- Included variables used by TailwindCSS themes for compatibility
|
||||
|
||||
examples:
|
||||
- Added plugin_gore example
|
||||
plugin-flip:
|
||||
- Added support for flipping around the Y-axis
|
||||
plugin-grainline:
|
||||
- Added support for custom text
|
||||
plugintest:
|
||||
- Added the plugintest pattern which is used for testing plugins
|
||||
|
||||
Fixed:
|
||||
|
||||
Fixed:
|
||||
components:
|
||||
- Support handling of ` ` in text
|
||||
|
||||
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)
|
||||
|
||||
|
||||
Changed:
|
||||
|
||||
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`
|
||||
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
|
||||
|
||||
2.19.9:
|
||||
date: 2022-01-09
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/plugin-flip
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for flipping around the Y-axis
|
||||
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change log for: @freesewing/plugin-gore
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Changed
|
||||
|
||||
- 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
|
||||
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/plugin-grainline
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for custom text
|
||||
|
||||
## 2.19.6 (2021-12-29)
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue