Skip to content

Latest commit

 

History

History
226 lines (124 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

226 lines (124 loc) · 15.8 KB

Changelog

New features

Bug fixes

Bug fixes:

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

Docs:

Bug fixes

Docs

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

Bug fixes

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

Bug fixes

Chores

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

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)

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)

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

Bug fixes

Bug fixes

Bug fixes

  • Fixed #208: issue of dial code shows twice in input (#209 & #210)

Bug fixes

  • #207: Move Prop-types out of peer dependency. remove proptypes in dist (57a6956 by @dphrag)

Bug fixes

Bug fixes

  • #202: Fix runtime error when this.tel is null (e021526 by@adrienharnay)
  • #201: Update placeholder when receiving new placeholder prop (4e9bcaf by @patw0929)

Bug fixes

Breaking change

Bug fixes

Bug fixes

Bug fixes

Bug fixes

  • Changed line that sets countryCode. Now, when CC is invalid, it is set to null and therefor not changed (34b5517 by @darkenvy)

Bug fixes

New features

New features

Bug fixes