Plumeria 10.2.0
2026-04-10
Update features
- Add new ESLint rule:
no-unknown-css-properties
In 10.1.0, CSS properties type checking was relaxed for better responsiveness. In 10.2.0, this has been migrated to the ESLint no-unknown-css-properties rule (errors by default), achieving both type safety and flexibility.
Other fixes:
The warning for the sort-properties rule, which previously extended to the value, is now limited to the property part only.
Migration guide:
Since it is backward compatible, you can use it simply by updating to v10.2.0.
Feedback Discussion and bug Issues reports are welcome on GitHub