Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 944 Bytes

CHANGELOG.md

File metadata and controls

22 lines (19 loc) · 944 Bytes

CHANGELOG: jquery.ajax-combobox

v7.5.3

Deprecated

  • 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.

v7.5.0

  • Extend button_img option to accept HTML element such as <img> or <svg>.
    See Document.
  • Change default value of button_img to Octicons.

v7.4.5

  • 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 to en (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.