Skip to content

Releases: AuraQ/BootstrapMultiSelectForMendix

4.0.0

Choose a tag to compare

@lindski lindski released this 18 Oct 13:51

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

Choose a tag to compare

@lindski lindski released this 15 Aug 13:20

New features:

  • Widget now supports retrieving data via a microflow

Version 2.0.1

Choose a tag to compare

@lindski lindski released this 27 Jun 07:21

Fixes:

  • Fixed guid replacement in _loadComboData in case of multiple guids

Version 2.0.0

Choose a tag to compare

@lindski lindski released this 17 Apr 19:39

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

Choose a tag to compare

@lindski lindski released this 12 Jan 10:24

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

Choose a tag to compare

@lindski lindski released this 30 Nov 12:08

Ability to control sort order added to the Data Source tab

Version 1.4

Choose a tag to compare

@lindski lindski released this 25 Nov 13:30

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

Version 1.3

Choose a tag to compare

@lindski lindski released this 25 Sep 10:08

Updated widget to prevent conflicts with jquery loaded by other widgets

Version 1.2

Choose a tag to compare

@lindski lindski released this 10 Sep 13:26

Bug fix for horizontal column widths