Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Releases: Pageworks/pjax

Pjax v2.3.2

26 Sep 12:25
7c00e2d
Compare
Choose a tag to compare

Fixed

  • Fixes: fixed incorrect null check when verifying the existence of the Content-Type header

Pjax v2.3.1

24 Sep 19:17
45b6d28
Compare
Choose a tag to compare

Fixed

  • Fixes: fails the document parse when the response doesn't have a Content-Type header

Pjax v2.3.0

26 Aug 12:23
5ce322a
Compare
Choose a tag to compare

Added

  • Adds: developers can enable the requireCssBeforeComplete flag to force Pjax to fetch and append all the CSS stylesheets before firing the pjax:complete event

Pjax v2.2.1

23 Aug 12:05
7d0f0ab
Compare
Choose a tag to compare

Fixed

  • Fixes: page transitions break on slow connections #16

Pjax v2.2.0

22 Aug 13:17
f0d7236
Compare
Choose a tag to compare

Added

  • Adds: new scriptImportLocation option allowing developers to choose where the dynamically fetched scripts are appended, defaults to document.head

Fixed

  • Fixes: updates readme
  • Fixes: inline script elements will be appended every time the page loads while scripts with a src attribute will only be fetched and appended once
  • Fixes: updates script fetch response tracking functionality
  • Fixes: cleaned up stylesheet fetch logic