Skip to content

Tags: nurullah/react-intl-tel-input

Tags

v7.1.0

Toggle v7.1.0's commit message
Bumped version into v7.1.0

New features

- patw0929#308: Add optional onPhoneNumberFocus function (by @johannessjoberg)

v7.0.3

Toggle v7.0.3's commit message
Bumped version into v7.0.3

Bug fixes:

* patw0929#285: Update flag when defaultCountry value is changed

v7.0.2

Toggle v7.0.2's commit message
Bumped version into v7.0.2

Bug fixes:

* patw0929#302: Remove package-lock.json
* patw0929#283: Fix: invoke onPhoneNumberChange callback with formatted value on init instead of unformatted value from previous state
* patw0929#300: fixed bug with pasting number over another number
* patw0929#299: Use cross-env to solve cross platforms issue (scripts with node env variables)

Docs:

* patw0929#298: Update LICENSE
* patw0929#297: Update README.md
* patw0929#294: Removed bash highlighting for npm/yarn commands in README

v7.0.1

Toggle v7.0.1's commit message
Bumped version into v7.0.1

Bug fixes:

- patw0929#277: Fix(272): Updating Allowdropdown after mount

Docs:

- patw0929#273: Feature: Introducing storybook for documentation and playground
- patw0929#274: fix(storybook-deploy): Fixed the storybook deployment script in travis
- patw0929#275: Fix: storybook's public path
- patw0929#276: Refactor: Removing all unused files and codes for example

v7.0.0

Toggle v7.0.0's commit message
Bumped version into v7.0.0

Bug fixes

- patw0929#270: Fixed the issue of pasting number to text input cannot update flag in international mode
- patw0929#271: Fixed the CSS prop name issue of styled-component

v6.1.1

Toggle v6.1.1's commit message
Bumped version into v6.1.1

Bug fixes

- patw0929#269: Fixed issue patw0929#268 - disabled state doesn't update an input field (by @patw0929)
- patw0929#265: update cursor position after focused (by @Loongwoo)

Chores

- patw0929#267 - Use createPortal API to implement RootModal (by @patw0929)
- Added ISSUE_TEMPLATE.md & PULL_REQUEST_TEMPLATE.md

v6.1.0

Toggle v6.1.0's commit message
Bumped version into v6.1.0

New features

- patw0929#249: Add support for onFlagClick (by @tomegz)
- patw0929#254: Updated libphonenumber to 8.10.2 (by @superhit0)
- patw0929#256: Added event object to onPhoneNumberBlur callback's parameter (by @superhit0)

Bug fixes

- patw0929#254: Fixed issue patw0929#253 - Can not import from Node.js since module build upgrade to webpack 4 (by @superhit0)
- patw0929#256: Defined .npmrc to avoid overriding the default npm registry server (by @superhit0)
- patw0929#259: Fixed not update value issue when value is empty string (by @patw0929)

v6.1.0-alpha.0

Toggle v6.1.0-alpha.0's commit message
Bumped version into v6.1.0-alpha.0

New features:

* patw0929#249: Add support for onFlagClick (by @tomegz)
* patw0929#254: Updated libphonenumber-js-utils to v8.10.2

Bug fixes:

* patw0929#254: Fixed patw0929#253 Can not import from Node.js since module build upgrade to webpack 4
* Use another geoip service in example page (avoid adblock issue)
* Show logger on example page

v6.0.0

Toggle v6.0.0's commit message
Bumped version into v6.0.0

Breaking changes:

New features:

Bug fixes:

v5.1.0-rc.0

Toggle v5.1.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request patw0929#248 from patw0929/feature/analyze-bundle-…

…size

Analyze bundle size & decrease the size of main.js