Skip to content

Commit 5745cce

Browse files
committed
bumped version 3.0.1
1 parent 55b0f99 commit 5745cce

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [3.0.1]
10+
11+
* Fixed prefill not filling past the scroll threshold
12+
913
## [3.0.0]
1014

1115
Changes since 3.0.0-rc.1:
@@ -107,6 +111,7 @@ See [LICENSE](LICENSE) for more details.
107111
* Extensible through events
108112
* Added an extensive test suite
109113

114+
[3.0.1]: https://github.com/webcreate/infinite-ajax-scroll/compare/3.0.0...3.0.1
110115
[3.0.0]: https://github.com/webcreate/infinite-ajax-scroll/compare/3.0.0-rc.1...3.0.0
111116
[3.0.0-rc.1]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.1...3.0.0-rc.1
112117
[2.3.1]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.0...v2.3.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ More features, documentation and examples available at: https://docs.infiniteaja
2323
Get up and running in no time by linking directly to Infinite Ajax Scroll on [unpkg](https://unpkg.com).
2424

2525
```markup
26-
<script src="https://unpkg.com/@webcreate/infinite-ajax-scroll@^3.0.0/dist/infinite-ajax-scroll.min.js"></script>
26+
<script src="https://unpkg.com/@webcreate/infinite-ajax-scroll@^3/dist/infinite-ajax-scroll.min.js"></script>
2727
```
2828

2929
Place this code right before the `</body>` tag on each template or page that you want to use infinite scroll on.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webcreate/infinite-ajax-scroll",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"title": "Infinite Ajax Scroll",
55
"description": "Turn your existing pagination into infinite scrolling pages with ease",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)