Skip to content

Version 2.0.5

Compare
Choose a tag to compare
@kartik-v kartik-v released this 21 Dec 18:28
· 164 commits to master since this release

Date: 21-Dec-2015

  • (enh #99): Add messages and translations support.
  • (enh #98): Various enhancements to the Select2 widget.
    • Fix the plugin bug which does not close the dropdown when a value is cleared using the x clear indicator.
    • Enhance widget to show bootstrap success and error states for active field trapped errors
    • Better and more dynamic theming support
    • Allow select2 to be reset correctly when parent form is reset (controlled by boolean property changeOnReset)
    • (ref enh #69): Enable SELECT ALL and UNSELECT ALL to toggle all options for multiple select (new property toggleAllSettings). Allow complete configuration and styling of the same .
    • (ref enh #97): Enable select2 dropdown to maintain the right order of tags/options for multiple select (new boolean property maintainOrder which defaults to false. Set this to true to maintain order)
    • Consolidate and refactor code to just call one additional JS initialization script after plugin initialization. A new data-attribute data-s2-options is now stored in parent select input. This will store the global variable that will maintain the additional Json encoded options to be used by initS2Loading method.
  • (enh #97): Allow maintaining order of pills selected for multiple select.
  • (enh #69): Add ability to select and unselect all options for multiple select.