Skip to content

v3.5.0

Compare
Choose a tag to compare
@calebporzio calebporzio released this 03 Nov 15:59
· 600 commits to main since this release

Added

  • Add .inert and .noscroll x-trap modifiers #2309
  • Allow x-model to be accessed programmatically #2303
  • Add $data magic property #2301
  • Create global Alpine.$persist to enable persisting in Alpine.store #2191
  • Improve Alpine error resiliency and logging #2027

Fixed

  • Fix transition bug where @click.outside AND leave transition only break #2302
  • Fix x-collapse: only set overflow:hidden when strictly needed #2213
  • x-collapse not working properly when used with click.away #2201
  • Fix binding plain attributes #2299
  • Fix static attribute binding in x-bind object #2256
  • Fix evaluator bug when expression starts with let or const #2224