Skip to content

Tags: Scottie35/PikaJS

Tags

v3.2.3

Toggle v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pika-min.js

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md to 3.2.1

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pika-min.js

v3.2.0

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to v3.1.0

This is a bugfix release. There were 2 rather glaring issues:
- Updated .contains() so that it works when `this` is multiple elements
- Updated ._on() so that it works properly with complex, nested elements. Also fixed special mouseenter/mouseleave compensations.

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pika-min.js

Update to PikaJS 3.0.0

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v2.0.4 - Fix bug in `._on` related to mouseenter/mouseleave; Improve `.show` so it compensates for all inline/stylessheet possibilities

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Update .show

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pika-min.js

v2.0.2 - Improve .select / .find so that when `this` contains multiple elements, `this.find(expr)` will include matching descendants from all the elements instead of just the first one.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.0.1 - Add documentation for $.debounce method