Skip to content

Commit

Permalink
chore(release): 121.0.0
Browse files Browse the repository at this point in the history
## [121.0.0](v120.6.1...v121.0.0) (2023-10-06)

### ⚠ BREAKING CHANGES

* **textarea, textbox:** The `enforceCharacterLimit` prop has been completely removed and is no longer
supported. We recommend providing adequate feedback to users when they have exceeded the set
`characterLimit` instead
* **locale:** As the `hintString` translation key is public facing, its removal will mean a
type / compile error may be thrown in consumers TypeScript projects

### Bug Fixes

* **locale:** remove `hintString` translation key ([b0042c4](b0042c4))
* **textarea, textbox:** improve character count accessibility and align with design system ([0e59173](0e59173))
* **textarea, textbox:** remove `enforceCharacterLimit` from textbox based inputs and textarea ([55d5dbf](55d5dbf))
  • Loading branch information
semantic-release-bot authored and robinzigmond committed Oct 19, 2023
1 parent b49f757 commit ae2d033
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [121.0.0](https://github.com/Sage/carbon/compare/v120.6.1...v121.0.0) (2023-10-06)


### ⚠ BREAKING CHANGES

* **textarea, textbox:** The `enforceCharacterLimit` prop has been completely removed and is no longer
supported. We recommend providing adequate feedback to users when they have exceeded the set
`characterLimit` instead
* **locale:** As the `hintString` translation key is public facing, its removal will mean a
type / compile error may be thrown in consumers TypeScript projects

### Bug Fixes

* **locale:** remove `hintString` translation key ([b0042c4](https://github.com/Sage/carbon/commit/b0042c4e4589f76fc03476de24d00a3e7e26a36d))
* **textarea, textbox:** improve character count accessibility and align with design system ([0e59173](https://github.com/Sage/carbon/commit/0e59173ab3c50426337f53919fd9888a01a8c632))
* **textarea, textbox:** remove `enforceCharacterLimit` from textbox based inputs and textarea ([55d5dbf](https://github.com/Sage/carbon/commit/55d5dbf2f9c30faeddf837fe17dc26a0a4d6b4bf))

### [120.6.1](https://github.com/Sage/carbon/compare/v120.6.0...v120.6.1) (2023-10-05)


Expand Down
4 changes: 2 additions & 2 deletions 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": "120.6.1",
"version": "121.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit ae2d033

Please sign in to comment.