Files
pjax/CHANGELOG.md

51 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2016-03-12 07:42:37 +01:00
# 0.2.2 - 2016-03-12
- Fixed: added back standalone version in `./pjax.js`
([#57](https://github.com/MoOx/pjax/issues/57)
2016-03-12 07:26:26 +01:00
- Fixed: error when using pjax with google analytics (``options`` was undefined)
([#59](https://github.com/MoOx/pjax/pull/59))
2016-01-05 07:42:00 +01:00
- Fixed: HierarchyRequestError error
([#49](https://github.com/MoOx/pjax/pull/49))
- Fixed: ``TypeError: Pjax.forEachEls is not a function``
([#52](https://github.com/MoOx/pjax/pull/52))
- Fixed: ``TypeError: Pjax.executeScripts is not a function``
([#52](https://github.com/MoOx/pjax/pull/52))
- Fixed: ``TypeError: Pjax.clone is not a function``
([#52](https://github.com/MoOx/pjax/pull/52))
- Added: Ignore events with prevented defaults
([#50](https://github.com/MoOx/pjax/pull/50))
2015-02-04 08:39:36 +01:00
# 0.2.1 - 2015-02-04
- Fixed: it's better when a release have actual files.
2015-02-04 08:10:13 +01:00
# 0.2.0 - 2015-02-04
2015-01-29 07:33:26 +01:00
- Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))
- Changed: code exploded in commonjs style
- Added: lots of tests
- Added: `refresh` method to force update a DOM element ([#36](https://github.com/MoOx/pjax/pull/36))
2014-10-14 08:36:02 +02:00
2014-10-14 07:42:35 +02:00
# 0.1.4 - 2014-10-14
2015-01-29 07:33:26 +01:00
- Fixed: allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))
- Fixed: make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13))
2014-10-14 07:42:35 +02:00
2014-10-14 07:29:16 +02:00
# 0.1.3 - 2014-09-16
2015-01-29 07:33:26 +01:00
- Fixed: clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- Fixed: `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16))
2014-10-14 07:29:16 +02:00
# 0.1.2 - 2014-04-03
2014-04-03 07:07:46 +02:00
2015-01-29 07:33:26 +01:00
- Changed: `pjax.js` relocated in `src/`
- Fixed: `<html>` attributes of pjaxified document are now available
2014-04-03 07:07:46 +02:00
2014-10-14 07:29:16 +02:00
# 0.1.1 - 2014-04-02
2014-04-03 07:07:46 +02:00
2015-01-29 07:33:26 +01:00
- Fixed: safer UMD wrapper (fix concat issue)
2014-04-03 07:07:46 +02:00
2014-10-14 07:29:16 +02:00
# 0.1.0 - 2014-03-24
2014-03-24 08:34:59 +01:00
2015-01-29 07:33:26 +01:00
✨ Initial release