46.0.2-next.0 (2022-09-06)
Bug Fixes
- next: branch failing tests (bfb1210)
- npm: make sure version number is valid (1f9bdc2)
- react: fix failing badge test (cd20d6d)
- react: fix failing test in MultiSelectConnected (066d08d)
- react: make ActionableItem display better (#2763) (f97e533)
- react: remove extra padding for icon only badge (b3a368b)
- react: remove unused import in LabeledValue (82ed5f8)
- website: _react is not defined in sandbox (c469856)
- website: remove workarounds (4e25333)
- website: use new icon in badge examples (0f862ea)
- website: window is not defined on first load (69bc45f)
Code Refactoring
- react,website: remove Svg from SideNavigation components (7801fd2)
- react: remove Svg from BlankSlate (fe1cf87)
- react: remove Svg from IconCard (81a5e6a)
Features
- iconbadge: removed svg and using new icons (#2731) (4bc0767)
- icons: removed svg from tabs (#2733) (dc8401b)
- react-icons: add accessible role to all icons (c5bece6)
- react-icons: add accessible role to all icons (b5dfd59)
- react-icons: implement Icon type (1891313)
- react-icons: implement Icon type (cb10a12)
- react-icons: write Icon type manually (f801efe)
- react: delete Svg and SvgChild components (1252162)
- react: remove Svg from ActionableItem (e11a8ca)
- react: use plasma-react-icons in badge component (0e33de1)
- react: use plasma-react-icons in badge component (1c56382)
- react: use react-icons in CollapsibleToggle (8706144)
- react: use react-icons in CollapsibleToggle (1e55008)
- tokens: extract design tokens from figma libraries (bcfe94a)
- tokens: extract design tokens from figma libraries (ebe3918)
BREAKING CHANGES
- react,website: svgName and svgClass props no longer exist, use icon prop instead
- react: icon prop for choices now expects an icon from the iconography, .mod-fixed-size is
getting removed, that doesn't belong in plasma
- react: Blankslates no longer have svgName and svgClass props, use icon prop instead
fix(website): use Icons in BlankSlate examples
- react: Svg and SvgChild no longer exist, either use icons from plasma-react-icons or img
tag with an svg from plasma-style
fix: linkSvg path changed
- react: CollapsibleToggleProps changed, svgClassName is no longer a prop
- react: Badge icon prop now expects an icon from plasma-react-icons
fix(react): fix badge tests
- react: CollapsibleToggleProps changed, svgClassName is no longer a prop
- react: Badge icon prop now expects an icon from plasma-react-icons
fix(react): fix badge tests