Skip to content

v1.0.0-RC.5

Latest
Compare
Choose a tag to compare
@bencroker bencroker released this 15 Aug 18:13
· 2 commits to develop since this release
v1.0.0-RC.5
a7adbac
  • The data-on-* attribute no longer requires that the isTrusted property on the event is true for an expression to be executed.
  • The data-on-load attribute no longer wraps the expression in setTimeout when no delay is provided.
  • Changed the filterSignals option in the backend actions to maintain the default include and exclude 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.