Skip to content

Releases: Doist/reactist

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

v12.1.0

12 Jul 09:10
Compare
Choose a tag to compare

What's Changed

  • Feat: New message and tone props that allow to associate a visual and semantic message to various field components. Supported in TextField, PasswordField, TextArea and SelectField.
  • Feat: New variant="bordered" supported in TextField, PasswordField and TextArea. It renders the field and its labels enclosed in an outer border, rather than having a border around the editing area only.

Full Changelog: v12.0.4...v12.1.0

v12.0.4

06 Jun 08:09
Compare
Choose a tag to compare

What's Changed

  • Fix: Better default alignment between the MenuList and the MenuButton

Full Changelog: v12.0.3...v12.0.4

v12.0.3

02 Jun 11:35
Compare
Choose a tag to compare

What's Changed

  • Fix: Missing styling for MenuList in Safari

Full Changelog: v12.0.2...v12.0.3

v12.0.2

27 May 12:13
Compare
Choose a tag to compare

What's Changed

  • Fix: Tooltip was overriding its anchor's ref, preventing it from successfully forwarding its ref

Full Changelog: v12.0.1...v12.0.2

v12.0.1

25 May 08:39
da18647
Compare
Choose a tag to compare

What's Changed

  • Fix: fixes for our publishing flow

Full Changelog: v12.0.0...v12.0.1

v12.0.0

25 May 07:48
Compare
Choose a tag to compare

What's Changed

  • Breaking: Dropped support for React 16 #661
    • Internally, Reactist will now use React 17 and TypeScript v4.6. Targets for @babel/preset-env have also been set, reducing the total build size by about 8-10%.
  • Breaking: Replace Reakit with Ariakit #662
    • This includes a breaking change for Tabs, where if the selectedId prop is provided, it becomes a controlled component and will no longer switch tabs on its own. To retain the old behaviour, defaultSelectedId can be used instead.

Full Changelog: v11.6.0...v12.0.0

v11.6.0

19 May 12:57
Compare
Choose a tag to compare

What's Changed

  • feat: Add xsmall size to Loading component #656
  • feat: Add positive tone to Text component #657
  • fix: set TextLink color using --reactist-text-link-color #658

Full Changelog: v11.5.1...v11.6.0