Skip to content

Releases: Doist/reactist

v21.0.2

05 Jun 23:31
2d1868e
Compare
Choose a tag to compare
  • [Fix] Remove Tabslist's default space space='xsmall', to get rid of unnecessary default gap between tabs

v21.0.1

05 Jun 17:31
4667c04
Compare
Choose a tag to compare
  • [Fix] TextArea with autoExpand={true} applies it initially, acknowledging any initial value that the field may have.
  • [Fix] Avoid tooltip re-creating the anchor element when the tooltip content switches being present or not.

v21.0.0

16 May 21:02
Compare
Choose a tag to compare
  • [BREAKING] TextField's startIcon property is now renamed startSlot.
  • [Feat] New startSlot and endSlot props on the TextField component. These support rendering not only icons, but buttons too.
  • [Fix] TextField's startSlot is now properly aligned when using variant="bordered".
  • [Fix] TextField is now properly focused when clicking anywhere inside its bordered area.
  • [Tweak] PasswordField's toggle visibility button is now implemented by using the TextField's endSlot feature.

v20.3.0

27 Apr 07:36
694862b
Compare
Choose a tag to compare
  • [Feat] Toasts wrapped in ToastsProvider are now dismissed when their action onClick handler fires.

v20.2.0

26 Apr 19:39
2ecbb50
Compare
Choose a tag to compare
  • [Feat] Expose CSS variables for theming the SwitchField component.

v20.1.0

28 Feb 18:27
c79eaf8
Compare
Choose a tag to compare
  • [Feat] New Prose component to style free-form HTML content consistently.

v20.0.3

21 Feb 14:16
29249cd
Compare
Choose a tag to compare
  • [Fix] Slightly tweak the height of the Badge component.

v20.0.2

21 Feb 12:48
8e73065
Compare
Choose a tag to compare
  • [Fix] Slightly tweak the height of the Badge component.

v20.0.1

20 Feb 15:16
0839c58
Compare
Choose a tag to compare
  • [Fix] Badge component content is now bold and the appropriate line-height is enforced.

v20.0.0

10 Feb 16:28
b5dd3e6
Compare
Choose a tag to compare
  • [BREAKING] Remove usePrevious hook
  • [BREAKING] Remove DeprecatedNotification component
  • [BREAKING] The Menu component now uses Reactist CSS variables to style itself

Internally, this release also changes the folder structure where components sit.