New
-
Custom Event support
trigger
method now supports custom event creation- You can also send additional parameters as an object while triggering events.
-
New filtering methods introduced
has
is an alias tofind
. It finds children elements in a UXR objectnot
creates a subset of elements that are not matched the selector in a UXR object
Changes
- Some internal methods duplicate code removed
- Code clean-up and deduplication according to suggestions in CodeClimate