Skip to content

v3.13.6

Compare
Choose a tag to compare
@calebporzio calebporzio released this 05 Mar 15:49
· 38 commits to main since this release
1a321e6

Changes

  • Fix __noscroll param #4063
  • Allow access to methods when class instance used for x-data #4038
  • Fix $refs being used with x-teleport #4031
  • Fix x-if and x-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 is false or 0 #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