Skip to content

Latest commit

 

History

History
118 lines (96 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

118 lines (96 loc) · 4.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0] - 2021-10-12

Changed

  • Replaced flag sprite sheet with country-flag-icons package

Technical

  • This package no longer supports versions of material-ui under v5

[2.2.6] - 2019-03-20

Fixed

[2.2.5] - 2019-12-05

Changed

  • Moved @material-ui/core back to peerDependencies

[2.2.4] - 2019-11-13

Fixed

  • Fixed an issue with builds not being generated correctly - see #34 and #32

[2.2.3] - 2019-11-12

Changed

  • Changed clsx to clsx
  • Moved all packages to dependencies rather than peerDependencies

[2.2.2] - 2019-10-17

Fixed

Fixed a regression caused by updating to @material-ui/core@4.5

[2.2.1] - 2019-10-02

Fixed

[2.2.0] - 2019-10-02

Added

[2.1.0] - 2019-08-27

Changed

[2.0.1] - 2019-07-17

Fixed

[2.0.0-beta0] - 2019-05-02

Added

  • Added support for a new native property for people who want to use a native select for the button dropdown

Changed

  • Added support for material-ui 4
  • Added clsx to peer dependencies
  • Added lodash to peer dependencies

[1.6.0] - 2019-04-23

Changed

  • Moved material-ui and react to peer dependencies

Fixed

[1.5.0] - 2019-04-03

Added

Fixed

[1.4.0] - 2019-03-11

Added

  • Add support for variant TextField prop

[1.3.0] - 2019-02-15

Fixed

Added

[1.2.3] - 2018-12-07

Fixed

  • Fixed a React warning caused by having the first child of a menu being a React.Fragment

Changed

  • Added @material-ui/core to webpack externals and removed lodash from externals

[1.2.1] - 2018-11-14

Added

  • Added support for inputProps TextField parameter

[1.2.0] - 2018-11-14

Fixed

Added

  • Re-added support for disableDropdown parameter

[1.1.2] - 2018-10-30

Fixed

  • Fixed a spooky issue with the wrong value being sent to the onChange event listener

[1.1.1] - 2018-10-30

Fixed

  • Fixed a regression caused by moving on* event listeners to InputProps

[1.1.0] - 2018-10-30

Fixed

  • Fixed an issue with dropdowns not popping over the flag button
  • Fixed an issue with the divider not appearing in the dropdown
  • Fixed a regression with the dropdown not scrolling to the selected country

Added

  • Added support for helperText TextField property

Changed

  • Set error property on the TextField for invalid phone numbers

Security

Deprecated