Skip to content

Releases: zakodium-oss/react-science

v6.0.2

28 Sep 12:13
6a58cc8
Compare
Choose a tag to compare

6.0.2 (2024-09-28)

Bug Fixes

  • avoid unnecessary rerenders of InfoPanel contents (245173e)

v6.0.1

12 Sep 06:39
701576b
Compare
Choose a tag to compare

6.0.1 (2024-09-11)

Bug Fixes

  • include alpha in hex code for semi-transparent colors (6cc6a97)
  • toolbar popover item should have backdrop to avoid interactions outside of it when it is open (#756) (c2f3ff3)

v6.0.0

31 Jul 06:48
08ec5c4
Compare
Choose a tag to compare

6.0.0 (2024-07-31)

⚠ BREAKING CHANGES

  • replace getRowTrProps with render prop renderRowTr (#753)

Features

  • replace getRowTrProps with render prop renderRowTr (#753) (19346d9)

Bug Fixes

v5.0.0

29 Jul 14:38
374da37
Compare
Choose a tag to compare

5.0.0 (2024-07-29)

⚠ BREAKING CHANGES

  • reimplement Table component with react-table

Features

  • reimplement Table component with react-table (52251d4)

Bug Fixes

  • do not use React global type (1566417)
  • use ReactElement instead of JSX.Element (2921eb2)

v4.1.3

29 Jul 07:17
846af74
Compare
Choose a tag to compare

4.1.3 (2024-07-29)

Bug Fixes

  • export useSelect hook's parameter type (#742) (f672494)
  • replace 'button' with 'div' to prevent nested button (#749) (633d2ec)

v4.1.2

25 Jun 06:41
d3c09c4
Compare
Choose a tag to compare

4.1.2 (2024-06-24)

Bug Fixes

  • remove dependency on d3-scale-chromatic types (#738) (0e6a485)

v4.1.1

21 Jun 12:17
2e42a75
Compare
Choose a tag to compare

4.1.1 (2024-06-21)

Bug Fixes

v4.1.0

20 Jun 12:03
d1038dc
Compare
Choose a tag to compare

4.1.0 (2024-06-13)

Features

Bug Fixes

  • disable button tooltips with empty content (#730) (ebdd792)

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