Skip to content

Commit

Permalink
Merge pull request #687 from webcreate/rc1
Browse files Browse the repository at this point in the history
Bump version 3.0.0-rc.1
  • Loading branch information
fieg authored Aug 2, 2021
2 parents ec25c20 + 5abc633 commit cf78ce4
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 3.0.0

Complete rewrite of Infinite Ajax Scroll.
Complete rewrite of Infinite Ajax Scroll.

Key features:

Expand Down
5 changes: 2 additions & 3 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Where `.spinner` references a html element by class name. You will have to add t
Use the documentation to learn how to use the new way of using these features:

* Spinner Extension -> [spinner](docs/options.md#spinner) options
* Trigger Extension -> [spinner](docs/options.md#trigger) options
* Trigger Extension -> [trigger](docs/options.md#trigger) options

Other extensions are now build-in as events:

Expand All @@ -99,7 +99,7 @@ Finally, the History Extension is dropped entirely.

### Methods

* `destroy` method is removed
* `destroy` method is removed -> use [unbind](docs/methods.md#unbind)
* `extension` method is removed
* `initialize` method renamed to `bind`
* `reinitialize` method is replaced by `bind` and `unbind`
Expand All @@ -111,7 +111,6 @@ Finally, the History Extension is dropped entirely.
* `render` is renamed to `append`
* `rendered` is renamed to `appended`
* `noneLeft` is renamed to `last`
* `ready` is removed

Upgrade from 2.2 to 2.3
=======================
Expand Down
2 changes: 1 addition & 1 deletion examples/articles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.4"
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.4"
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": ">3.0.0-beta.5"
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.6"
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/masonry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.4",
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1",
"imagesloaded": "^4.1.4",
"masonry-layout": "^4.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/overflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-ias"
],
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.5"
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"link": "npm link ../../"
},
"dependencies": {
"@webcreate/infinite-ajax-scroll": "^3.0.0-beta.4",
"@webcreate/infinite-ajax-scroll": "^3.0.0-rc.1",
"vue": "^2.6.14",
"vue-hot-reload-api": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcreate/infinite-ajax-scroll",
"version": "3.0.0-beta.6",
"version": "3.0.0-rc.1",
"title": "Infinite Ajax Scroll",
"description": "Turn your existing pagination into infinite scrolling pages with ease",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit cf78ce4

Please sign in to comment.