Releases: zakodium-oss/react-science
Releases · zakodium-oss/react-science
v12.1.0
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
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
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
11.1.0 (2024-12-03)
Features
- add option to table component to virtualize rows (#796) (d0b6128)
v11.0.0
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
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
9.0.1 (2024-10-18)
Bug Fixes
- ensure popover toolbar item does not grow (9d8a0b4)
v9.0.0
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
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
8.0.0 (2024-10-15)
⚠ BREAKING CHANGES
- the module is now ESM-only
Features