Releases: zakodium-oss/react-science
Releases · zakodium-oss/react-science
v7.0.0
7.0.0 (2024-10-09)
⚠ BREAKING CHANGES
- Toolbar: the new
minimal
prop must be set to true
in order to keep a similar appearance when upgrading.
Features
- add minimal and fill props to toolbar component and improve style (87eafb3)
- add SelectedTotal component (26700a7)
v6.0.2
6.0.2 (2024-09-28)
Bug Fixes
- avoid unnecessary rerenders of InfoPanel contents (245173e)
v6.0.1
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
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
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
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
4.1.2 (2024-06-24)
Bug Fixes
- remove dependency on d3-scale-chromatic types (#738) (0e6a485)
v4.1.1
4.1.1 (2024-06-21)
Bug Fixes
v4.1.0
4.1.0 (2024-06-13)
Features
Bug Fixes
- disable button tooltips with empty content (#730) (ebdd792)
v4.0.0
4.0.0 (2024-05-17)
⚠ BREAKING CHANGES
- remove hasBorder prop from Table component
Features
Bug Fixes