Skip to content

Releases: kaminari/kaminari

0.9.3

03 Dec 03:19
Compare
Choose a tag to compare
  • 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

0.9.2

03 Dec 03:20
Compare
Choose a tag to compare
  • stop adding extra LF between templates when joining
  • githubish template theme [maztomo]

0.9.1

03 Dec 03:20
Compare
Choose a tag to compare
  • googlish template theme [maztomo]

0.9.0

03 Dec 03:21
Compare
Choose a tag to compare
  • 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]

0.8.0

03 Dec 03:21
Compare
Choose a tag to compare
  • using HTML5 <nav> tag rather than <div> for the container tag

0.7.0

03 Dec 03:22
Compare
Choose a tag to compare
  • Ajaxified paginator templates

0.6.0

03 Dec 03:22
Compare
Choose a tag to compare
  • Hamlized paginator templates

0.5.0

03 Dec 03:22
Compare
Choose a tag to compare
  • reset content_for :kaminari_paginator_tags before rendering #1 [hsbt]

0.4.0

03 Dec 03:23
Compare
Choose a tag to compare
  • partialize the outer div

0.3.0

03 Dec 03:23
Compare
Choose a tag to compare
  • suppress logging when rendering each partial