Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.01 KB

Changelog

All notable changes to laravel-tel-input will be documented in this file

v1.3.0 - 2023-03-29

  • Added support for Laravel 10 by @jbajou in #18

v1.2.0 - 2022-02-09

  • Added support for Laravel 9

v1.1.6 - 2021-11-12

  • Added default value for id props.

v1.1.5 - 2021-09-28

  • Fix tel-input not rendering in Livewire after component update, refresh or change in DOM content.

v1.1.4 - 2021-09-27

  • Fix utilsScript relative path bug

v1.1.3 - 2021-09-09

  • Fix input rendering issues on Livewire modals and popups.

v1.1.2 - 2021-08-10

  • Fix issues working on page with Turbolinks and Turbo enabled.

v1.1.1 - 2021-08-10

  • Multiple tel input instance bug fix.

v1.1.0 - 2021-08-09

  • First stable release.

v1.0.4 - 2021-08-09

  • Bug fix.

v1.0.3 - 2021-08-09

  • Bug fix.

v1.0.2 - 2021-08-08

  • Fix bug in composer.json

v1.0.1 - 2021-08-08

  • Added demo2.gif image preview to README.md
  • Fix bug in composer.json

v1.0.0 - 2021-08-08

  • Initial release