Skip to content

Releases: alpinejs/alpine

v3.11.0

17 Jan 17:06
Compare
Choose a tag to compare
  • Support for custom directive order #3307
  • Fix recursion problem with x-trap inert #3309
  • x-mask: Allow overriding thousands separator #3122
  • Remove letters from money mask #3174
  • Allow await in invalid expression wrapper #3146
  • Fixed throttling on keypress #3054
  • Introduce x-teleport values/modifiers #3268
  • Refactor: remove next tick import #3163
  • Fix: prevents coercion of space and underscore to minus #3134
  • Use supercommas to break up comma-containing list items #3125
  • Docs: switch unpkg to jsdelivr #3048

v3.10.5

25 Oct 19:10
Compare
Choose a tag to compare

Added

Fixed

v3.10.4

07 Oct 20:08
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

v3.10.0

19 Apr 16:10
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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