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: .changeset/hot-wolves-jog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- separate instances can be disabled and reenabled individually on demand
8
8
- separate instances can have different MutationObserver options set to further reduce performance impact
9
9
- the separation into instances allows for a new "chaining" paradigm where selector listeners are only added and checked for once they are actually needed (see examples in the documentation)
10
+
- when using chaining, separate instances can be created and have listeners added to them before their base element is available in the DOM tree
10
11
- every listener can have a set debounce time, so that it doesn't get called too often (works the same as the [`debounce()` function](https://github.com/Sv443-Network/UserUtils/blob/main/README.md#debounce), but is disabled by default)
11
12
- there are now multiple methods to get and delete specific listeners
0 commit comments