All Versions
83
Latest Version
Avg Release Cycle
21 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v5.3.0 Changes
- Implemented localization of time labels through the i18n extra delegation
- ๐ Renamed internal module and files of SharedExtra to FrontendHelpers
- Added support for
*nav_js
to Calendar - ๐ Simplified page labelling, moved into the pagy classes and removed frontend methods
- Deprecated
pagy_massage_params
: use the :params variable set to a Proc that does the same, but per instance - โ Added apps README
- Completed overflow fix for pagy Countless
-
v5.2.3 Changes
- ๐ Fix for overflow :empty_page in regular Pagy instances, not returning an empty page
- ๐ docs: add tutorial, simplify header (#343)
- Refactoring of rails_inline_input.rb (include and close #342)
-
v5.2.2 Changes
- ๐ Fix for missing defined?(Calendar) checks; small simplification in headers extra
- ๐ Calendar docs improvements and fixes
-
v5.2.1 Changes
- โ Reorganization of mock collection classes; enabled rubocop layout in tests
- ๐จ Small refactoring of the overview extra
- A few improvements for the Calendar pagination; added the current_page_label method
-
v5.2.0 Changes
- โก๏ธ Small changes in code; updated gemfiles, tests and docs
- Implemented calendar extra to paginate a Time periods by unit (year, month, week or day)
- โ Added pagy_labeler frontend method overridable for changing the link text from a simple page number to any arbitrary string
- ๐ Enabled rubocop Style/Documentation cop
- โก๏ธ Updated npm modules and gemfiles
- ๐ณ Docker better mounts
- ๐ Used gem-generic release-gem action
-
v5.1.3 Changes
- Added single action standalone rails_inline_output.rb
- ๐ Small improvements in code and docs
- ๐ Fix for rails problem with internal params in pagy URL (closes #341)
- ๐ Documentation improvements
- 0๏ธโฃ A few details tag in the README should be opened by default
-
v5.1.2 Changes
๐ Changes
- Refactoring of pagy_url_for and relative test:
- Fix for ignoring the items_extra variable
- Replaced request.GET with request.params to enable POST pagination
- Refactoring of Mock test classes for better handling of params
- Refactoring of pagy_url_for and relative test:
-
v5.1.1 Changes
๐ Changes
- โช This reverts commit 1d77e672d5b7813108b40c13ca93fdec045f4c03. Generating the URL by using the application params method breakes rails apps because it requires manual changes in the apps.
-
v5.1.0 Changes
๐ Changes
- โก๏ธ Countless extra: simplified code, internal renaming of locals and docs update
- ๐ Improved code comments, formatting and docs fixes
- Fix and refactoring of pagy_url_for and relative test:
- Fix for ignoring the params not coming from the request
- Fix for ignoring the items_extra variable
- Refactoring of Mock test classes for better handling of params
-
v5.0.1 Changes
๐ Changes
- โ Added CHANGELOG_LEGACY
- ๐จ Refactoring of exceptions
- ๐ Simplification of metadata extra
- ๐จ Refactoring of coverage to include 100% of line and condition branches covered
- โ Added cypress-dark theme to e2e test
- โก๏ธ Updated docs and issue templates