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:
|
Changed:
|
||||||
brian:
|
brian:
|
||||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
- 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:
|
plugin-bust:
|
||||||
- This plugin now uses the `preSetDraft` rather than `preDraft` lifecycle hook
|
- 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
|
- 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.
|
- 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:
|
Deprecated:
|
||||||
plugin-bust:
|
plugin-bust:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||||
|
|
||||||
function draftBase({
|
function draftBase({
|
||||||
utils,
|
utils,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||||
|
|
||||||
function draftBase({
|
function draftBase({
|
||||||
utils,
|
utils,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||||
|
|
||||||
function tamikoTop({
|
function tamikoTop({
|
||||||
sa,
|
sa,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue