Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
1.4.12
08 Nov 21:09
Compare
Sorry, something went wrong.
No results found
Changed
Allow timezone custom select to be fixed positioned
1.4.11
08 Nov 20:57
Compare
Sorry, something went wrong.
No results found
Changed
Allow custom select menu to be fixed positioned instead of absolute
Tweak password input styling
1.4.10
02 Nov 14:34
Compare
Sorry, something went wrong.
No results found
Fixed
Prevent toggle icon from overlapping with icons injected into the password input by password managers such as Lastpass
1.4.9
30 Oct 13:08
Compare
Sorry, something went wrong.
No results found
Changed
Change custom select option selection tracking to use session storage
1.4.8
29 Oct 18:54
Compare
Sorry, something went wrong.
No results found
Fixed
Adjust how selected options are tracked for custom selects that are multiple selectable and wire filterable -- see livewire issue #763
Adjust selected display styling for multi custom-select
1.4.7
28 Oct 20:10
Compare
Sorry, something went wrong.
No results found
Fixed
Fix z-index issue on custom select container
Preserve custom select display if selected option disappears
Prevent custom select options from being selected and de-selected in the same click
Allow tab to work normally when pressed and custom select button trigger is focused
Re-focus custom select trigger button when esc key is pressed and menu is opened
Make custom select clear button always vertically centered
1.4.6
26 Oct 15:18
Compare
Sorry, something went wrong.
No results found
Fixed
Add wire:ignore to the custom-select button display to prevent livewire from re-rendering it
1.4.5
26 Oct 14:54
Compare
Sorry, something went wrong.
No results found
Changed
Update how custom-select is initialized
1.4.4
26 Oct 14:13
Compare
Sorry, something went wrong.
No results found
Patch release to 1.4.3. The JS file for form-components did not build correctly in 1.4.3.
1.4.3
26 Oct 14:08
Compare
Sorry, something went wrong.
No results found
Fixed
[CustomSelect] Prevent trying to find children when $refs.menu is not present
[CustomSelect] Prevent menu and container from being referenced if not present