Skip to content

Releases: jackocnr/intl-tel-input

v21.0.8

07 Apr 13:46
Compare
Choose a tag to compare

Try re-adding types entry in package.json

v21.0.7

07 Apr 10:07
Compare
Choose a tag to compare

Bump libphonenumber

v21.0.6

06 Apr 09:28
Compare
Choose a tag to compare

v21.0.5

04 Apr 21:36
Compare
Choose a tag to compare

v21.0.3

03 Apr 17:47
Compare
Choose a tag to compare

v21.0.2

03 Apr 16:26
Compare
Choose a tag to compare
  • Fixes and testing different TS declaration setup

v21.0.1

03 Apr 10:31
Compare
Choose a tag to compare

Fixes

v21.0.0

02 Apr 12:11
Compare
Choose a tag to compare

BREAKING CHANGES

  • Remove legacy jQuery version of the plugin
  • Remove Sass variables in favour of CSS variables (thanks @anthony0030)
    • NOTE: upgrading users are recommended to update their CSS overrides to use the new CSS variables instead where possible - see CSS file for details
  • React component: drop CommonJS build (IntlTelInput.cjs.js) and rename ES Modules build from IntlTelInput.esm.js to IntlTelInput.js
  • React component: remove redundant react props: placeholder, className, disabled, onFocus, onBlur (instead use inputProps)
  • Switch selected-flag div to be a <button> instead of just having role="button" attribute
  • Rename HTML/CSS classes: selected-flag => selected-country and flag-container => country-container

OTHER CHANGES

  • Use Esbuild instead of grunt plugins (template/concat/uglify) to build JS
  • Use ES modules internally
  • Use Typescript internally (type declaration files can be found in build/js/ and react/build/js/ dirs)
  • Update libphonenumber to v8.13.33 (thanks @anthony0030)
  • Add a way to automatically download the correct version of node (thanks @anthony0030)

v20.3.0

26 Mar 21:31
Compare
Choose a tag to compare
  • Remove babel build step as no longer needed

v20.2.0

26 Mar 12:08
Compare
Choose a tag to compare
  • Added strictMode option