2.0 KiB
2.0 KiB
- Fixed:
currentUrlFullReloadoption now works - Fixed:
this.reloadis now a Function (#65)
0.2.2 - 2016-03-12
- Fixed: added back standalone version in
./pjax.js(#57 - Fixed: error when using pjax with google analytics (
optionswas undefined) (#59) - Fixed: HierarchyRequestError error (#49)
- Fixed:
TypeError: Pjax.forEachEls is not a function(#52) - Fixed:
TypeError: Pjax.executeScripts is not a function(#52) - Fixed:
TypeError: Pjax.clone is not a function(#52) - Added: Ignore events with prevented defaults (#50)
0.2.1 - 2015-02-04
- Fixed: it's better when a release have actual files.
0.2.0 - 2015-02-04
- Fixed: prevent scrollTo from being converted from false to 0 (#33)
- Changed: code exploded in commonjs style
- Added: lots of tests
- Added:
refreshmethod to force update a DOM element (#36)
0.1.4 - 2014-10-14
- Fixed: allow to load pages without any attributes on
<html>element (fix #6) - Fixed: make
Pjax.switches.sideBySidemethod usable (fix #13)
0.1.3 - 2014-09-16
- Fixed: clicking on the current url somewhere does not produce a full reload by default (see option
currentUrlFullReload) - Fixed:
document.implementation.createHTMLDocumenterror (in IE10, ref #16)
0.1.2 - 2014-04-03
- Changed:
pjax.jsrelocated insrc/ - Fixed:
<html>attributes of pjaxified document are now available
0.1.1 - 2014-04-02
- Fixed: safer UMD wrapper (fix concat issue)
0.1.0 - 2014-03-24
✨ Initial release