Releases: chanzuckerberg/sci-components
Releases · chanzuckerberg/sci-components
v13.2.0
13.2.0 (2023-01-10)
Features
- demos: testing the migration of CodeSandbox demos to SDS git repo (#309) (d8a7ea8)
v13.1.2
13.1.2 (2023-01-04)
Bug Fixes
- dropdownmenu: remove onClickAway from forwardedProps (#308) (20baa87)
v13.1.1
13.1.1 (2022-12-22)
Bug Fixes
- tag: add default value for tag's hover prop (#307) (fafba26)
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