Skip to content

Commit

Permalink
chore(release): 90.0.0
Browse files Browse the repository at this point in the history
## [90.0.0](v89.3.0...v90.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](1cc93ec))
  • Loading branch information
semantic-release-bot authored and carbonci committed Sep 24, 2021
1 parent 72b1da9 commit 590f6c4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [90.0.0](https://github.com/Sage/carbon/compare/v89.3.0...v90.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](https://github.com/Sage/carbon/commit/1cc93ec3e81acf5f8c44834d327587daaca46ae5))

## [89.3.0](https://github.com/Sage/carbon/compare/v89.2.0...v89.3.0) (2021-09-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "89.3.0",
"version": "90.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 590f6c4

Please sign in to comment.