New features
No new features were introduced in this release.Improvements
-
The
facet:dropdowntag now supports multi-selection with a newselectattribute that takes one of these values:-
toggle(default) Allow exactly one filter to be selected at a time, but show unselected filters and counts. -
multiselectAllow selection of multiple filters that are combined with a logical disjunction (OR). Show an “Apply” button at the bottom of the dropdown, which is enabled if and only if one or more checkboxes have been ticked. -
multiselect-instantSelect multiple filters that are combined with a logical disjunction (OR). Filters are applied immediately when a checkbox is ticked.
-
-
The
geo:highmapstag now support anoptionsattribute that you can use to specify configuration options.
For a complete list of available options, see the Highmaps JS Options Reference.