Releases: Rundiz/rundiz-scroll-pagination
Releases · Rundiz/rundiz-scroll-pagination
v0.0.5
- Fix check for calling XHR before make AJAX call to prevent multiple scroll events cause fail events
reject('previous XHR is calling.')
.
v0.0.4
- Fix preload, stay at offset 0 and hit reload then get duplicate result.
- Add option
changeURLAppendElement
.
- Fix send currentStartOffset that is next instead of previous one.
- Add full support for AJAX HTML.
- Fix
detectAndSetCurrentStartOffset()
.
v0.0.3
- Update to allow access nested object of response data source by using string.
v0.0.2
- Add
startOffset
option.
- Add
changeURLScrollTopOffset
option.
- Add more example in tests/via-http folder.