fix(plugintest): Remove old plugins from list option
This commit is contained in:
parent
4b103741df
commit
a04ba5eaaa
3 changed files with 10 additions and 9 deletions
|
@ -76,6 +76,12 @@
|
||||||
|
|
||||||
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
### plugintest
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Remove names from old plugins from list option
|
||||||
|
|
||||||
### sandy
|
### sandy
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -4,6 +4,7 @@ Unreleased:
|
||||||
- Allow plugins to provide their own packing implementation
|
- Allow plugins to provide their own packing implementation
|
||||||
plugin-bin-pack:
|
plugin-bin-pack:
|
||||||
- First release of the plugin providing the default packing implementation
|
- First release of the plugin providing the default packing implementation
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
aaron:
|
aaron:
|
||||||
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
||||||
|
@ -45,6 +46,8 @@ Unreleased:
|
||||||
core:
|
core:
|
||||||
- Fix order in mergeOptions method so user settings take precendence over defaults
|
- Fix order in mergeOptions method so user settings take precendence over defaults
|
||||||
- Fix upward snap for snapped percentage option when snap is a simple number
|
- Fix upward snap for snapped percentage option when snap is a simple number
|
||||||
|
plugintest:
|
||||||
|
- Remove names from old plugins from list option
|
||||||
|
|
||||||
3.0.0:
|
3.0.0:
|
||||||
date: 2022-09-30
|
date: 2022-09-30
|
||||||
|
|
|
@ -24,21 +24,13 @@ export const base = {
|
||||||
dflt: 'all',
|
dflt: 'all',
|
||||||
list: [
|
list: [
|
||||||
'all',
|
'all',
|
||||||
'banner',
|
'annotations',
|
||||||
'bartack',
|
|
||||||
'buttons',
|
|
||||||
'cutonfold',
|
|
||||||
'dimension',
|
|
||||||
'flip',
|
'flip',
|
||||||
'gore',
|
'gore',
|
||||||
'grainline',
|
|
||||||
'i18n',
|
'i18n',
|
||||||
'logo',
|
|
||||||
'measurements',
|
'measurements',
|
||||||
'mirror',
|
'mirror',
|
||||||
'notches',
|
|
||||||
'round',
|
'round',
|
||||||
'scalebox',
|
|
||||||
'sprinkle',
|
'sprinkle',
|
||||||
'title',
|
'title',
|
||||||
'versionfreeSvg',
|
'versionfreeSvg',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue