Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 572 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 572 Bytes

Changelog

All notable changes to Livewire Combobox will be documented in this file:

1.2 - 2021-05-11

  • New code structure. All the code has been refactoring and optimized.
  • Major security improvements, and now, the properties are protected not public as before.
  • New method disabledOnEmpty().
  • The variable public string $comboboxContainerClass now is protected string $containerClass.

1.1 - 2021-05-04

  • New loading indicator.
  • New method withoutResponse().
  • Fixed bug when main selector was reset.

1.0 - 2021-04-30

  • Initial commit.