3.2.0
🚀 Added
- Added onComponentBlur to (#496)
AddinputRef
prop to Choice and add onComponentBlur to ChoiceList.
💅 Changed
-
Changed background fill color for default buttons (#459)
The default button style background fill is now white and the inverse style background is inverse -
Changed error message placement (#490)
Error messages now come after the hint text to be closer to the input now white and the inverse style background is inverse
📦 Internal
- Set up visual regression testing with BackstopJS (#486) (#500)
- Move HTML examples from inline to stand-alone files (#492)
- Separate out inline styles (#495)
- Bump mixin-deep from 1.3.1 to 1.3.2 (#487)
🚫 Deprecated
- Right-to-Left choice/checklist and
<Select>
have been marked for deprecation. They are still available to be used, but should not be used going forward as they will be removed as a break changing in a later release. (#494)- Right-to-left choices are being deprecated because of usability issues
<Select>
is being deprecated in favor of the newly added<Dropdown>
component.