Skip to content

Releases: brcontainer/pjax.js

Version 0.6.7 👽

17 Jul 09:23
159ce41
Compare
Choose a tag to compare
  • Avoid unnecessary replaceStates
  • Fix handler event
  • Improve linkSelector and formSelector
  • Improve data-pjax-ignore attribute

Version 0.6.6 👽

25 Sep 04:43
Compare
Choose a tag to compare

Optimizations

  • Optimized performance
  • Improved error details
  • Improved .min.js file
  • Improved variable names
  • Improved update
  • Improved pjaxLink
  • If the new URL is the same as the current one, history.replaceState() will be used
  • Serialize forms with URLSearchParams(FormData).toString()

Fixed bugs

  • Fixed url in states (pushState/replaceState)
  • Fixed empty (or no such containers) error
  • Fixed data attributes
  • Fixed form requests
  • Fixed configs on request
  • Fixed configs from data attributes

Full Changelog: 0.6.5...0.6.6

Version 0.6.0 👽

25 Oct 15:03
Compare
Choose a tag to compare
  • CommonJS and RequireJS
  • Redirect X-PJAX-URL

Version 0.5.6 👾

25 Oct 10:55
Compare
Choose a tag to compare
Update package.json

Version 0.5.5 👾

25 Sep 00:51
Compare
Choose a tag to compare
Update copyright year :+1:

Alpha version

15 Jun 17:45
Compare
Choose a tag to compare
Alpha version Pre-release
Pre-release
  • Improved loader
  • Improved DOMParser
  • Added NPM