Releases: sumup-oss/circuit-ui
Releases · sumup-oss/circuit-ui
v1.2.1
v1.2.1-canary.1@canary
1.2.1-canary.1 (2019-09-24)
Bug Fixes
- utils: only show deprecation warning when prop is used (a04781a)
v1.2.0
1.2.0 (2019-09-19)
Main Changes
🐐 Replace Enzyme with react-testing-library (#471)
💀 Deprecate a number of components and props (#470)
Features
- components: add a validation hint to the Checkbox (#452) (6230121)
- components: add a validation hint to the Select (#451) (72087a1)
- components: add condensed styles to Table (#458) (126dbf6)
- components: add Sidebar disabled state (#464) (9f35f0d)
- components: add vertical scroll to table (#459) (388a19f)
- components: deprecate components (#470) (e14c6cc)
- tests: change testing library (#471) (b9c8fe2)
Bug Fixes
- Remove default props for deprecated props in Input (#455) (4592ad6)
- components: add accessible label to IconButton (#474) (847bd98)
- components: allow Sidebar custom styles with a className prop (#462) (be4a49e)
- components: center align text inside Badge (#465) (40191c9)
- components: fix table vertical scroll (#460) (03b336f)
- components: minor fixes for ListItem, Tabs and Table components (#475) (034ec30)
- components: position validation hint relative to checkbox (#457) (56fd262)
- components: sort rows with nested props (#473) (9b73812)
- components: use shared children prop type for SvgButton (#467) (66a0a23)
- utils: check custom prop types correctly (#449) (9e89f3c)