This repository has been archived by the owner on Dec 14, 2019. It is now read-only.
Releases: Pageworks/pjax
Releases · Pageworks/pjax
Pjax v2.3.2
Fixed
- Fixes: fixed incorrect
null
check when verifying the existence of theContent-Type
header
Pjax v2.3.1
Fixed
- Fixes: fails the document parse when the response doesn't have a
Content-Type
header
Pjax v2.3.0
Added
- Adds: developers can enable the
requireCssBeforeComplete
flag to force Pjax to fetch and append all the CSS stylesheets before firing thepjax:complete
event
Pjax v2.2.1
Fixed
- Fixes: page transitions break on slow connections #16
Pjax v2.2.0
Added
- Adds: new
scriptImportLocation
option allowing developers to choose where the dynamically fetched scripts are appended, defaults todocument.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