Releases: chanzuckerberg/sci-components
Releases · chanzuckerberg/sci-components
v13.0.0
13.0.0 (2022-12-19)
Features
- tabs: update props.count to support ReactNode (#305) (c4a51b9)
BREAKING CHANGES
v12.0.1
12.0.1 (2022-12-14)
Bug Fixes
- dropdown: dropdown triggers onChange unnecessarily when the parent re-renders (#304) (141396f)
v12.0.0
12.0.0 (2022-12-12)
Bug Fixes
- dropdownmenu: dropdownMenu now has mandatory props.onClickAway (#302) (d35d52b)
BREAKING CHANGES
- dropdownmenu: DropdownMenu now has a mandatory prop onClickAway(), please remove your own
wrapper and use onClickAway prop instead
v11.0.0
11.0.0 (2022-12-07)
Code Refactoring
- buttonicon: buttonIcon now accepts sdsIcon and sdsIconProps (#271) (16e421d)
BREAKING CHANGES
-
buttonicon: ButtonIcon will not accept children anymore, icon name should be sent as a sdsIcon
prop to the ButtonIcon component.
-
refactor(buttonicon): add xMark icon to the icons list
-
fix(typescript): fix buttonIcon + banner types
-
test(snapshots): update test snapshots
v10.8.0
10.8.0 (2022-12-06)
Features
- icons: add large Trash Can Icon + New Loading icons (#301) (7d47db0)