Releases: N00nDay/stwui
Releases · N00nDay/stwui
v0.21.2-next
v0.21.1-next
0.21.1-next (2024-01-12)
Bug Fixes
v0.21.0-next
0.21.0-next (2024-01-03)
Breaking
- Autocomplete: converted api to be more in line with the
Select
component.options
prop must be provided and now thevalue
prop isstring | undefined
as apposed to passing an entireSelectOption
as you would expect.
Features
Bug Fixes
v0.20.0-next
v0.19.0-next
v0.18.13-next
0.18.13-next (2023-11-22)
Bug Fixes
v0.18.12-next
0.18.12-next (2023-11-21)
Bug Fixes
v0.18.11-next
0.18.11-next (2023-11-18)
Bug Fixes
v0.18.10-next
0.18.10-next (2023-11-14)
Bug Fixes
- Autocomplete: name now defaults to nanoid() (9243a98)
- Checkbox: name now defaults to nanoid() (8bc079f)
- Currency: name now defaults to nanoid() (241493b)
- DatePicker: name now defaults to nanoid() (4643568)
- DatePicker: timepicker padding (f07ab63)
- FilePicker: name now defaults to nanoid() (58ff555)
- Input: name now defaults to nanoid() (2d79f76)
- InputNumber: name now defaults to nanoid() (2f79ee7)
- Progress: set value default to 0 (c58b12c)
- RadioGroup: name now defaults to nanoid() (2a598b5)
- Rating: name now defaults to nanoid() (202b1be)
- Select: name now defaults to nanoid() (5af8851)
- Toggle: name now defaults to nanoid() (24429e5)
v0.18.9-next
0.18.9-next (2023-11-04)
Bug Fixes
- DatePicker: allow programmatic clearing values (40a826a)
- Modal: default content overflows off screen and provided a screen contained Modal example (6184deb)
- plugin: scrollbar no longer is always visible by default (bf38253)
- removed scrollbar styling to allow more flexibility for developers (e92aea6)