Skip to content

Releases: brcontainer/pjax.js

Version 0.6.7 👽

Choose a tag to compare

@brcontainer brcontainer released this 17 Jul 09:23
159ce41
  • Avoid unnecessary replaceStates
  • Fix handler event
  • Improve linkSelector and formSelector
  • Improve data-pjax-ignore attribute

Version 0.6.6 👽

Choose a tag to compare

@brcontainer brcontainer released this 25 Sep 04:43

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 👽

Choose a tag to compare

@brcontainer brcontainer released this 25 Oct 15:03
  • CommonJS and RequireJS
  • Redirect X-PJAX-URL

Version 0.5.6 👾

Choose a tag to compare

@brcontainer brcontainer released this 25 Oct 10:55
Update package.json

Version 0.5.5 👾

Choose a tag to compare

@brcontainer brcontainer released this 25 Sep 00:51
Update copyright year :+1:

Alpha version

Alpha version Pre-release
Pre-release

Choose a tag to compare

@brcontainer brcontainer released this 15 Jun 17:45
  • Improved loader
  • Improved DOMParser
  • Added NPM