Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@bcinarli bcinarli released this 13 Feb 09:00
· 14 commits to master since this release

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 to find. It finds children elements in a UXR object
    • not 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