Skip to content

Releases: three11/infinite-scroll

Correctly add new items to the DOM

23 Jan 15:42
8372dd0
Compare
Choose a tag to compare

This release fixes an issue with adding the newly fetched items from the DOM which causes the whole page to refresh.

Migrate to TypeScript

24 Nov 10:16
9bcc30e
Compare
Choose a tag to compare

This release:

  1. Migrates the codebase to Typescript providing full types support and fixing several code smells
  2. Introduces ESLint as a code quality tool
  3. BREAKING: Changes the calculations regarding scroll positions and container heights
  4. BREAKING: Increases the debouce time from 15 to 500 milliseconds
  5. Adds new configuration options:
  • requestMethod which specifies the request method for the AJAX call
  • viewportTriggerPoint which specifies the position in the viewport after which the loading will start
  • debounceTime which specifies the wait time for the load function
  1. Changes the onComplete callback in the options object by adding a new, second argument which refers to the newly loaded HTML Document.
  2. Adds an extensive and comprehensive demo
  3. Adds a documentation page

1.0.0

25 May 06:46
d3fe1f3
Compare
Choose a tag to compare
Update dependencies (#341)

Fix scrolling error

05 Jul 12:55
Compare
Choose a tag to compare

This release removes a console statement in the production version of the code.

UMD

10 Jan 15:07
Compare
Choose a tag to compare
UMD

This release converts to UMD build

Bundled dependencies

09 Oct 06:04
Compare
Choose a tag to compare

This release makes sure that all required dependencies are bundled in the final output.

Smaller size

08 Oct 11:40
09a7b6b
Compare
Choose a tag to compare

This release switches from Webpack to Rollup for smaller bundle size

0.4.0

07 Jul 06:25
Compare
Choose a tag to compare
Rename source and dist files

UMD

16 Apr 12:31
Compare
Choose a tag to compare
UMD

This release exports the InfiniteScroll library using the UMD pattern

First stable

02 Apr 06:22
Compare
Choose a tag to compare
0.2.0

Add dist