Skip to content

v28.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 19:53
becbf79

28.0.0 (2025-04-17)

⚠ BREAKING CHANGES

  • Tabs: Renamed and added a few CSS properties (#903)
    • --reactist-tab-themed-background--reactist-tab-themed-selected-fill
    • --reactist-tab-themed-foreground--reactist-tab-themed-selected-tint
    • --reactist-tab-themed-unselected--reactist-tab-themed-unselected-tint
    • --reactist-tab-neutral-background--reactist-tab-neutral-selected-fill
    • --reactist-tab-neutral-foreground--reactist-tab-neutral-selected-tint
    • --reactist-tab-neutral-unselected--reactist-tab-neutral-unselected-tint
    • --reactist-tab-border-radius: only for the tab element
    • --reactist-tab-track-border-radius: only for the track element
    • A few more properties were added for better customizability, but those are not breaking

🚀 Features

  • Tabs: Add support for additional customization settings (#903) (7f60d81)