Skip to content

Releases: zakodium-oss/react-science

v12.1.0

11 Dec 13:57
c5437a7
Compare
Choose a tag to compare

12.1.0 (2024-12-11)

Features

  • make Table component compatible with styled components libraries (#813) (a76181c)

Bug Fixes

  • table_root: show border when table is sticky (#810) (93fae28)

v12.0.0

09 Dec 08:50
e9009b2
Compare
Choose a tag to compare

12.0.0 (2024-12-09)

⚠ BREAKING CHANGES

  • @tanstack/react-query's QueryClientProvider was removed from the RootLayout component. You'll have to provide your own client if you relied on it to use react-query in your application.
  • The RadioGroup component has been renamed to RadioButtonGroup. Its interface is now the same as blueprintjs's RadioGroup component, which changes how multiple of its props are named and typed.

Features

  • Table: change sorting icons to use blueprint (#804) (fe7bcee)

Miscellaneous Chores

Code Refactoring

v11.2.0

05 Dec 09:46
67023c8
Compare
Choose a tag to compare

11.2.0 (2024-12-05)

Features

  • add renderHeaderCell prop to Table component (#799) (3050b6f)

Bug Fixes

  • ensure proper spacing between header title and sort indicator in default header renderer (3050b6f)

v11.1.0

04 Dec 10:53
5113357
Compare
Choose a tag to compare

11.1.0 (2024-12-03)

Features

  • add option to table component to virtualize rows (#796) (d0b6128)

v11.0.0

29 Nov 13:45
796865f
Compare
Choose a tag to compare

11.0.0 (2024-11-29)

⚠ BREAKING CHANGES

  • remove non-ui exports (#789)

Features

  • add unmountChildren prop to Accordion and Accordion.Item (#793) (1f94fc4)

Code Refactoring

v10.0.0

25 Nov 14:08
9df6ba9
Compare
Choose a tag to compare

10.0.0 (2024-11-21)

⚠ BREAKING CHANGES

  • toolbar: the onClick handler of a toolbar item is only passed the mouse event.
  • the isPopover was removed from the toolbar item components.

Features

Bug Fixes

  • button: correct default height of buttons (#785) (26fa1df)
  • do not expose the isPopover prop (177c0ae)
  • toolbar: do not pass item props in onClick callback (29aa9e1)

v9.0.1

18 Oct 07:45
32e48e6
Compare
Choose a tag to compare

9.0.1 (2024-10-18)

Bug Fixes

  • ensure popover toolbar item does not grow (9d8a0b4)

v9.0.0

18 Oct 06:50
a5d6d1d
Compare
Choose a tag to compare

9.0.0 (2024-10-18)

⚠ BREAKING CHANGES

  • the fill, large and minimal props have been removed from the Toolbar component

Features

  • add ActivityBar component (a51279a)
  • remove fill, large and minimal props from Toolbar component (40069b1)

Bug Fixes

  • correct regression to incorrect layout in Toolbar component (9eb75ae)
  • Toolbar should have a backdrop only with "click" as the interaction kind (19d5350)

v8.0.1

16 Oct 08:00
99ed074
Compare
Choose a tag to compare

8.0.1 (2024-10-16)

Bug Fixes

  • ensure unique keys by using index in shortcut list (bc12268)
  • use relative position on toolbar popover items (#774) (761eb4b)

v8.0.0

15 Oct 07:00
712c348
Compare
Choose a tag to compare

8.0.0 (2024-10-15)

⚠ BREAKING CHANGES

  • the module is now ESM-only

Features