Release v0.13.0
fundamental-bot
released this
21 Sep 23:02
·
64 commits
to master
since this release
Features
- update fundamental-styles to 0.12.0-rc.44 (#1203) (0c0cce7)
- add textClassName prop and unit test (#1184) (b800bf9)
- create Title component (#1171) (0f96960)
- add additional props for customization to validationOverlayProps (#1192) (ebbbd31)
- BREAKING CHANGE: update fundamental-styles to v0.12.0-rc.18 (#1172) (efb2d17)
- add custom classes to Select component (#1185) (6724eab)
- normalize FormValidationOverlay usage in other components (#1183) (1baafc8)
- validation class prop (#1181) (250d75e)
- BREAKING CHANGE: BREAKING CHANGE: checkbox replace state with validation states (#1176) (9a71277)
- update fundamental styles to 0.11.3-rc.8 (#1142) (282f771)
- combobox filtering and autocomplete (#1125) (d84ea0b)
- ObjectStatus new component (#1118) (f105990)
- Use the popperPlacement prop to allow fallbackPlacements (#1126) (ca5a66f)
- Allow a custom flip boundary container for components using Popper (#1122) (e28bc26)
- upgrade fundamental-styles to 0.11.0-rc.100 (#1121) (695aac4)
Bug Fixes
- BREAKING CHANGE: refine and document component event callbacks (#1210) (42391f9)
- combobox bugs (#1206) (493e867)
- multiple validationState messages + popover validation message styles (#1196) (dd769c9)
- In SSR null is not a valid prop-type (#1198) (7d614db)
- fundamental Switch state doesn't refresh (#1193) (1a7ac92)
- select onfocus onblur callbacks called at appropriate times (#1186) (f9e1282)
- remove detect-browser from package.json, bump standard version and run audit fix (#1187) (c2c952f)
- BREAKING CHANGE: Checkbox classname (#1170) (bd49054)
- BREAKING CHANGE: list selection behavior + accessibility (#1167) (2c4cbed)
- refactor popper portal (#1169) (05bc098)
- BREAKING CHANGE: Move SearchInput and SideNav callbacks outside of the setState callback to maintain event properties (#1165) (e1127b1)
- improve screen reader instructions for DatePicker (#1166) (384c9cb)
- update to latest fd-styles (#1161) (718700a)
- add prop for Select dropdown styling (#1154) (8d6d93e)
- MessageStrip Accessibility + useUniqueId hook (#1156) (267e0bd)
- add popoverProps to Select (#1150) (77ca775)
- #1130 Adding disabled and readonly props to search input (#1140) (8934e9c)
- allow custom modal manager for DatePicker (#1141) (8238c44)
- Only add the className prop to DatePicker children once (#1137) (1d5b9cb)
- Do not throw an error on "Element" if processing the code without the browser api (#1132) (d0b34d9)
- DatePicker cleanup PropTypes (#1131) (00eb0c7)
- prevent disabled and readonly select from opening (#1124) (7d64334)