Skip to content

Bump alpinejs from 3.11.1 to 3.12.1

HIFIS Bot requested to merge dependabot/npm_and_yarn/alpinejs-3.12.1 into master

Bumps alpinejs from 3.11.1 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

v3.12.0

Added

  • x-model.fill by input value on null or empty string #3423
  • x-mask custom decimal precision #3415
  • x-mask $money allow for negative values #3416
  • Accept x-data="true" as a synonym for x-data="{}" #3339

Fixed

  • 🐛 fixes improper use of nullish coalescing #3408
  • Fixes @keyup and @keydown listeners with .capture modifier never executed #3398
  • Remove Alpine UI references from Alpine core #3336
  • Update CSP documentation to clarify availability of the CSP build #2619
  • Fix x-model event listener doubling when cloned #3393
  • docs: Fix a few typos #3363
  • Fix Alpine.js becoming unresponsive after uncaught exception in reactive effect callback #3279
  • Fix inconsistent update for template x-if (issue #2803) #3278
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