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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Install peer & test dependencies
|
- 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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
|
|
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -58,6 +58,25 @@
|
||||||
|
|
||||||
- Support hiding start/end markers on path dimensions (pd macro)
|
- 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
|
### plugintest
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -5,40 +5,42 @@ unreleased:
|
||||||
- Added support for `settings.scale`
|
- Added support for `settings.scale`
|
||||||
components:
|
components:
|
||||||
- Added support for `settings.scale` to Draft and Workbench components
|
- Added support for `settings.scale` to Draft and Workbench components
|
||||||
|
|
||||||
css-theme:
|
css-theme:
|
||||||
- Added support for `settings.scale`
|
- Added support for `settings.scale`
|
||||||
- Included variables used by TailwindCSS themes for compatibility
|
- 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:
|
plugintest:
|
||||||
- Added the plugintest pattern which is used for testing plugins
|
- Added the plugintest pattern which is used for testing plugins
|
||||||
|
|
||||||
Fixed:
|
|
||||||
|
|
||||||
|
Fixed:
|
||||||
components:
|
components:
|
||||||
- Support handling of ` ` in text
|
- Support handling of ` ` in text
|
||||||
|
|
||||||
plugin-bartack:
|
plugin-bartack:
|
||||||
- Fixed issue with `bartackFractionAlong` macro
|
- Fixed issue with `bartackFractionAlong` macro
|
||||||
- Handle start and endpoints being the same in `bartackFractionAlong`
|
- Handle start and endpoints being the same in `bartackFractionAlong`
|
||||||
- Support start and endpoints being reversed in `bartackFractionAlong`
|
- Support start and endpoints being reversed in `bartackFractionAlong`
|
||||||
|
|
||||||
plugin-dimension:
|
plugin-dimension:
|
||||||
- Support hiding start/end markers on path dimensions (pd macro)
|
- Support hiding start/end markers on path dimensions (pd macro)
|
||||||
|
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
|
|
||||||
plugin-bundle:
|
plugin-bundle:
|
||||||
- plugin-banner is now part of plugin-bundle
|
- plugin-banner is now part of plugin-bundle
|
||||||
- plugin-bartack is now part of plugin-bundle
|
- plugin-bartack is now part of plugin-bundle
|
||||||
|
|
||||||
plugin-banner:
|
plugin-banner:
|
||||||
- Changed the default options
|
- Changed the default options
|
||||||
- Now part of `@freesewing/plugin-bundle`
|
- Now part of `@freesewing/plugin-bundle`
|
||||||
|
|
||||||
plugin-bartack:
|
plugin-bartack:
|
||||||
- Now part of `@freesewing/plugin-bundle`
|
- 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:
|
2.19.9:
|
||||||
date: 2022-01-09
|
date: 2022-01-09
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/plugin-flip
|
# 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)
|
## 2.19.6 (2021-12-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change log for: @freesewing/plugin-gore
|
# 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)
|
## 2.19.6 (2021-12-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/plugin-grainline
|
# Change log for: @freesewing/plugin-grainline
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for custom text
|
||||||
|
|
||||||
## 2.19.6 (2021-12-29)
|
## 2.19.6 (2021-12-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue