mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
📝 Changes for 1.0.0 stable
This commit is contained in:
parent
21ba072e7e
commit
4c9276a6f2
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
|||
|
||||
* Always buffer with `ActionView::OutputBuffer` if Action View is loaded #804 [@onemanstartup]
|
||||
|
||||
* Fixed `padding()` not to accept negative value #839 [@yo-gen]
|
||||
|
||||
* Fixed a bug where `total_count` used to return a wrong value with larger page value than total pages in `without_count` mode #845 [@denislins]
|
||||
|
||||
* Coerce `padding()` argument to Integer #840 [@pablocrivella]
|
||||
|
||||
|
||||
## 0.17.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue