Changes
- Fix __noscroll param #4063
- Allow access to methods when class instance used for x-data #4038
- Fix
$refs
being used withx-teleport
#4031 - Fix
x-if
andx-for
double init on clone phase #4015 - Only ever initialize an Alpine element once #4000
- Fix context of listbox to prevent error when using wire:navigate #4008
- Ensure
$listboxOption.isSelected
/$comboboxOption.isSelected
works if item value isfalse
or0
#4005 - Remove unused imports #4006
- Ignore Vue
markRaw()
objects when evaluating interceptors 815fae3 - Remove
x-intersect
from clone phase e8c5992 - Support
destroyTree
custom walker bf36275 - Add warning for duplicate
x-for
keys f6e87ce