Skip to content

Releases: Doist/reactist

v28.2.2

20 May 12:56
08212ca
Compare
Choose a tag to compare

28.2.2 (2025-05-20)

🧰 Maintenance

  • deps: bump terser from 4.7.0 to 4.8.1 (#674) (eb7797c)

v28.2.1

09 May 02:28
db4df32
Compare
Choose a tag to compare

28.2.1 (2025-05-09)

🐛 Bug Fixes

  • Toasts can be auto-dismissed when concurrent mode is enabled (#918) (e10ef2a)

v28.2.0

08 May 06:29
ea4bba1
Compare
Choose a tag to compare

28.2.0 (2025-05-05)

🚀 Features

  • Expose closeToast in useToasts hook action object (#914) (7dad313)

v28.1.2

30 Apr 13:30
141dcee
Compare
Choose a tag to compare

28.1.2 (2025-04-30)

🐛 Bug Fixes

  • fix text area auto-expand when controlled (#912) (7d33744)

v28.1.1

22 Apr 08:51
b24841d
Compare
Choose a tag to compare

28.1.1 (2025-04-22)

🐛 Bug Fixes

  • Tabs: Add resize observer for dynamic tab selection adjustments (#909) (1c0e07c)

v28.1.0

17 Apr 23:07
339946c
Compare
Choose a tag to compare

28.1.0 (2025-04-17)

🚀 Features

  • Support tab font customization and fix hover style on disabled tabs (#907) (dc50f5b)

v28.0.0

17 Apr 19:53
becbf79
Compare
Choose a tag to compare

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

12 Mar 15:42
301d097
Compare
Choose a tag to compare

27.5.0 (2025-03-12)

🚀 Features

  • Allow positional placement of endSlot in TextField (#899) (abb4520)

v27.4.0

19 Feb 00:17
9eea891
Compare
Choose a tag to compare

27.4.0 (2025-02-19)

🚀 Features

  • TextLink: Add color and underline styling options (#897) (03017a8)

v27.3.6

05 Feb 21:11
4c2240e
Compare
Choose a tag to compare

27.3.6 (2025-02-05)

🧰 Maintenance