New features
No new features were introduced in this release.Improvements
-
The
facet:dropdown
tag now supports multi-selection with a newselect
attribute that takes one of these values:-
toggle
(default) Allow exactly one filter to be selected at a time, but show unselected filters and counts. -
multiselect
Allow 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-instant
Select multiple filters that are combined with a logical disjunction (OR). Filters are applied immediately when a checkbox is ticked.
-
-
The
geo:highmaps
tag now support anoptions
attribute that you can use to specify configuration options.
For a complete list of available options, see the Highmaps JS Options Reference.