Skip to content

v90.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 24 Sep 09:43
· 6561 commits to master since this release
590f6c4

90.0.0 (2021-09-24)

⚠ BREAKING CHANGES

  • inputs: Props not declared in propTypes (including className) are no longer
    being spread on the root element in following components:
    ButtonToggleGroup, Checkbox, Date, Decimal,
    GroupedCharacter, Number, RadioButton, Select, MultiSelect,
    FilterableSelect, Switch, Textarea, Textbox.

Furthermore in all these components apart from the ButtonToggleGroup
all not declared props will be passed to the underlying HTML input
element

Code Refactoring

  • inputs: change the way props are spread internally (1cc93ec)