All notable changes to filament-phone-input
will be documented in this file
- Update PhoneInputNumberType.php by @mehmethamza in #72
- @mehmethamza made their first contribution in #72
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.7...v3.1.8
- Resolve critical vulnerability GHSA-vjh7-7g9h-fjfh by @Orrison in #69
- @Orrison made their first contribution in #69
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.6...v2.4.8
- Resolve critical vulnerability GHSA-vjh7-7g9h-fjfh by @Orrison in #69
- @Orrison made their first contribution in #69
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.6...v2.4.8
- Fix Alpine directive from 'ax-' to 'x-' in phone input view by @smiliyas in #67
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.5...v3.1.6
- Fixed an issue where the associative values of
PhoneEntry
andPhoneColumn
components were not showing up.
- Fixes
Js
class implementation issue inphone-input.blade.php
by @elegasoft in #60
- @elegasoft made their first contribution in #60
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.3...v3.1.4
- Fixed an error clearing the input value when the state value is filled as empty.
- Bump
intl-tel-input
version to25.2.0
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.2...v3.1.3
- Disabling country selection when input set disabled
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.1...v3.1.2
- Fixed an issue regarding whether the input in the reactive state is disabled or not
- Bump intl-tel-input version to
24.6.0
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.0...v3.1.1
- Fixes #49 and upgraded latest version of the
intl-tel-input
Important
The flag images have been updated in the latest version of the intl-tel-input
package. So you need to run
php artisan vendor:publish --tag="filament-phone-input-assets" --force
Otherwise the flag images may not be reflected correctly.
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.0.2...v3.1.0
- Fix RTL Phone Number Display by @emargareten in #48
- @emargareten made their first contribution in #48
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.0.1...v3.0.2
- Fixed path to
use PhoneInputNumberType;
by @snipe in #43 - Update README.md by @marcos-aparicio in #44
- fix async alpine not loading reliably in spa mode by @smiliyas in #47
- @snipe made their first contribution in #43
- @marcos-aparicio made their first contribution in #44
- @smiliyas made their first contribution in #47
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.6...v2.3.7
- fix async alpine not loading reliably in spa mode by @smiliyas in #47
- @smiliyas made their first contribution in #47
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.0.0...v3.0.1
- Upgraded latest version of
intl-tel-input
- Fixed path to
use PhoneInputNumberType;
by @snipe in #43 - Update README.md by @marcos-aparicio in #44
- Version 3 by @ysfkaya in #45
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.6...v3.0.0
- Fixed affix actions #42
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.5...v2.3.6
- Fixed an issue triggering
unsavedChangeAlerts
event. #38
- Update README.md by @nathanpelton in #37
- Uptade dependecy version of
spatie/laravel-package-tools
- @nathanpelton made their first contribution in #37
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.3...v2.3.4
- allowing array as value for type parameter in PhoneInput@validateFor by @Carnicero90 in #35
- @Carnicero90 made their first contribution in #35
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.2...v2.3.3
- Fixed infinite recursion issue while using country state path.
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.1...v2.3.2
- Fixed an issue with instant detection of state change
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.0...v2.3.1
- Updated to the latest version of the
intl-tel-input
library. - Renamed
separateDialCode
method toshowSelectedDialCode
. TheseparateDialCode
method will be removed in a major version update. - Added
autoInsertDialCode
method. For details, see here. - Introduced a search input for countries with the new version. To hide this, the
countrySearch
method has been added. - Added
formatAsYouType
method. - This extension now publishes and utilizes flag icons available in the
intl-tel-input
library. Reading files via routes will be removed in the next major version. - Renamed
PhoneInputColumn
toPhoneColumn
. This class will be removed in a major version update. - Added
PhoneEntry
class for use in InfoList.
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.2.2...v2.3.0
- Accept an array to the
validatedCountry
property by @adesege #32
- Fixed
validateFor
method by usingint
instead ofstring
in$type
parameter
- Added
showFlags
option - Added
useFullscreenPopup
option
- Fixed form field ax-load issue on spa-mode by @ArtMin96 #26
- Added
static
return type by @akunbeben #23
- Fixed error in phone number parse. #21
- Added
defaultCountry
method
This version brings compatibility with Filament v3 and introduces a range of new features and improvements:
- 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
- Fix #16
- Fixes previous release
- Adds
IntlTelInputSelectedCountryCookie
property to automatically set country in cookie.
- Updated the dependencies for support Laravel 10
- Fixed when entering value at the state watching
- Support both lazy and debounce by @tanthammar in #8
- Fixed an issue where the state did not change when updating the value. #7
- Fixed an issue where overflow of input dropdown. #3
- Correction of
js
path in ServiceProvider.
- Fixed issue with white background color where in dark mode. #4
- Adds images folder
- initial release