Releases: PaperStrike/Pjax
Releases · PaperStrike/Pjax
v1.0.0
🚀 Enhancements
- Support target attr of links in default trigger (#84)
- Migrate to TypeScript (#80)
🐛 Bug Fixes
- Migrate to TypeScript (#80)
v0.14.0
🚀 Enhancements
- Add form submit support in default trigger (#70)
v0.13.0
🚀 Enhancements
- Use event listeners in Script lib (#61)
- Ignore asynchronous execution time (#58)
🐛 Bug Fixes
- Prepare page before complete and success events (#57)
v0.12.0
🚀 Enhancements
- Exclude es.array.sort polyfill (#47)
v0.11.0
🚀 Enhancements
- Add area element support in default trigger (#29)
v0.10.0
🚀 Enhancements
- Use standard scroll into view method (#20)
v0.9.0
🐛 Bug Fixes
- Check parent anchor in default trigger (#9)
v0.8.0
💥 Breaking Changes
- Combine
sendRequest
, parseResponse
, and switchNodes
into switchDOM
.
- Remove
request
and response
properties from status.
⭐ Features
- Make the whole navigate process abortable.
- New ECMAScript Module distributions.
- New
weakLoadURL
method.