Skip to content

Releases: sutara79/jquery.ajax-combobox

v7.5.3

04 Sep 09:13
Compare
Choose a tag to compare

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

25 Jul 00:01
Compare
Choose a tag to compare

Development changed

  • Use webpack + puppeteer + Mocha instead of Grunt + PhantomJS + QUnit.

v7.5.1

25 Jul 00:04
Compare
Choose a tag to compare

Patch release

  • Bug fix of dist/php/AjaxComboBox.php

v7.5.0

01 Nov 01:01
Compare
Choose a tag to compare
  • 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.7

01 Nov 01:00
Compare
Choose a tag to compare
  • Use Bootstrap 4 beta 2 for docs.
  • Not to call non-static method statically when testing on PHPUnit.

FAILED on Travis CI

30 Oct 01:36
Compare
Choose a tag to compare

DO NOT use this release.
It failed on Travis CI.
See the Job Log

v7.4.5

15 May 07:41
Compare
Choose a tag to compare
  • 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.

7.4.4

28 Jun 08:52
Compare
Choose a tag to compare
  • Create jquery.add-input-area.min.js
    (minファイルを作成しました。)
  • Rename lib/ to dist/.
    (フォルダ名を変更しました。)
  • Remove JSDoc.
    (JSDocは作成しないことにしました。)

7.4.3

30 May 04:23
Compare
Choose a tag to compare
  • German was added to the language of the message. Thanks Sebastian Gohres!
    (プラグインのメッセージの言語にドイツ語を選べるようになりました。Sebastian Gohresさんに感謝します。)

7.4.2

30 May 04:24
Compare
Choose a tag to compare
  • Fixed a defect that occurs searching for JSON without database.
    (DBの代わりにJSONを検索する際に生じる不具合を修正しました。)