Skip to content

Releases: alpinejs/alpine

v3.10.5

25 Oct 19:10

Choose a tag to compare

Added

Fixed

v3.10.4

07 Oct 20:08

Choose a tag to compare

Changed

  • Process headless Alpine UI component directives before standard Alpine ones (namely x-bind)

v3.10.3

21 Jul 04:12

Choose a tag to compare

Added

  • Add x-show.important #3002
  • Add autofocus awareness to the focus plugin #2946

Fixed

  • Change Morph plugin to use createElement('template').content for crating DOM fragments, this enables table / support. #3020
  • Fix x-show updating DOM inconsistently if state changes too fast #2968
  • Allow disabling x-mask with a falsy value #2945
  • Fix x-mask $money with bad input #2876
  • change "Alpine.store(...)" link to /globals/alpine-store #2870

v3.10.2

20 Apr 21:42

Choose a tag to compare

Added

  • Add x-mask:dynamic instead of :function #2858

Fixed

  • Fix x-mask with x-model #2857

v3.10.1

19 Apr 19:15

Choose a tag to compare

Fixed

  • Fix Safari x-mask bug that causes focus trap #2852

v3.10.0

19 Apr 16:10

Choose a tag to compare

Added

  • Add Promise to $nextTick #2841
  • Add x-mask plugin #2849

Fixed

  • Fixed link in error message #2836

v3.9.6

08 Apr 02:12

Choose a tag to compare

Added

  • Warn if directive from plugin is being used without plugin #2815
  • Add x-collapse.min modifier #2814

v3.9.5

26 Mar 10:51

Choose a tag to compare

This is a release because the last one didn't contain the build files...

v3.9.4

25 Mar 20:30
455350b

Choose a tag to compare

Fixed

  • Adjust threshold modifier to use 100 as 100% instead of 1 #2787

v3.9.3

24 Mar 23:14

Choose a tag to compare

Added

  • Add .threshold modifier to x-intersect #2785

Fixed

  • Fix x-html inside x-for #2766