Skip to content

Releases: HTMLGuyLLC/jPack

9.0.39 - BETA

13 Dec 15:04
Compare
Choose a tag to compare

Bumped dependency versions to fix vulnerabilities.
Fixed example and typo in README.
Fixed git commit hooks to include new versions in package.json and package-lock.json.

9.0.29 - BETA

18 Jul 02:30
Compare
Choose a tag to compare

Updated examples to use new method names

9.0.28 - BETA

18 Jul 02:25
Compare
Choose a tag to compare

Added a preSubmit callback to XHRForm
Organized the form methods like navigation
Made a couple XHRForm methods private

9.0.27 - BETA

18 Jul 01:57
Compare
Choose a tag to compare

Cleaned up some unnecessary checks
Fixed el must be string error in .load()
Require window.location to exist in request
Fix forms after change to a method in navigation

9.0.22 - BETA

18 Jul 00:01
Compare
Choose a tag to compare

Added onBeforeRequest() to navigation - return false and the request will be prevented
Fixed the data not being merged in .load() with the globally set data

9.0.21 - BETA

17 Jul 23:34
Compare
Choose a tag to compare

Fixed the params being passed incorrectly in popstate (navigation's browser handlers)

9.0.20 - BETA

17 Jul 23:23
Compare
Choose a tag to compare

Various fixes to navigation and readme

9.0.16 - BETA

17 Jul 22:28
Compare
Choose a tag to compare

Added setConfig method to navigation
Rearranged and simplified variables being passed to navigation.load
Simplified the variables going to the navigation callbacks
Simplified the documentation and split it into 4 sections (properties, primary methods, event methods, setters/getters)
Added some navigation tests

9.0.14 - BETA

17 Jul 20:27
Compare
Choose a tag to compare

Added data param to navigation.load for parameters that will be passed to your onload callbacks only once

9.0.13 - BETA

17 Jul 18:54
Compare
Choose a tag to compare

Updated navigation history handlers to include the replace and incoming element selectors