New
-
Custom Event support
triggermethod now supports custom event creation- You can also send additional parameters as an object while triggering events.
-
New filtering methods introduced
hasis an alias tofind. It finds children elements in a UXR objectnotcreates 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