Skip to content

Releases: Doist/reactist

v16.1.0

11 Nov 09:33
Compare
Choose a tag to compare
  • [Build] Add support for Node v18 and npm v9

v16.0.0

08 Nov 13:01
Compare
Choose a tag to compare
  • [Breaking] The Notification component is renamed as DeprecatedNotification.
  • [Feat] The Box component now supports a new background="toast".
  • [Feat] A new Toast component and useToasts hook.
  • [Fix] Sets Badge to semibold

v15.3.0

01 Nov 06:15
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add Badge component

Full Changelog: v15.2.0...v15.3.0

v15.2.0

02 Sep 10:02
Compare
Choose a tag to compare

What's Changed

v15.2.0

  • [Feat] Enhance the label property in CheckboxField to be of type React.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

30 Aug 11:24
Compare
Choose a tag to compare

What's Changed

  • Breaking: The Reach-UI based Modal is now deprecated and renamed as DeprecatedModal. A new one based on Ariakit will now be exported as Modal - 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

25 Aug 08:56
bb7e14a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.1.0...v14.1.1

v14.1.0

24 Aug 07:47
Compare
Choose a tag to compare

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

19 Aug 05:26
Compare
Choose a tag to compare

What's Changed

  • Breaking: Tabs will now only support the new themed and neutral variations
  • Fix: Tooltips would previously not render anchors that have an as prop correctly

Full Changelog: v13.0.0...v14.0.0

v13.0.0

16 Aug 08:26
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • The Button's tooltipGapSize prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually.
  • Icon-only Buttons can have their implicit "aria-label as tooltip" behaviour suppressed by passing tooltip={null}. Useful when wanting to get full control over rendering the tooltip manually.
  • Removed deprecated components Checkbox, DeprecatedLoading, DeprecatedModal, and Popover.
  • The following components have been renamed and will be removed in a future major release:
    • Dropdown -> DeprecatedDropdown, use Menu instead.
    • Input -> DeprecatedInput, use TextField instead.
    • Select -> DeprecatedSelect, use SelectField instead.

Other changes

  • Feat: Allow Buttons 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

14 Jul 15:26
Compare
Choose a tag to compare

What's Changed

  • fix: Reset input padding for bordered <TextField />

Full Changelog: v12.1.0...v12.1.1