Skip to content

Releases: patw0929/react-intl-tel-input

v7.1.0

20 Oct 02:12
Compare
Choose a tag to compare

New features

  • #308: Add optional onPhoneNumberFocus function

v7.0.3

10 Oct 05:39
Compare
Choose a tag to compare

Bug fixes

  • #285: Update flag when defaultCountry value is changed

v7.0.2

09 Oct 17:44
Compare
Choose a tag to compare

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:

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

v7.0.1

09 Oct 17:44
Compare
Choose a tag to compare

Bug fixes:

  • #277: Fix(272): Updating Allowdropdown after mount

Docs:

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

v7.0.0

07 Feb 14:30
Compare
Choose a tag to compare

Bug fixes

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

v6.1.1

07 Feb 14:30
Compare
Choose a tag to compare

Bug fixes

Chores

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

v6.1.0

08 Jan 02:24
Compare
Choose a tag to compare

New features

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

19 Dec 07:18
Compare
Choose a tag to compare

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

18 Dec 12:15
86aa5c2
Compare
Choose a tag to compare
v5.1.0-rc.0 Pre-release
Pre-release

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)

Bug fixes

v5.0.7

30 Jun 04:30
Compare
Choose a tag to compare

Bug fixes: