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
|
||||
|
||||
### plugintest
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Remove names from old plugins from list option
|
||||
|
||||
### sandy
|
||||
|
||||
#### Changed
|
||||
|
|
|
@ -4,6 +4,7 @@ Unreleased:
|
|||
- Allow plugins to provide their own packing implementation
|
||||
plugin-bin-pack:
|
||||
- First release of the plugin providing the default packing implementation
|
||||
|
||||
Changed:
|
||||
aaron:
|
||||
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057
|
||||
|
@ -45,6 +46,8 @@ Unreleased:
|
|||
core:
|
||||
- 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
|
||||
plugintest:
|
||||
- Remove names from old plugins from list option
|
||||
|
||||
3.0.0:
|
||||
date: 2022-09-30
|
||||
|
|
|
@ -24,21 +24,13 @@ export const base = {
|
|||
dflt: 'all',
|
||||
list: [
|
||||
'all',
|
||||
'banner',
|
||||
'bartack',
|
||||
'buttons',
|
||||
'cutonfold',
|
||||
'dimension',
|
||||
'annotations',
|
||||
'flip',
|
||||
'gore',
|
||||
'grainline',
|
||||
'i18n',
|
||||
'logo',
|
||||
'measurements',
|
||||
'mirror',
|
||||
'notches',
|
||||
'round',
|
||||
'scalebox',
|
||||
'sprinkle',
|
||||
'title',
|
||||
'versionfreeSvg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue