Skip to content

Releases: truckingsim/Ajax-Bootstrap-Select

Fixes typos in the documentation

12 Oct 19:12
Compare
Choose a tag to compare

Fix selected options before initialization not caching correctly

05 Oct 17:42
Compare
Choose a tag to compare

Fixes locale not working in data attributes

16 May 00:47
Compare
Choose a tag to compare

Fixes data attribute options locale not working - Fixed by b7e725a (thanks @MarkCarver)
Adds es-ES locale (thanks @leon-o)

Compare the difference between 1.3.1 and 1.3.2

Fix change event firing more than once.

07 Jan 01:46
Compare
Choose a tag to compare

616d86c - Fix multiple change events firing twice. (@truckingsim)

Bug fixes and new jsonp testing

04 Nov 17:38
Compare
Choose a tag to compare

8ac3f84 - Fix HTML not working in locale strings (@MarkCarver)
f250f75 - Request tracking for title changes (@MarkCarver)
fc1d7ec - All options are now extendable through data attributes (@MarkCarver)
c101073 - Added fake jsonp class to be able to test through jsfiddle (@truckingsim)
9e49477 - Fixed bug in IE8 using a reserved word (@MarkCarver)

Add bower support

21 Oct 21:11
Compare
Choose a tag to compare
v1.2.3

Bump up bugfix version for bower to register correctly

Fix a bug with emptyRequest and logging

15 Oct 20:01
Compare
Choose a tag to compare

This releases fixes an undefined error that stemmed from not initiating bootstrap-select first when calling ajaxSelectPicker.

This also fixes emptyRequest not doing anything as per pr #17 (thanks @MarkCarver)

Fix minor bugs

09 Oct 20:49
Compare
Choose a tag to compare

Fix preprocessData not being able to use objects as data sources. Fix using $.isObject instead of $.isPlainObject as per pr #16 (thanks @MarkCarver).

Major code update in quality but fully backwards compatible

07 Oct 13:03
Compare
Choose a tag to compare

This update is a huge one thanks to @MarkCarver and all the work he did. It is a complete re-write of the plugin for better docs, better support, easier feature adding but also is fully backwards compatible. It also added a few new features:

This release adds:

  • caching
  • language support
  • custom templates
  • more data processing capabilities
  • less hacky code due to features added in bootstrap-select

The docs have been updated extensively, and the options are now auto-generated through grunt.

We will keep the backwards compatible code up for one month, after which we will remove the deprecated options and release a major release. Create an issue if you have any suggestion, or bugs!

Fix typo in read me

20 Sep 20:02
Compare
Choose a tag to compare

This just a fix in the readme but it references an option so doing this small release.