Fixed dynamically added axis defaults in stock, axes dynamically added to stock charts got different defaults than the ones added through the chart constructor.
Fixed #15060, range selector text input was too short when inputBoxWidth was not set, especially in IE.
Fixed #13858, clipping was wrong after plot height had been changed by a responsive rule firing during chart load with stock loaded.
Fixed #15075, some Stock Tools annotations were being drawn incorrectly when yAxis.top was set.
Fixed #15155, some line drawing tools of the Stock Tools package didn’t work correctly.
Fixed #15005, when groupAll was set to true, group start was badly calculated.
Fixed #13247, getTimezoneOffset got called with NaN timestamp when rendering stock chart with at least one empty series.
Fixed #15074, lastPrice color was not applied properly.
Fixed #14197, after changing shortPeriod in MACD, points were missing.
Fixed #14879, currentPriceIndicator label was not always visible when navigating the data set.
Fixed #9671, updating stock chart axes through Chart.update with oneToOne set to true did not work correctly.
Fixed #15128, parts of the series disappeared when redrawing a regular chart with series.clip set to false and stock loaded.
Fixed #12100, unable to scroll using mousewheel inside Stock Tools popups when mapNavigation was enabled.
Fixed #9738, groupAll did not work correctly with OHLC-based series.
Fixed #10296, navigator leaked event handlers into series and x-axis on Series.update.
Fixed issue mentioned in #15060 and #15062, it was not possible to enter months starting with 1 into the range selector date input under certain conditions. When typing the extremes now only update on blur and when pressing enter, which is the same behaviour the text inputs have.
Fixed #11930, removing dynamically added y-axes did not work correctly with navigator enabled, causing the removed axis to show in exported charts.
Fixed reset zoom and drillup button alignment after plot size changes, button alignment did not update when the plot size changed due to hiding or showing elements such as legend or title.
Fixed #15179, crisping did not work correctly for subpixel radius markers.
Fixed #15260, networkgraph point className option did not work.
Fixed #15162, in styled mode, the font-size of the subtitle was not used like defined in Sass file.
Fixed #15234, #15213, #13492, #2022, axis options passed in when creating chart got mutated.
Fixed #15217, bar chart tooltip position was wrong with centerInCategory enabled.
Fixed #13646, the color option did not take effect in empty pie series.
Fixed #13572, area series fill was not closed, making it hard to add a stroke for the area itself.
Fixed #11687, drillUpButton did not have a fixed position when using scrollablePlotArea.
Fixed #15134, updating networkgraph series color did not work.
Fixed #14980, toggling stacking with centerInCategory enabled did not work.
Fixed #15145, some data labels did not show in percent stacked bar or column charts when points were partially outside axis extremes.
Fixed #9998, exporting menu was clipped below the chart.
Fixed #10159, updating treemap data while traversed down threw.
Fixed #11293, boosted chart rendered duplicate series when combined with responsive options.