Improvement in support for translated value lists in compounds:
- determine the locale for compounds (that should not be hippotranslation:translated) by using locale from parent(s)
2.05.02
Support for translated value lists:
- made a value list have hippotranslation:translated mixin on creation
- in CMS, added IValueListProvider method getValueList with a java.util.Locale
- in HST, added ValueListManager methods getValueList and getValueListItem with a java.util.Locale
Support for finding value lists in HST outside site content root using an absolute path starting with slash.
HIPPLUG-225 make sort helper objects serializable
Throw exception when the DynamicDropdown is used on a multiple field
Avoid warning log if configuration to valuelist is correct.
2.05.00
Compatibility with CMS 7.6 (2.20) and HST 2.22.
2.04.01
Sorting capabilities for plugins backed by a value list object (DynamicDropdownPlugin,
DynamicMultiSelectPlugin and RadioGroupPlugin).
2.04.00
Compatibility with CMS 7.6 (2.19) and HST 2.20.
2.03.00
Compatibility with CMS 7.5 (2.18) and HST 2.20.
2.02.03
Backported sorting capabilities, see 2.04.01.
2.02.02
[#70] Behavior change between 2.01.xx and 2.02.xx
2.02.01
HIPPLUG-127: in multiselect plugin, show value labels in compare mode.
HIPPLUG-124: remove UpgraderModule configuration from root pom.
HIPPLUG-96: different labels for RadioGroup and BooleanRadioGroup.
2.02.00
Ready for the ECM 2.16.xx series.
2.01.03
Support for optgroup elements in a dropdown element.
2.01.02
ECM 2.12.06 and HST 2.04.04.
Added upgrade module for the configuration.
2.01.01
Documentation improvements.
2.01.00
Added a HST ValueListManager component to get HST valuelist content
beans from, enabling presentation of the labels corresponding to the
key values in a document.
Restructure of project, leading to three artifacts under group id
org.onehippo.forge.selectionplugins: selectionplugins-addon-repository,
selectionplugins-addon-cms and selectionplugins-hstclient.
Renamed package org.onehippo.forge.cms to org.onehippo.forge.selection.
Note that this applies also to the configuration of fields in the CMS.
1.06.00
Upgrade to ECM 2.10.00 including Wicket 1.4 API.
1.05.01
Style fixes for IE for RadioGroupPlugin.
Fix the DocumentValueListProvider for the namespace change.
1.05.00
Changed formerly correct document namespace 'dropdown' to 'selection'.
In MultiSelectPlugin, added the possiblitity to configure style 'palette'
showing a palette a.k.a. shootbox, i.e. two lists with selection arrows between them.
1.04.00
First release based on move from forge project 'dropdown-plugin'.
Adding radio group plugin.
Release Notes of predecessor project 'dropdown'
1.03.01
The key label pairs are now horizontally positioned on the page to save space.
The items in the value list can now be now ordered, so you can change the position
of the key value pairs in the list.
Added possiblitity to configure style 'checkboxes' besides 'selectlist'.
1.03.00
Introduction of DynamicMultiSelect.
Usage of ValueListProvider services by DynamicMultiSelect and DynamicDropdown
to create the possibility for project specific list creation.