Releases: Doist/reactist
Releases · Doist/reactist
v16.1.0
v16.0.0
v15.3.0
v15.2.0
What's Changed
v15.2.0
- [Feat] Enhance the
label
property inCheckboxField
to be of typeReact.ReactNode
v15.1.0
- [Feat] Fields without label show no spacing above the field
- [Fix]
TextArea
can now be hidden - [Fix]
TextArea
now properly support receiving an explicit alternative aria-describedby attribute - [Fix] TextArea is changed to only allow resizing vertically. This ensures that the consumer of the component can control the width via the maxWidth prop.
Full Changelog: v15.0.0...v15.2.0
v15.0.0
What's Changed
- Breaking: The Reach-UI based
Modal
is now deprecated and renamed asDeprecatedModal
. A new one based on Ariakit will now be exported asModal
- its API is the same as the old modal and slight DOM structure differences aside, should behave in the same way. - Fix: A max height has been set on the
Menu
component to prevent overflow outside of the viewport
Full Changelog: v14.1.1...v15.0.0
v14.1.1
What's Changed
- chore: Pin ariakit dependencies by @scottlovegrove in #692
Full Changelog: v14.1.0...v14.1.1
v14.1.0
What's Changed
- Feat: The default height for
Tabs
has been reduced, but this can be customized as needed by overriding our css custom properties. - Dev dependencies:
Enzyme
has been removed, and@geometricpanda/storybook-addon-badges
has been updated to v0.2.2
Full Changelog: v14.0.0...v14.1.0
v14.0.0
What's Changed
- Breaking:
Tabs
will now only support the newthemed
andneutral
variations - Fix:
Tooltip
s would previously not render anchors that have anas
prop correctly
Full Changelog: v13.0.0...v14.0.0
v13.0.0
What's Changed
Breaking changes
- The
Button
'stooltipGapSize
prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually. - Icon-only
Button
s can have their implicit "aria-label as tooltip" behaviour suppressed by passingtooltip={null}
. Useful when wanting to get full control over rendering the tooltip manually. - Removed deprecated components
Checkbox
,DeprecatedLoading
,DeprecatedModal
, andPopover
. - The following components have been renamed and will be removed in a future major release:
Dropdown
->DeprecatedDropdown
, useMenu
instead.Input
->DeprecatedInput
, useTextField
instead.Select
->DeprecatedSelect
, useSelectField
instead.
Other changes
- Feat: Allow
Button
s to have fully rounded/circular corners. - Fix: Only apply full width labels when the
Button
is full width
Full Changelog: v12.1.1...v13.0.0
v12.1.1
What's Changed
- fix: Reset input padding for bordered
<TextField />
Full Changelog: v12.1.0...v12.1.1