Releases: Rundiz/rundiz-scroll-pagination
Releases · Rundiz/rundiz-scroll-pagination
v0.0.6
- 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.