Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 1.4 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.

  • Move Typescript dependencies to fix package installation

2.0.0 - 2022-08-30

  • Update typescript to 4.8
  • Update various dev dependencies
  • Be more lenient in peer dependencies
  • Add innerRef property. Use it to pass a ref to the hidden input field containing the whole normalized phone number, including country dial.
  • Change name property to be set on the hidden input field containing the whole normalized phone number including country dial. Before, it was set on the visible input field containing the formatted phone number without country dial.
  • Fix infinite update
  • Add name="[name]-without-country" to visible input field for easier access (e.g. during test automation).

1.0.1 - 2022-08-29

  • Fix dependency
  • Fix discovery of types
  • Fix multiple type declarations

1.0.0 - 2022-08-29

  • Initial release