Releases: Doist/reactist
Releases · Doist/reactist
v28.6.0
28.6.0 (2025-09-16)
🚀 Features
- tooltip: Expose tooltip store via
forwardRef
for imperative control (#960) (20628ea)
v28.5.4
28.5.4 (2025-09-16)
🐛 Bug Fixes
- Prevent a controlled TextArea from expanding when autoExpand is false (#947) (c5a0eee)
v28.5.3
28.5.3 (2025-09-08)
🐛 Bug Fixes
v28.5.2
28.5.2 (2025-08-12)
🧰 Maintenance
- replace LESS styles with CSS modules for ProgressBar component (#941) (6097154)
v28.5.1
28.5.1 (2025-08-12)
🐛 Bug Fixes
- Enable banner with an Image to use container full width (with CSS vars) (#939) (2bf931c)
v28.5.0
28.5.0 (2025-08-05)
🚀 Features
- implement overlay scroll functionality in Box component with custom scrollbar styles (#937) (ace2ef0)
🧰 Maintenance
- deps: bump pbkdf2 from 3.0.17 to 3.1.3 (#934) (fa43bc8)
v28.4.0
28.4.0 (2025-06-23)
🚀 Features
- Add
dividers
prop to Modal
to customize the weight for all dividers (#932) (d684e8e)
🐛 Bug Fixes
- Update
BaseField
styling to match the form field spec (#931) (54d734f)
v28.3.2
28.3.2 (2025-06-16)
🐛 Bug Fixes
- Box: Inherit
font-size
to prevent unintended typography overrides (#928) (1c2ea7a)
v28.3.1
28.3.1 (2025-05-27)
🐛 Bug Fixes
- base-field: Don't unnecessarily render container below BaseField children (#926) (5e5bf39)
v28.3.0
28.3.0 (2025-05-27)
🚀 Features
- base-field: Add CSS props for customizing label line-height and padding-bottom (#925) (12e99fd)
🧰 Maintenance