Skip to content

Releases: viclafouch/mui-tel-input

v2.0.2

22 Sep 07:12
Compare
Choose a tag to compare

Fix

  • Fix #15. The list of countries is now correctly in alphabetical order.

v2.0.1

01 Sep 13:19
Compare
Choose a tag to compare

Fixes

  • Fix #12. undefined is now accepted for the value prop. And on TypeScript type, the value prop is not required anymore. But keep in mind that the component can't work properly if you don't control it.

v2.0.0

30 Aug 09:11
Compare
Choose a tag to compare

Breaking Changes

  • matchIsValidTel instead of isValidPhoneNumber. Less confusion, it's a function and not a const.

Usage

- import { isValidPhoneNumber } from 'mui-tel-input'
+ import { matchIsValidTel } from 'mui-tel-input'

Fixes

  • Closes #8 ("Could not works for canada , +1")

Docs

v1.4.1

25 Jul 14:48
Compare
Choose a tag to compare
  • Update deps