Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2023-08-23)

### Bug Fixes

* update state on country change ([266b5e9](266b5e9))

### Features

* add CountrySelect component ([2df22e1](2df22e1))
* provide convenient event listeners instead of onChange ([eee54b4](eee54b4))
* simplify component props ([49390c7](49390c7))

### BREAKING CHANGES

* package has been rewritten
* simplified event listeners
* value state is now controlled from inside the component
* no need to configure bundler for image imports anymore
* the select component is hidden if no country is
provided
* a select is used instead of a button that opens a menu,
this results in better accessibility
  • Loading branch information
semantic-release-bot committed Aug 23, 2023
1 parent 6fa1715 commit 37466d9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [5.0.0](https://github.com/recursive-beast/mui-phone-textfield/compare/v4.0.0...v5.0.0) (2023-08-23)


### Bug Fixes

* update state on country change ([266b5e9](https://github.com/recursive-beast/mui-phone-textfield/commit/266b5e95315ad0d31fda051ba7a09c66f800f478))


### Features

* add CountrySelect component ([2df22e1](https://github.com/recursive-beast/mui-phone-textfield/commit/2df22e1fe5670f8795d43b4097d7d2691e6a17ad))
* provide convenient event listeners instead of onChange ([eee54b4](https://github.com/recursive-beast/mui-phone-textfield/commit/eee54b475d634ddec5a9047bb1bf54c02427d01e))
* simplify component props ([49390c7](https://github.com/recursive-beast/mui-phone-textfield/commit/49390c7ec447a7f25c855488516fdd878fa85e4b))


### BREAKING CHANGES

* package has been rewritten
* simplified event listeners
* value state is now controlled from inside the component
* no need to configure bundler for image imports anymore
* the select component is hidden if no country is
provided
* a select is used instead of a button that opens a menu,
this results in better accessibility

# [5.0.0-pre-release.1](https://github.com/recursive-beast/mui-phone-textfield/compare/v4.0.0...v5.0.0-pre-release.1) (2023-08-23)


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": "mui-phone-textfield",
"version": "5.0.0-pre-release.1",
"version": "5.0.0",
"description": "A phone number input for Material-UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 37466d9

Please sign in to comment.