Skip to content

Commit cc80c3e

Browse files
committed
chore: changeset
1 parent 17e0b41 commit cc80c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.changeset/hot-wolves-jog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- separate instances can be disabled and reenabled individually on demand
88
- separate instances can have different MutationObserver options set to further reduce performance impact
99
- 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
1011
- 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)
1112
- there are now multiple methods to get and delete specific listeners
1213

0 commit comments

Comments
 (0)