You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ Please note after `1.0` Semver will be followed using normal protocols.
34
34
***Feature** - Added `contains()` method for checking if elements contain a specific selector with Shadow DOM support
35
35
***Enhancement** - Enhanced `closest()` with `returnAll` option to optionally return all matching ancestors
36
36
***Improvement** - `offsetParent` has been renamed to `containingParent` and now includes many other possible containing parent checks like `will-change` and `filter`.
37
-
***Bug** - `dataContext()` now returns the entire data context including state
37
+
***Improvement** - `trigger()` now triggers native event handler. Use `dispatchEvent` to avoid this behavior.
38
+
***Improvement** - `.submit()` now uses `requestSubmit` so that it can trigger native event handlers and be cancelable.
39
+
***Bug** - `dataContext()` now returns the entire data context including state.
38
40
***Bug** - `setting()` can now be used as a getter.
39
41
***Bug** - Fixed `offsetParent` to correctly return offset parent for willChange
40
42
***Bug** - Fixed bug where `useAlias()` was not working as intended to alias Query.
0 commit comments