Skip to content

Chore(deps): Bump alpinejs from 3.12.0 to 3.12.1 in /apps/app/assets

Bumps alpinejs from 3.12.0 to 3.12.1.

Release notes

Sourced from alpinejs's releases.

v3.12.1

Added

  • Support for registering multiple plugins at once: Alpine.plugin([...]) #3497
  • Add warning to prevent Alpine from being loaded twice on the same page #3565
  • Add descriptive warning for undefined x-for key and updates tests. #3498

Fixed

  • Fix x-for scope updates when looping through x-data elements #3504
  • Exclude dependencies from non-CDN builds #3459
  • Make x-transition delay syntax consistent with duration syntax #3476
  • Fix throttle/debounce user callback after preventDefault/stopPropagation is executed #3481
  • Make .fill work with selects and other modifiers #3495
  • Fix morphing @​event handlers #3494
  • Allow Booleans in bound x-transitions #3519
  • Handle special binding case for 'checked' and 'selected' #3535
  • Fix Safari AutoFill #3483
  • Fix duplicate/inaccurate test #3520
  • Fix typo on alt "component" #3541
  • Attempt memory leak fix from using magics #2832
Commits
  • b5920c2 Release v3.12.1
  • 7201ff1 More plugin Shapes (#3497)
  • 117668f Bug: Updates correct scope when x-for looping over element with x-data (#3504)
  • e394a47 Make x-transition delay syntax consistent with duration syntax (#3476)
  • c6cee92 throttle/debounce user callback after preventDefault/stopPropagation is execu...
  • 61afc45 🐛 Makes .fill work with selects and other modifiers (#3495)
  • 8e35eef wip
  • 9ad43f1 feat: Adds descriptive warning for undefined x-for key and updates tests. (#3...
  • 3a75b62 Add warning to prevent Alpine from being loaded twice on the same page (#3565)
  • ec73d44 🐛 Allows Booleans in bound x-transitions (#3519)
  • Additional commits viewable in compare view

Merge request reports