- The
data-on-*
attribute no longer requires that theisTrusted
property on the event istrue
for an expression to be executed. - The
data-on-load
attribute no longer wraps the expression insetTimeout
when no delay is provided. - Changed the
filterSignals
option in the backend actions to maintain the defaultinclude
andexclude
values if only one or the other is provided. - Fixed a bug in which setting the length of an array signal would cause errors when trying to access an element of the array.
- Fixed a bug in which
data-query-string
would merge in the path of the object rather than the object itself. - Removed the
__trusted
modifier.