ALL custom loadmore functionality was removed, now it’s handled automatically

  • options.handleLoadMore: has no effect
  • loadMore(): has no effect (for backward-compatibility reasons the function exists but logs a console error)
  • hasMore: the variable is removed

new method overrideOptions(options) to change the current ticker options Note: calling the method will destroy the ticker completely then immediately create a new one using the old ticker options with the new options merged to it please check the documentation for more details and code samples