Releases: Doist/reactist
Releases · Doist/reactist
v28.2.2
28.2.2 (2025-05-20)
🧰 Maintenance
v28.2.1
28.2.1 (2025-05-09)
🐛 Bug Fixes
- Toasts can be auto-dismissed when concurrent mode is enabled (#918) (e10ef2a)
v28.2.0
28.2.0 (2025-05-05)
🚀 Features
- Expose closeToast in useToasts hook action object (#914) (7dad313)
v28.1.2
28.1.2 (2025-04-30)
🐛 Bug Fixes
- fix text area auto-expand when controlled (#912) (7d33744)
v28.1.1
28.1.1 (2025-04-22)
🐛 Bug Fixes
- Tabs: Add resize observer for dynamic tab selection adjustments (#909) (1c0e07c)
v28.1.0
28.1.0 (2025-04-17)
🚀 Features
- Support tab font customization and fix hover style on disabled tabs (#907) (dc50f5b)
v28.0.0
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)
v27.5.0
27.5.0 (2025-03-12)
🚀 Features
- Allow positional placement of
endSlot
in TextField
(#899) (abb4520)
v27.4.0
27.4.0 (2025-02-19)
🚀 Features
- TextLink: Add color and underline styling options (#897) (03017a8)
v27.3.6
27.3.6 (2025-02-05)
🧰 Maintenance