Skip to content

Releases: Rundiz/rundiz-scroll-pagination

v0.0.6

21 Mar 16:28
@ve3 ve3
f182725
Compare
Choose a tag to compare
  • 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
@ve3 ve3
906b797
Compare
Choose a tag to compare
  • 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
@ve3 ve3
1acb4b6
Compare
Choose a tag to compare
  • 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
@ve3 ve3
13eea29
Compare
Choose a tag to compare
  • Update to allow access nested object of response data source by using string.

v0.0.2

23 Feb 17:33
@ve3 ve3
35df648
Compare
Choose a tag to compare
  • Add startOffset option.
  • Add changeURLScrollTopOffset option.
  • Add more example in tests/via-http folder.

v0.0.1

23 Feb 11:45
@ve3 ve3
107d016
Compare
Choose a tag to compare
  • First release.