Merge pull request #6081 from BenJamesBen/plugin-bust-condition-update
chore(onyx, shelly, tamiko): Load bustPlugin unconditionally
This commit is contained in:
commit
31b6b4bfd7
4 changed files with 9 additions and 3 deletions
|
@ -2,10 +2,16 @@ Unreleased:
|
|||
Changed:
|
||||
brian:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
onyx:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
plugin-bust:
|
||||
- This plugin now uses the `preSetDraft` rather than `preDraft` lifecycle hook
|
||||
- Conditionality has been moved to the `preSetDraft` lifecycle hook, rather than exposing a `withCondition` named export
|
||||
- The plugin will now always be loaded, but will check for each drafted set whether it should make any changes.
|
||||
shelly:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
tamiko:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
|
||||
Deprecated:
|
||||
plugin-bust:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
||||
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||
|
||||
function draftBase({
|
||||
utils,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
||||
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||
|
||||
function draftBase({
|
||||
utils,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
||||
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||
|
||||
function tamikoTop({
|
||||
sa,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue