Skip to content

Releases: ysfkaya/filament-phone-input

2.2.0

12 Dec 13:00
Compare
Choose a tag to compare

What's Changed

  • Added showFlags option
  • Added useFullscreenPopupoption

2.1.2

21 Nov 13:06
c9e00a2
Compare
Choose a tag to compare

What's Changed

  • Fixed form field ax-load issue on spa-mode by @ArtMin96 #26

2.1.1

17 Oct 13:54
f75b029
Compare
Choose a tag to compare

What's Changed

2.1.0

13 Oct 00:09
Compare
Choose a tag to compare

What's Changed

  • Fixed error in phone number parse. #21
  • Added defaultCountry method

2.0.0

19 Aug 13:04
800bd80
Compare
Choose a tag to compare

This version brings compatibility with Filament v3 and introduces a range of new features and improvements:

What's New

  • Full compatibility with Filament v3.
  • Comprehensive unit tests.
  • Thorough browser tests.
  • Separation of country area code into a dedicated state.
  • Introduction of a class for table building.
  • Implementation of a customizable validation method.
  • Extended usage beyond Filament.
  • Updated documentation.
  • Updated intl-tel-input version to v18.2.1

1.3.4

19 Aug 12:53
a8f5b3c
Compare
Choose a tag to compare

What's Changed

  • Supports for new version of intl-tel-input v18.1 by @malzariey

1.3.3

20 Jul 07:05
Compare
Choose a tag to compare

What's Changed

1.3.2

02 Mar 08:05
Compare
Choose a tag to compare

What's Changed

  • Fixes previous release

1.3.1

02 Mar 07:53
Compare
Choose a tag to compare

What's Changed

  • Adds IntlTelInputSelectedCountryCookie property to automatically set country in cookie.

1.3.0

15 Feb 15:54
Compare
Choose a tag to compare

What's Changed

  • Updated the dependencies for support Laravel 10