1.0.0 (2024-11-07)
⚠ BREAKING CHANGES
- removal of individual
_component.css
files from the dist (the overrides are expected to be used as a collective starting point for RTE styling) - overall cleanup affects various CSS selector specificity
- resets for CKEditor's generally outdated focus management (predicated on adding/removing element
class
es) in favor of modernized :focus-visible
styling
Includes updated styling for the following RTE components:
- blockquote
- button
- code
- code block
- horizontal rule
- input
- link
- list
- menu
- modal (balloon-panel)
- tooltip
- typearound
- typography (paragraph, h2, h3, h4, h5, strong, u)
See README for dark mode usage.
Features
- restyle based on Garden v9 with dark mode included (#157) (8fad501)