mui-phone-input-ssr
Version:
An SSR-friendly Material UI React phone number input component. Based on the excellent material-ui-phone-number.
57 lines (46 loc) • 1.59 kB
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.2.5] - 2022-01-06
## Update country number formatting
## Changed
- Update country number formatting for Réunion
# [1.2.4] - 2021-11-02
## Prevent inputRef override, update country number formatting
## Changed
- Prevent inputRef from being overridden
- Additional modifications to country number formatting
# [1.2.3] - 2021-07-09
## Revert 1.2.2, fix country number formatting
## Changed
- Reverted 1.2.2, fixed country number formatting
# [1.2.2] - 2021-07-09
## Update country number formatting
## Changed
- Additional revision to Netherlands formatting and redeployment
# [1.2.1] - 2021-07-08
## Update country number formatting
## Changed
- Updated number formatting for Italy, Luxembourg, and The Netherlands
# [1.2.0] - 2021-07-06
## Null-guard cursorToEnd input
## Changed
- Added a null guard to cursorToEnd input
# [1.1.1] - 2021-06-04
## Upgrade Yarn
## Changed
- Upgraded to Yarn 2
# [1.1.0] - 2021-06-04
## Add type support
## Added
- Added type support
# [1.0.0] - 2020-04-13
## Initial deployment
## Fixed
- Removed several style-related dependencies (`less`, `less-loader`, `css-loader`, `style-loader`)
## Added
- Added classes necessary to pass JSS styling to components
## Changed
- Converted flag styles from Less to JSS
- Modified webpack rules associate with loading styles