Skip to content

Releases: Doist/reactist

v21.1.0

20 Jun 04:50
f08662b

Choose a tag to compare

  • [Feat] The Prose component now supports links applied to inline code

v21.0.2

05 Jun 23:31
2d1868e

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

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

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

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

Choose a tag to compare

  • [Feat] Expose CSS variables for theming the SwitchField component.

v20.1.0

28 Feb 18:27
c79eaf8

Choose a tag to compare

  • [Feat] New Prose component to style free-form HTML content consistently.

v20.0.3

21 Feb 14:16
29249cd

Choose a tag to compare

  • [Fix] Slightly tweak the height of the Badge component.

v20.0.2

21 Feb 12:48
8e73065

Choose a tag to compare

  • [Fix] Slightly tweak the height of the Badge component.

v20.0.1

20 Feb 15:16
0839c58

Choose a tag to compare

  • [Fix] Badge component content is now bold and the appropriate line-height is enforced.