0.2.0-next.3
Release notes for 0.2.0-next.3.
Compat-cleanup prerelease: removes the deprecated settings alias and vestigial public-surface stubs left from the zdtp migration, moves design-token-lint to a published npm package, and updates zfb to 0.1.0-next.28.
Breaking Changes
Removed the deprecated
colorTweakPanelsettings alias. Projects must usedesignTokenPanelinsrc/— the alias is gone and configs still settingconfig/ settings. ts colorTweakPanelno longer have any effect (#1862).Removed three unused public-surface vestiges from
@takazudo/zudo-doc(#1866): theDesignTokenTweakPaneltheme stub (the panel UI lives in@takazudo/zdtp), the no-opdisableInlineVisibilityStyleprop onVersionSwitcherProps, and theTocItemtype alias (useHeadingItem).
Changes
Migrated the design-token-lint dependency from the vendored
@zudolab/design-token-lint(file:) to the published@takazudo/npm package. The bin name is unchanged (zudo- design- token- lint@^1. 0. 0 design-token-lint), so existing lint scripts keep working (#1863).Bumped zfb to
0.1.0-next.28across the host project and the generator pins (#1870).0.1.0-next.27is deliberately skipped — its publishedzfb-adapter-cloudflaretarball omittedemit-worker.mjsand crashed every adapter consumer at build time; the packaging fix shipped in next.28.Docs cleanup. Purged dead historical/migration narration from configs and docs (#1861, #1867) and removed the reference pages for the deleted
ai-chat-workerpackage (#1860).