-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
188 changed files
with
3,375 additions
and
2,356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
### ✴ What's new in 8.0+ ✴ | ||
### ✴ What's new in 9.0+ ✴ | ||
- Wicked-fast [Keyset Pagination](https://ddnexus.github.io/pagy/docs/api/keyset/) for big data! It works with `ActiveRecord::Relation` and `Sequel::Dataset` sets. | ||
- More [Playground Apps](https://ddnexus.github.io/pagy/playground/) to showcase, clone and develop pagy APPs without any setup on your side | ||
- Lots of refactorings and optimizations | ||
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for breaking changes | ||
|
||
- New [Pagy Playground](https://ddnexus.github.io/pagy/playground/) to showcase, clone and develop pagy APPs without any setup on your side (try the [pagy demo](https://ddnexus.github.io/pagy/playground.md#3-demo-app)) | ||
- New `:max_pages` variable to limit the pagination regardless the actual count | ||
- Better frontend helpers | ||
- The `foundation`, `materialize`, `semantic` and `uikit` CSS extras have been discontinued and will be removed in v9 (See the [details](https://github.com/ddnexus/pagy/discussions/672#discussioncomment-9212328)) | ||
- Deprecate the legacy nav bar, add features to the default faster nav bar series | ||
- See the [CHANGELOG](https://ddnexus.github.io/pagy/changelog) for possible breaking changes | ||
### Changes in 9.0.0 | ||
|
||
### Changes in 8.6.3 | ||
|
||
<!-- changes start --> | ||
- Add missing DEFAULT[:max_pages] hint to the config/pagy.rb | ||
- Improve activerecord handling in playground apps | ||
- Fix the missing "ar.pagy.aria_label.nav.other" (closes #577) | ||
<!-- changes end --> | ||
<!-- changes_start --> | ||
- Improve Keyset::Sequel and docs | ||
- BREAKING: Rename :max_limit > :limit_max | ||
- BREAKING: Rename variable, param, accessor, extra and helper "items" to "limit" | ||
- Add playground keyset_ar.ru and keyset_s.ru apps and integration with the rest of the gems | ||
- Add keyset pagination base files | ||
- Pagy::Keyset API | ||
- ActiveRecord and Sequel adapters | ||
- BREAKING: Transform the vars positional hash argument in keyword arguments (double splat); internal renaming of setup/assign methods | ||
- Refactor pagy_get_vars in various backend extras | ||
- BREAKING: Refactor the fragment url | ||
- BREAKING: Refactor the anchor_string system | ||
- BREAKING: Drop the support for 8+ deprecations | ||
<!-- changes_end --> | ||
|
||
[CHANGELOG](https://ddnexus.github.io/pagy/changelog) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.