Browse docs
Browse docs
Released 2026-05-13 · Packaging cleanup
A housekeeping release with no functional changes. Two themes: every
@dashforge/* package now ships its CHANGELOG.md inside the npm tarball,
and a stale developer warning in Autocomplete / Select was corrected.
All seven bumped to 0.1.8-alpha (lockstep).
| Package | What changed |
|---|---|
@dashforge/tokens · theme-core · theme-mui · ui-core · rbac | New per-package CHANGELOG.md, included in the npm tarball. |
@dashforge/forms | CHANGELOG.md was already shipping — version bump only. |
@dashforge/ui | New CHANGELOG.md + stale warnUnresolvedValue message corrected. |
Autocomplete and Select. When a stored
value can't be resolved against the loaded options, the warning used to
claim "the form value remains unchanged (no automatic reset)". That
stopped being true in 0.1.6-alpha, which
introduced the auto-reset-to-null policy. The message now accurately
describes the real behavior. Pure message change — no runtime difference.CHANGELOG.md at its root, linking back
to the top-level changelog.package.json files[] array includes CHANGELOG.md, so it lands
in the published tarball.rollup.config.cjs assets[] array also
copies CHANGELOG.md into dist/.@dashforge/ui — 481 / 482 passing, 1 skipped (unchanged; the warning
message change is not asserted in any test).None. Packaging-only release.