diff --git a/config/changelog.yaml b/config/changelog.yaml index bfd8d51b2b2..9d11597a823 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -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: diff --git a/designs/onyx/src/base.mjs b/designs/onyx/src/base.mjs index 07d94ec3158..2e6600f022c 100644 --- a/designs/onyx/src/base.mjs +++ b/designs/onyx/src/base.mjs @@ -1,4 +1,4 @@ -import { withCondition as bustPlugin } from '@freesewing/plugin-bust' +import { bustPlugin } from '@freesewing/plugin-bust' function draftBase({ utils, diff --git a/designs/shelly/src/base.mjs b/designs/shelly/src/base.mjs index 6c19ffcda4c..a0aeac04011 100644 --- a/designs/shelly/src/base.mjs +++ b/designs/shelly/src/base.mjs @@ -1,4 +1,4 @@ -import { withCondition as bustPlugin } from '@freesewing/plugin-bust' +import { bustPlugin } from '@freesewing/plugin-bust' function draftBase({ utils, diff --git a/designs/tamiko/src/top.mjs b/designs/tamiko/src/top.mjs index 1d1aa8e7118..6371ad2c1d8 100644 --- a/designs/tamiko/src/top.mjs +++ b/designs/tamiko/src/top.mjs @@ -1,4 +1,4 @@ -import { withCondition as bustPlugin } from '@freesewing/plugin-bust' +import { bustPlugin } from '@freesewing/plugin-bust' function tamikoTop({ sa,