All Versions
12
Latest Version
Avg Release Cycle
16 days
Latest Release
949 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.3 Changes
October 27, 2020๐ Fixed
- Nested transitions wrapped with parent
x-show
s were being abruptly ended if the transitions were interrupted #853
- Nested transitions wrapped with parent
-
v2.7.2 Changes
October 22, 2020๐ Fixed
- Regression where x-for when used with an array of a single number caused issues #840
-
v2.7.1 Changes
October 20, 2020โ Added
- ๐
.$watch
now supports watching magic properties #767
๐ Fixed
- Checkboxes using
x-model
were checking for strict equality which causes bugs with arrays containing a mix of strings and integers. Now using loose-equality check #815 - ๐
x-spread
didn't support "leave" transition directives #802 - ๐ magic properties now support IE11 #771
- Checkboxes with non-boolean
:value
bindings were being treated as booleans (for example the integer "0") #770 - ๐
x-for="i in 10"
currently works (looping a range 1-10), howeverx-for="i in count"
(ifcount
were10
) didn't - fixed now #761
- ๐
-
v2.7.0 Changes
September 09, 2020 -
v2.6.0 Changes
August 14, 2020 -
v2.5.0 Changes
July 20, 2020โ Added
- โ Added
.camel
modifier to allow binding to events and properties using kebab-case but converting them to camelCase before binding. For example:x-on.some-event.camel
will listen for an event called "someEvent". #597 - โ Added
.passive
event listener modifier to increase scroll performance. (forces browsers to not block scrolling for event handlers) #619
๐ Fixed
- โ Added
-
v2.4.1 Changes
June 21, 2020๐ Fixed
- ๐ Changes introduced by #543 caused regressions in x-show within x-for directives. It has been reverted.
-
v2.4.0 Changes
June 18, 2020โ Added
x-spread
directive (Allows you to bind an element to an object of Alpine directives and they will be "applied" (similar to x-bind="{}" in Vue)) #515- Now if one Alpine component on a page breaks, the others still work #447
- You can now access
$el
from anx-data
expression #479 - โ Add support for animations in
x-transition
directives #498 - ๐
x-model.number
is now supported for checkbox arrays (all items will be cast to a numeric value) #558
๐ Fixed
$nextTick
now waits until a transition is completely started (an extra tick) until being called #555- Because attributes are ALWAYS set in Alpine, some elements like "" were being interupted. Now only if the attribute has CHANGED will it be set #550
- ๐ If transitions are toggled too fast, there would be race conditions. Now overlapping transitions is supported (the previous transition is finished first before the next one is applied) #543
- ๐ Allow nested components to be moved around the DOM and not be re-initialized #449
- 0๏ธโฃ Checkboxes were being checked by default if a value binding was present #462
- Expressions that use a "result" variable were running into a conflict with Alpine's built-in result variable. "result" is freed up now #505
-
v2.3.5 Changes
May 15, 2020๐ Fixed
- ๐ Elements with
x-transition:leave-*
and no enter transition were being "shown" one tick after $nextTick, even though there is no transition for them. This is fixed. #492
- ๐ Elements with
-
v2.3.4 Changes
May 15, 2020