Releases: patw0929/react-intl-tel-input
Releases · patw0929/react-intl-tel-input
v7.1.0
v7.0.3
v7.0.2
Bug fixes:
- #302: Remove package-lock.json
- #283: Fix: invoke onPhoneNumberChange callback with formatted value on init instead of unformatted value from previous state
- #300: fixed bug with pasting number over another number
- #299: Use cross-env to solve cross platforms issue (scripts with node env variables)
Docs:
v7.0.1
v7.0.0
v6.1.1
v6.1.0
New features
- #249: Add support for onFlagClick (by @tomegz)
- #254: Updated libphonenumber to 8.10.2 (by @superhit0)
- #256: Added event object to onPhoneNumberBlur callback's parameter (by @superhit0)
Bug fixes
- #254: Fixed issue #253 - Can not import from Node.js since module build upgrade to webpack 4 (by @superhit0)
- #256: Defined .npmrc to avoid overriding the default npm registry server (by @superhit0)
- #259: Fixed not update value issue when value is empty string (by @patw0929)
v6.0.0
Breaking changes
New features
- #248: Analyze bundle size & decrease the size of main.js (by @patw0929)
- #227: Bumping React version to 16.4.1 & removing deprecated lifecycle events (by @superhit0)
- #214: Provide fullNumber and isValid when onSelectFlag (by @adrienharnay)
- #232: npmignore updated with file list (fixed #231) (by @nutboltu)
- #242: Upgrade webpack, eslint, babel and refine coding style (by @patw0929)
- #243: Improvement: Utilize @babel/plugin-proposal-class-properties by using class properties in class components (by @tomegz)
Bug fixes
- #246: Refactor FlagDropDown: Avoid creating functions every time render() is invoked, use class properties instead (by @tomegz)
- #221: Fix cursor Issue (#205) (by @superhit0)
- #223: Removed second argument of parseFloat (by @patw0929)
- #234: Hide country list when click on flag button (by @ilagnev)
- #241: Fixes #235: Show countrylist when allowDropdown flag is set to true (by @tomegz)
v5.1.0-rc.0
New features
- #227: Bumping React version to 16.4.1 & removing deprecated lifecycle events (by @superhit0)
- #214: Provide fullNumber and isValid when onSelectFlag (by @adrienharnay)
- #232: npmignore updated with file list (fixed #231) (by @nutboltu)
- #242: Upgrade webpack, eslint, babel and refine coding style (by @patw0929)
- #243: Improvement: Utilize @babel/plugin-proposal-class-properties by using class properties in class components (by @tomegz)