New: counter.js function that shows a number incrementing or decrementing to a target value when visible in view port. To use set class="counter" on an element and the inner text is the target value. Also can use these optional attributes:
data-start is the starting value. Defaults to 0.data-incremental-pause is the number of milliseconds to pause between increments. Defaults to 50.data-increments is the number of increments to perform. Default is 40.data-locale is the locale to use when formatting the number. Default is en-AU.data-format-options are the options for formatting the number. Default is { style: 'decimal', minimumFractionDigits: 0, maximumFractionDigits: 0 }.Fix: Menu item not showing as current when URL matched the current URL.
Fix: Parent group property not set when adding a sub group from that parent.
Fix: Processing boolean parameters of a method.
Fix: Display values when filtering a collection with in operator.
Fix: Dashboard membership summary and order summary clickable totals.