- Lowercase "asc" or "desc" in
order_by
are deprecated.
(e.g.order_by: ['field1 asc', 'field2 desc']
)
In the future, lowercase "asc" or "desc" are judged to be field names.
- Extend
button_img
option to accept HTML element such as<img>
or<svg>
.
See Document. - Change default value of
button_img
to Octicons.
- Not to scroll to top when click page navi. fix Issue #9.
- Make sure to display the sub info.
- Change default value of
lang
option toen
(English). - Move plugin files to each directory.
dist/*.js
=>dist/js/*.js
dist/*.css
=>dist/css/*.css
dist/*.php
=>dist/php/*.php
- Improve demo page.