Releases: sutara79/jquery.ajax-combobox
Releases · sutara79/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.2
Development changed
- Use webpack + puppeteer + Mocha instead of Grunt + PhantomJS + QUnit.
v7.5.1
Patch release
- Bug fix of dist/php/AjaxComboBox.php
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.7
- Use Bootstrap 4 beta 2 for docs.
- Not to call non-static method statically when testing on PHPUnit.
FAILED on Travis CI
DO NOT use this release.
It failed on Travis CI.
See the Job Log
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.
7.4.4
- Create jquery.add-input-area.min.js
(minファイルを作成しました。)
- Rename
lib/
to dist/
.
(フォルダ名を変更しました。)
- Remove JSDoc.
(JSDocは作成しないことにしました。)
7.4.3
- German was added to the language of the message. Thanks Sebastian Gohres!
(プラグインのメッセージの言語にドイツ語を選べるようになりました。Sebastian Gohresさんに感謝します。)
7.4.2
- Fixed a defect that occurs searching for JSON without database.
(DBの代わりにJSONを検索する際に生じる不具合を修正しました。)