Skip to content

Commit

Permalink
Added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Dec 18, 2018
1 parent 86aa5c2 commit 614dc9a
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
# Changelog

## [v5.0.7](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.7)

### Bug fixes

- [#220](https://github.com/patw0929/react-intl-tel-input/pull/220): Upgrade Libphonenumber to v8.9.9 (by [@superhit0](https://github.com/superhit0))


## [v5.0.6](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.6)

### Bug fixes

- [#217](https://github.com/patw0929/react-intl-tel-input/pull/217): Add findIndex implementation for IE 11 (by [@ostap0207](https://github.com/ostap0207))
- [#219](https://github.com/patw0929/react-intl-tel-input/pull/219): Fixed [#218](https://github.com/patw0929/react-intl-tel-input/issues/218): Fix expanded class not being removed from wrapper (by [@MilosMosovsky](https://github.com/MilosMosovsky))


## [v5.0.5](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.5)

### Bug fixes

- Fixed [#208](https://github.com/patw0929/react-intl-tel-input/issues/208): issue of dial code shows twice in input ([#209](https://github.com/patw0929/react-intl-tel-input/pull/209) & [#210](https://github.com/patw0929/react-intl-tel-input/pull/210))


## [v5.0.4](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.4)

### Bug fixes

- [#207](https://github.com/patw0929/react-intl-tel-input/pull/207): Move Prop-types out of peer dependency. remove proptypes in dist ([57a6956](https://github.com/patw0929/react-intl-tel-input/commit/57a695617582a7662e1af4a66d326a9ff7d61ba7) by [@dphrag](https://github.com/dphrag))


## [v5.0.3](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.3)

### Bug fixes

- [#204](https://github.com/patw0929/react-intl-tel-input/pull/204): Handle placeholder and customPlaceholder change (by [@adrienharnay](https://github.com/adrienharnay))


## [v5.0.2](https://github.com/patw0929/react-intl-tel-input/releases/tag/v5.0.2)

### Bug fixes

- [#202](https://github.com/patw0929/react-intl-tel-input/pull/202): Fix runtime error when this.tel is null ([e021526](https://github.com/patw0929/react-intl-tel-input/commit/e02152686a39ae76dc801aa5a31df5f5b00e74ea) by[@adrienharnay](https://github.com/adrienharnay))
- [#201](https://github.com/patw0929/react-intl-tel-input/pull/201): Update placeholder when receiving new placeholder prop (4e9bcaf by @patw0929)

## [v5.0.1]

### Bug fixes

- #199: reconfigure packages to bring back compatibility to both react 15 & 16 (ea2d593 by @ignatiusreza)


## [v5.0.0]

### Breaking change

- #196 Upgrade to React 16 (by @puffo & @ignatiusreza)


## [v4.3.4]

### Bug fixes

- #198 Allow country code to be deleted (Fixed #197) (c731a6b by @MatthewAnstey)


## [v4.3.3]

### Bug fixes

- #195: Add flag update when phones changes through props (9d58356 by @MatthewAnstey)


## [v4.3.2]

### Bug fixes

- #192: highlight country from preferred list (b37cc3d, 7f2b90e, 5bdbb79 by @denis-k)


## [v4.3.1]

### Bug fixes

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


## [v4.0.1]

### Bug fixes

- Make isMobile isomorphic-friendly (690f25b by @mariusandra)


## [v3.7.0]

### New features

- #162: Pass arbitrary props to the tel input element (Also fixed #158) (5e2d4f9 by @Arkq)


## [v3.2.0]

### New features

- #140: Pass down status to onSelectFlag by using isValidNumberForRegion (fd39e98, ed781ed by @viqh)
- #141: Added on blur callback handler (5aaef6e by @matteoantoci)

### Bug fixes

- #142: implement state.value change in componentWillReceiveProps (09eae7e by @pwlmaciejewski)

0 comments on commit 614dc9a

Please sign in to comment.