1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Changes for Version 1.2.2

This commit is contained in:
Akira Matsuda 2021-12-23 18:44:33 +09:00
parent 13956aada9
commit 51ded9bd5a

View file

@ -1,3 +1,18 @@
## 1.2.2
### Enhancements:
* Rails 7 support!
### Bug Fixes:
* Restored `path_to_next_url` helper that was accidentally deleted in v1.2.0 #1027 [@ryym]
* Fixed invalid link tag HTML output from `rel_next_prev_link_tags` helper #1045 [@dlackty]
* Fixed Errno::ENOENT error for views generator on Ruby 3 #1050 [@ar31an]
* Suppress warnings about keyword args on Ruby 2.7 #1053 [@mishina]
## 1.2.1
### Security Fixes: