Fixed #13205, range selector showed wrong values after update.
Fixed #13664, measure had wrong position when used on a positioned Y axis.
Fixed issue with range selector buttons text color, see #13798.
Fixed #13788, adding data to an empty chart and updating rangeSelector.selected altogether did not render new series.
Fixed #13813, hiding series when dataGrouping was enabled and legend.layout was set to "proximate" used to render legend item at the wrong position.
HIGHCHARTS CORE v8.2.0 CHANGES
These core changes also apply to this moduleEXPANDCOLLAPSE
Internally reorganized source file structure and naming.
Added defer as animation parameter, see #12901. This allows for granular deferring of series animation, labels etc.
Added toggle feature for the data table in the export-data module. See #13690.
Added support for configuring sonification options in the chart configuration, as well as support for disabling individual series, configuring master volume, and inverted polarity mapping. Note that chart configuration options are still considered experimental and may change.
Added new option, time.moment, allowing the moment.js library to be used without being available in the window context.