Skip to content

Releases: zakodium-oss/react-science

v4.0.0

18 May 07:28
891b665
Compare
Choose a tag to compare

4.0.0 (2024-05-17)

⚠ BREAKING CHANGES

  • remove hasBorder prop from Table component

Features

Bug Fixes

v3.1.0

09 Apr 12:13
69ba0eb
Compare
Choose a tag to compare

3.1.0 (2024-04-09)

Features

v3.0.0

03 Apr 14:45
d564f51
Compare
Choose a tag to compare

3.0.0 (2024-04-03)

⚠ BREAKING CHANGES

  • rename title to tooltip, which now any custom content. Remove noTooltip and make tooltip optional instead. Add tooltipProps to customize the tooltip's behaviour.

Features

  • allow to customize toolbar item's tooltip (#699) (d050d83)

v2.0.0

02 Apr 14:32
Compare
Choose a tag to compare

2.0.0 (2024-04-02)

⚠ BREAKING CHANGES

  • remove LayoutManager (#692)

Features

v1.0.2

16 Mar 14:23
63e0314
Compare
Choose a tag to compare

1.0.2 (2024-03-16)

Bug Fixes

  • add blueprint provider to root layout (#687) (e8aebd4)

v1.0.1

16 Mar 07:23
9ac4c99
Compare
Choose a tag to compare

1.0.1 (2024-03-16)

Bug Fixes

v1.0.0

15 Mar 09:35
58dccbd
Compare
Choose a tag to compare

1.0.0 (2024-03-14)

⚠ BREAKING CHANGES

  • useSelect now takes itemTextKey or getItemText prop to choose what text should be rendered in a Select option

Features

  • default selected value and custom text with useSelect (#681) (c9125c8)

v0.37.0

27 Feb 09:16
Compare
Choose a tag to compare

0.37.0 (2024-02-27)

⚠ BREAKING CHANGES

  • in the dropzone component, rename "fileValidator" prop to "validator"

Features

  • extend drop zone component properties (#675) (34f23b5)

v0.36.0

22 Feb 07:46
fcb4a8e
Compare
Choose a tag to compare

0.36.0 (2024-02-21)

⚠ BREAKING CHANGES

  • type prop was removed from RadioGroup component, the classic type being replaced by the blueprintjs component

Features

  • add tag to button component and toolbar items (#654) (bd04e6e)
  • add trigger option to popover toolbar (#666) (5eebe1b)
  • create useSelect hook to make the Select component better with keyboard navigation (#645) (2317f62)
  • replace classic radio button with blueprintjs radio (#664) (c944af2)

v0.35.0

13 Feb 09:22
Compare
Choose a tag to compare

0.35.0 (2024-02-13)

⚠ BREAKING CHANGES

  • remove ButtonGroup component (#663)
  • changed font sizes in components accordingly but this is possibly breaking layout

Features

Documentation