Files
pjax/CHANGELOG.md

23 lines
708 B
Markdown
Raw Normal View History

2014-10-14 07:42:35 +02:00
# 0.1.4 - 2014-10-14
- allow to load pages without any attributes on `<html>` element (fix [#6](https://github.com/MoOx/pjax/issues/6))
- make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13))
2014-10-14 07:29:16 +02:00
# 0.1.3 - 2014-09-16
- clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- fix `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
- pjax.js relocated in `src/`
- <html> attributes of pjaxified document are now available
2014-10-14 07:29:16 +02:00
# 0.1.1 - 2014-04-02
2014-04-03 07:07:46 +02:00
- Safer UMD wrapper (fix concat issue)
2014-10-14 07:29:16 +02:00
# 0.1.0 - 2014-03-24
2014-03-24 08:34:59 +01:00
Initial release