Plumeria v8.0.1

2026-03-04

Shortly after releasing 8.0.0, we released a patch version, 8.0.1.
8.0.1 fixes some edge-case bugs in development mode, such as styles being lost when opening in a new tab.

Breaking Changes

Forbidden value.
Values with the following browser prefixes are not allowed at the type level:

    display: "-ms-flex", // It will not appear in autocomplete

Values containing vendor prefixes will no longer be expanded by autocomplete, and will be strictly in sync with the ESLint plugin.

Others

ESLint Plugin validate-values:

  • Added from-font value to fontSizeAdjust.

prettier-plugin-insert-comma has been developed. You can clone this monorepo and try out the configured development practices with pnpm i.

Migration guide:

Change vendor prefix values to use normal values.


Feedback Discussion and bug Issues reports are welcome on GitHub