Skip to content

Releases: AuraQ/BootstrapMultiSelectForMendix

4.0.0

18 Oct 13:51
Compare
Choose a tag to compare

Fixes

  • Handle deprecated method isCurrency (v8 support)
  • add class 'no-columns' when using vertical form orientation (v8 support)
  • retain the search filter after an item is selected
  • disable the dropdown when the data view is read only

Other Stuff

  • added a v8 test project in addition to the v7 test project

Version 3.0.0

15 Aug 13:20
Compare
Choose a tag to compare

New features:

  • Widget now supports retrieving data via a microflow

Version 2.0.1

27 Jun 07:21
Compare
Choose a tag to compare

Fixes:

  • Fixed guid replacement in _loadComboData in case of multiple guids

Version 2.0.0

17 Apr 19:39
Compare
Choose a tag to compare

New features:

  • Displayed values now support templating
  • Ability to add a search filter at the top of the dropdown
  • Render the control as editable/disabled or visible/hidden, using a static parameter on the widget or controlled from a boolean attribute.
  • Allow a progress bar to be displayed when the on change microflow is being executed

Version 1.6.0

12 Jan 10:24
Compare
Choose a tag to compare

Fixes:

  • revert jQuery loading to recommended approach
  • fix issue with sort order attributes being persisted between widget instances
  • update mf calls to version 6 syntax
  • fix unsubscribe on undefined object

Version 1.5

30 Nov 12:08
Compare
Choose a tag to compare

Ability to control sort order added to the Data Source tab

Version 1.4

25 Nov 13:30
Compare
Choose a tag to compare

Fixed problem with special characters being encoded (issue #2)
Added Dutch translations for widget strings (request #1)

Version 1.3

25 Sep 10:08
Compare
Choose a tag to compare

Updated widget to prevent conflicts with jquery loaded by other widgets

Version 1.2

10 Sep 13:26
Compare
Choose a tag to compare

Bug fix for horizontal column widths