Releases: zakodium-oss/react-science
Releases · zakodium-oss/react-science
v3.1.0
3.1.0 (2024-04-09)
Features
v3.0.0
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
2.0.0 (2024-04-02)
⚠ BREAKING CHANGES
- remove LayoutManager (#692)
Features
v1.0.2
1.0.2 (2024-03-16)
Bug Fixes
v1.0.1
1.0.1 (2024-03-16)
Bug Fixes
v1.0.0
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
0.37.0 (2024-02-27)
⚠ BREAKING CHANGES
- in the dropzone component, rename "fileValidator" prop to "validator"
Features
v0.36.0
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
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
v0.34.0
0.34.0 (2024-01-31)
Features
- render color picker dropdown in blueprintjs Popover (5c48821)