Releases: Doist/reactist
Releases · Doist/reactist
v21.0.2
- [Fix] Remove
Tabslist
's default space space='xsmall'
, to get rid of unnecessary default gap between tabs
v21.0.1
- [Fix]
TextArea
with autoExpand={true}
applies it initially, acknowledging any initial value that the field may have.
- [Fix] Avoid tooltip re-creating the anchor element when the tooltip content switches being present or not.
v21.0.0
- [BREAKING]
TextField
's startIcon
property is now renamed startSlot
.
- [Feat] New
startSlot
and endSlot
props on the TextField
component. These support rendering not only icons, but buttons too.
- [Fix]
TextField
's startSlot
is now properly aligned when using variant="bordered"
.
- [Fix]
TextField
is now properly focused when clicking anywhere inside its bordered area.
- [Tweak]
PasswordField
's toggle visibility button is now implemented by using the TextField
's endSlot
feature.
v20.3.0
- [Feat] Toasts wrapped in
ToastsProvider
are now dismissed when their action onClick
handler fires.
v20.2.0
- [Feat] Expose CSS variables for theming the
SwitchField
component.
v20.1.0
- [Feat] New
Prose
component to style free-form HTML content consistently.
v20.0.3
- [Fix] Slightly tweak the height of the
Badge
component.
v20.0.2
- [Fix] Slightly tweak the height of the
Badge
component.
v20.0.1
- [Fix]
Badge
component content is now bold and the appropriate line-height is enforced.
v20.0.0
- [BREAKING] Remove
usePrevious
hook
- [BREAKING] Remove
DeprecatedNotification
component
- [BREAKING] The
Menu
component now uses Reactist CSS variables to style itself
Internally, this release also changes the folder structure where components sit.