New
v1.1.0
Enhancements:
- Now the
page_entries_infomethod respects theI18n.localevalue when pluralizing theentry_nameoption #899 [@hundred] require 'kaminari/core'is no longer necessary when usingrequire 'kaminari/activerecord'#896 [@yhara]- Added the
#current_per_pagemethod to inspect current value ofper_page#875 [@bfad] - Better accesibility support by adding accessibility roles to pagination nav #848 [@frrrances]
Bug Fixes:
- Fixed an issue where the command
rails g kaminari:views ...stopped working due to a missing require #912 [@jvsoares] - Fixed a bug where passing in
paramsto thelink_to_next_pageorlink_to_previous_pagemethod raises an exception #874 [@5t111111]