Skip to content

Releases: Doist/reactist

v7.1.9

02 Dec 07:19
edbf30b

Choose a tag to compare

Only add menu list to DOM if menu is visible (#402)

Co-authored-by: Henning Muszynski <henningmu@users.noreply.github.com>

v7.1.8

17 Nov 12:53
182951a

Choose a tag to compare

  • [Tweak] Upgraded Reakit dependency

v7.1.7

13 Nov 13:44
5c87f28

Choose a tag to compare

  • [Tweak] Separates ButtonVariant and ButtonSize as actual types.

v7.1.6

14 Oct 21:38
e2a6679

Choose a tag to compare

  • [Chore] Upgrade some dependencies.

v7.1.5

14 Oct 21:36
be9c866

Choose a tag to compare

  • [Tweak] Adds a backdrop/overlay to dropdown menus.
  • [Fix] Removes the peer dependency on dayjs, adding it as a direct dependency instead.

v7.1.4: No more Tooltip interference

01 Oct 00:25

Choose a tag to compare

v7.1.4

  • [Tweak] Prevents the Tooltip component from getting triggered by keyboard interactions performed in other components
  • [Fix] Fixes broken styles in Storybook

v7.1.3: Dummy Release

22 Sep 16:00

Choose a tag to compare

v7.1.3

  • Dummy release created for publishing purposes

v7.1.2: Tooltip Tweaks

21 Sep 22:15
23135cb

Choose a tag to compare

v7.1.2

  • [Tweak] Removes the arbitrary max-width value of the Tooltip component
  • [Tweak] Adds a z-index value for the Tooltip component so that it appears ontop of other content

Bugfix for sideEffects

07 Aug 06:20
d178c12

Choose a tag to compare

  • [Bugfix] Fixes an improperly configured sideEffects property in package.json that prevented importing CSS files from reactist.

v8.0.0-alpha: New experimental Tooltip

04 Aug 22:54
0ef3f17

Choose a tag to compare

Pre-release
  • [Experimental] switching the internal implementation of the tooltip to a different library to see if addresses some performance issues.