Skip to content

Releases: chanzuckerberg/sci-components

v13.2.0

10 Jan 09:01
d8a7ea8
Compare
Choose a tag to compare

13.2.0 (2023-01-10)

Features

  • demos: testing the migration of CodeSandbox demos to SDS git repo (#309) (d8a7ea8)

v13.1.2

04 Jan 08:32
20baa87
Compare
Choose a tag to compare

13.1.2 (2023-01-04)

Bug Fixes

  • dropdownmenu: remove onClickAway from forwardedProps (#308) (20baa87)

v13.1.1

22 Dec 22:59
fafba26
Compare
Choose a tag to compare

13.1.1 (2022-12-22)

Bug Fixes

  • tag: add default value for tag's hover prop (#307) (fafba26)

v13.1.0

21 Dec 21:32
c9cf9ff
Compare
Choose a tag to compare

13.1.0 (2022-12-21)

Features

v13.0.0

19 Dec 18:44
c4a51b9
Compare
Choose a tag to compare

13.0.0 (2022-12-19)

Features

  • tabs: update props.count to support ReactNode (#305) (c4a51b9)

BREAKING CHANGES

  • tabs: props.count is now ReactNode instead of number

  • add test

v12.1.0

15 Dec 02:58
ac0246b
Compare
Choose a tag to compare

12.1.0 (2022-12-15)

Features

v12.0.1

14 Dec 16:28
141396f
Compare
Choose a tag to compare

12.0.1 (2022-12-14)

Bug Fixes

  • dropdown: dropdown triggers onChange unnecessarily when the parent re-renders (#304) (141396f)

v12.0.0

12 Dec 19:34
d35d52b
Compare
Choose a tag to compare

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.1.0

09 Dec 19:37
274558e
Compare
Choose a tag to compare

11.1.0 (2022-12-09)

Features

v11.0.0

07 Dec 22:45
16e421d
Compare
Choose a tag to compare

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