All Versions
52
Latest Version
Avg Release Cycle
129 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.9.3 Changes
- ๐ improved template detection logic
When a template for a tag could not be found in the app/views/kaminari/ directory, it searches the tag's ancestor template files before falling back to engine's default template. This may help keeping your custom templates DRY.
- simplified bundled template themes
-
v0.9.2 Changes
stop adding extra LF between templates when joining
githubish template theme [@maztomo]
-
v0.9.1 Changes
- googlish template theme [@maztomo]
-
v0.9.0 Changes
โ added
per_page
to the template local variables #3 [@hsbt]๐ show no contents when the current page is the only page (in other words,
num_pages == 1
) #2 [@hsbt]
-
v0.8.0 Changes
- using HTML5
<nav>
tag rather than<div>
for the container tag
- using HTML5
-
v0.7.0 Changes
- Ajaxified paginator templates
-
v0.6.0 Changes
- Hamlized paginator templates
-
v0.5.0 Changes
- reset
content_for :kaminari_paginator_tags
before rendering #1 [@hsbt]
- reset
-
v0.4.0 Changes
- partialize the outer div
-
v0.3.0 Changes
- ๐ฒ suppress logging when rendering each partial