v6.6.0
This release adds a new Textarea
component, and the feedback
prop to Input
, Select
and also Textarea
, deprecating hasError
prop.
Added
- Add feedback prop to input to support dynamic styling by @acelaya in #1196
- Add feedback prop to Select to get it up to speed with Input by @acelaya in #1205
- Add Textarea component by @acelaya in #1204
Deprecated
- Deprecate
hasError
inSelect
andInput
. Get the same behavior by providingfeedback="error"
. By @acelaya
Full Changelog: v6.5.0...v6.6.0