Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Releases: guichet/yaah

v0.4.7

22 Sep 12:34

Choose a tag to compare

Fix

  • Fix a forgotten var unchanged after optimization ($(item) undefined) #12

v0.4.6

11 Aug 15:09

Choose a tag to compare

Features
  • Add change as a trigger method (for inputs)
Demo
  • Add example for change trigger method
Documentation
  • Add change to trigger methods
  • Add none to location options

v0.4.5

09 Jun 13:03

Choose a tag to compare

Features
  • Add method overriding support (GET, POST, etc.)
Features
  • Fix for non-xhr2 compliant browsers
Demo
  • Add example for method overriding
  • Add default values in forms to do quick test
  • Enhance testform.php to return formated GET and POST data
Documentation
  • Doc. for method

0.4.4

27 Mar 10:28

Choose a tag to compare

Fix

  • Change default ajax method from POST to GET as it should be. POST still automatically used when there is data-ya-post or in a form.

0.4.3

26 Mar 17:46

Choose a tag to compare

Features
  • Add no propagation mode
Documentation
  • Doc. no propagation mode

0.4.2

03 Mar 10:52

Choose a tag to compare

Features
  • New event on submit
Documentation
  • New submit event

0.4.1

03 Mar 10:51

Choose a tag to compare

Features
  • New manual event
Documentation
  • New event

0.3

04 Dec 16:11

Choose a tag to compare

0.3
Features
  • New events to handle case where Yaah item is in target (and then removed when target is updated).
Bugfixes
  • Selector caching for optimizing performances
Documentation
  • Events section w/ new events case example

0.2

25 Sep 13:39

Choose a tag to compare

0.2

Loop requests and more precise location

  • Auto-loaded requests can be automatically triggered every x seconds. Check documentation for data-ya-timer
  • data-ya-location has now 2 new options: top and bottom

0.1

23 Sep 09:51

Choose a tag to compare

0.1

Initial release.

Includes js, doc and demo. Dependencies not included.