Releases: HTMLGuyLLC/jPack
9.0.39 - BETA
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
Updated examples to use new method names
9.0.28 - BETA
Added a preSubmit callback to XHRForm
Organized the form methods like navigation
Made a couple XHRForm methods private
9.0.27 - BETA
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
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
Fixed the params being passed incorrectly in popstate (navigation's browser handlers)
9.0.20 - BETA
Various fixes to navigation and readme
9.0.16 - BETA
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
Added data param to navigation.load for parameters that will be passed to your onload callbacks only once
9.0.13 - BETA
Updated navigation history handlers to include the replace and incoming element selectors