Skip to content

Releases: Doist/reactist

v26.2.2

11 Nov 12:15
9f66a07
Compare
Choose a tag to compare

What's Changed

  • fix: Better icon alignment for the Notice component by @rfgamaral in #848
  • chore: Review markup and selectors for the Notice component by @rfgamaral in #849

Full Changelog: v26.2.1...v26.2.2

v26.2.1

29 Oct 04:30
40a73f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v26.2.0...v26.2.1

v26.2.0

29 Oct 02:52
ec1f638
Compare
Choose a tag to compare

What's Changed

  • feat: Add TooltipContext to set global timeout values by @frankieyan in #846

Full Changelog: v26.1.0...v26.2.0

v26.1.0

23 Oct 23:55
c9c7406
Compare
Choose a tag to compare

What's Changed

  • feat: Expose showTimeout and hideTimeout props for Tooltip by @frankieyan in #845
  • fix: Better alignment for Alert icons by @frankieyan in #807
  • fix: Render submenus at the bottom when there isn't enough space by @frankieyan in #844

Full Changelog: v26.0.0...v26.1.0

v26.0.0

07 Oct 14:22
0eea18f
Compare
Choose a tag to compare

What's Changed

  • refactor: Update form field components to align with the new design spec by @rfgamaral in #842

Full Changelog: v25.2.0...v26.0.0

v25.2.0

04 Sep 18:00
c010b85
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add ref support to ModalBody component

Full Changelog: v25.1.1...v25.2.0

v25.1.1

30 Aug 17:03
e2e97b4
Compare
Choose a tag to compare

What's Changed

  • [Fix] Restrict focus locking in the Modal component to its containing document/iframe

v25.1.0

29 Aug 09:33
e194265
Compare
Choose a tag to compare
  • [Feat] Add xsmall size to the Modal component

v25.0.0

13 Aug 13:23
6cb179a
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
  • [BREAKING] Remove unsupported onPointerEnterCapture and onPointerLeaveCapture props from heading-, input-, and textarea-based components.
  • [BREAKING] Remove the ButtonLink component.
  • [BREAKING] Button no longer accepts props that render it as an icon-only button.
  • [BREAKING] Use an explicit render prop for composition, instead of the as prop (in the menu, modal, tabs, toasts and tooltip components).
  • [BREAKING] TabPanel's prop render is renamed to renderMode.
  • [Feat] Introduce a new IconButton component.
  • [Feat] The Button and IconButton component can be rendered as a link using the `render={} prop.

Full Changelog: v23.3.0...V25.0.0

v25.0.0-beta.3

09 Aug 18:59
2d71aeb
Compare
Choose a tag to compare
v25.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • [Feat] Improve DX when developing against another repo by @pawelgrimm in #831
  • [Fix] Allow more props to be forwarded to the Tab component by @gnapse in #836
  • [Chore] Upgrade to @ariakit/react@0.4.5 by @gnapse in #836

Full Changelog: v25.0.0-beta.2...v25.0.0-beta.3