Releases: Rundiz/rundiz-scroll-pagination
Releases · Rundiz/rundiz-scroll-pagination
v0.0.6
21 Mar 16:28
Compare
Sorry, something went wrong.
No results found
Update code to use more doc block and modern JS class. Some methods and properties should not be able to access from public, change them to private.
Make some properties that can be access but read only to access via get.
New events. All events currently:
rdScrollPagination.start AJAX start.
rdScrollPagination.replacedURL Replaced URL.
rdScrollPagination.done AJAX done.
rdScrollPagination.fail AJAX failed.
rdScrollPagination.displayOrHideChildren Display or hide children items.
rdScrollPagination.scrolling Scrolling event (up or down) and before functional.
rdScrollPagination.scrolled Scrolling event (up or down) and after functional.
New options to support paged mode.
v0.0.5
04 May 02:53
Compare
Sorry, something went wrong.
No results found
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
05 May 04:59
Compare
Sorry, something went wrong.
No results found
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
24 Feb 04:14
Compare
Sorry, something went wrong.
No results found
Update to allow access nested object of response data source by using string.
v0.0.2
23 Feb 17:33
Compare
Sorry, something went wrong.
No results found
Add startOffset option.
Add changeURLScrollTopOffset option.
Add more example in tests/via-http folder.
v0.0.1
23 Feb 11:45
Compare
Sorry, something went wrong.
No results found