<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/rss/styles.xml"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Highcharts Dashboards Changelog</title><description>Latest changes for Highcharts Dashboards</description><link>https://changelog.highcharts.com/</link><atom:link href="https://changelog.highcharts.com/highcharts-dashboards/rss.xml" rel="self" type="application/rss+xml"/><language>en-us</language><item><title>Highcharts Dashboards v4.2.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.2.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.2.1/</guid><description>Bug fixes Fixed #24857, destroying a dashboard with multiple layouts failed. Fixed highlight sync in sorted grid component. Fixed #24610, columnAssignment overwrote data columns with the same key.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24857&quot;&gt;#24857&lt;/a&gt;, destroying a dashboard with multiple layouts failed.&lt;/li&gt;
&lt;li&gt;Fixed highlight sync in sorted grid component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24610&quot;&gt;#24610&lt;/a&gt;, columnAssignment overwrote data columns with the same key.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.2.0/</guid><description>Restored cell width / height options. Bug fixes Fixed #24446, changing the connector in edit mode did not update the Grid Component properly. Fixed double re-render when polling is activated. Fixed…</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Restored cell &lt;code&gt;width&lt;/code&gt;/&lt;code&gt;height&lt;/code&gt; options.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24446&quot;&gt;#24446&lt;/a&gt;, changing the connector in edit mode did not update the Grid Component properly.&lt;/li&gt;
&lt;li&gt;Fixed double re-render when polling is activated.&lt;/li&gt;
&lt;li&gt;Fixed component namespaces in Dashboards.&lt;/li&gt;
&lt;li&gt;Fixed lacking dts for minified module src files.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24258&quot;&gt;#24258&lt;/a&gt;, changed event type for cell.destroy.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24086&quot;&gt;#24086&lt;/a&gt;, the grid was not destroyed properly on board.update() call.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24067&quot;&gt;#24067&lt;/a&gt;, dataTable was not saved in gridOptions on update.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.1.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.1.0/</guid><description>Added basic board.update() method. Added update argument to DataPool’s setConnectorOptions method. See #23935. Added update method to Data Connectors. See #21583. Added support for setting global…</description><pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added basic &lt;code&gt;board.update()&lt;/code&gt; method.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;update&lt;/code&gt; argument to DataPool’s &lt;code&gt;setConnectorOptions&lt;/code&gt; method. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23935&quot;&gt;#23935&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;update&lt;/code&gt; method to Data Connectors. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21583&quot;&gt;#21583&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for setting global options with &lt;code&gt;Dashboards.setOptions()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added the possibility to full-screen individual dashboard components, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23547&quot;&gt;#23547&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23952&quot;&gt;#23952&lt;/a&gt;, wrong reference to nestedLayout.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23948&quot;&gt;#23948&lt;/a&gt;, row and cell deleting events were not triggered.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23862&quot;&gt;#23862&lt;/a&gt;, highlight sync was incorrect when the connector was used with multiple data tables.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23859&quot;&gt;#23859&lt;/a&gt;, the &lt;code&gt;metadata&lt;/code&gt; was not cloned in the data table.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23699&quot;&gt;#23699&lt;/a&gt;, error in the console when the &lt;code&gt;toggle&lt;/code&gt; editable option was added.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.0.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.0.0/</guid><description>Range Modifier now defines the start-end slice of source table rows; all other range logic is covered by Filter Modifier. Upgrade notes Important Notice: Datagrid is now Grid Pro and no longer part…</description><pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Range Modifier&lt;/code&gt; now defines the start-end slice of source table rows; all other range logic is covered by &lt;code&gt;Filter Modifier&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Important Notice:&lt;/strong&gt; &lt;code&gt;Datagrid&lt;/code&gt; is now Grid Pro and no longer part of the Dashboards package. To use it as a component, you need to import it from an external library - either &lt;code&gt;Grid Pro&lt;/code&gt; or &lt;code&gt;Grid Lite&lt;/code&gt;. See the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/grid-migration&quot;&gt;Migration Guide&lt;/a&gt; for more details.&lt;/li&gt;
&lt;li&gt;Any workflows relying on &lt;code&gt;Range Modifier&lt;/code&gt; beyond simple row slicing by row index must be migrated to the &lt;code&gt;Filter Modifier&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.6.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.6.0/</guid><description>Bug fixes Fixed #23445, components with multiple connectors loaded only first data table correctly. Fixed #23447, independent JSON connectors were in some cases using the same column array. Fixed…</description><pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23445&quot;&gt;#23445&lt;/a&gt;, components with multiple connectors loaded only first data table correctly.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23447&quot;&gt;#23447&lt;/a&gt;, independent JSON connectors were in some cases using the same column array.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23332&quot;&gt;#23332&lt;/a&gt;, &lt;code&gt;getOptions&lt;/code&gt; did not return correct values for a grid with resized columns.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.5.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.5.0/</guid><description>Introduced FilterModifier to enable DataTable row filtering via serializable conditions. Bug fixes Optimized the Grid Component, so that it does not always re-renders when the table data has changed.…</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Introduced &lt;code&gt;FilterModifier&lt;/code&gt; to enable &lt;code&gt;DataTable&lt;/code&gt; row filtering via serializable conditions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Optimized the Grid Component, so that it does not always re-renders when the table data has changed.&lt;/li&gt;
&lt;li&gt;Fixed styling, added the missing light-mode &lt;code&gt;--highcharts-neutral-color-10&lt;/code&gt; CSS variable override.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.4.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.4.0/</guid><description>Added mounted event, triggered when all the components are mounted in the board. Bug fixes Fixed #23056, the sidebar should not be visible when adding a new component and when the settings are…</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;mounted&lt;/code&gt; event, triggered when all the components are mounted in the board.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23056&quot;&gt;#23056&lt;/a&gt;, the sidebar should not be visible when adding a new component and when the &lt;code&gt;settings&lt;/code&gt; are disabled.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;fromJSON&lt;/code&gt; and &lt;code&gt;toJSON&lt;/code&gt; methods- use &lt;code&gt;getOptions&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23095&quot;&gt;#23095&lt;/a&gt;, cancel data polling requests after destroying a board.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23133&quot;&gt;#23133&lt;/a&gt;, cell toolbar overlapped context menu.&lt;/li&gt;
&lt;li&gt;Fixed, the &lt;code&gt;esc&lt;/code&gt; button did not hide toolbar and remove highlight.&lt;/li&gt;
&lt;li&gt;Fixed sync grid highlighting.&lt;/li&gt;
&lt;li&gt;Fixed, the resizer was not cleaned after removing the row.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23130&quot;&gt;#23130&lt;/a&gt;, math modifier negative value multiplication.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.3.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.3.0/</guid><description>Added support for multiple dataTables in one connector. Check out the demo. Bug fixes Fixed #23018, the board’s destroy method removed the custom HTML layout. Fixed #22982, added the data connector…</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added support for multiple &lt;code&gt;dataTables&lt;/code&gt; in one &lt;code&gt;connector&lt;/code&gt;. Check out the &lt;a href=&quot;https://jsfiddle.net/BlackLabel/h9qp4nL2/&quot;&gt;demo&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23018&quot;&gt;#23018&lt;/a&gt;, the board’s &lt;code&gt;destroy&lt;/code&gt; method removed the custom HTML layout.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22982&quot;&gt;#22982&lt;/a&gt;, added the data connector request abort controller.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22999&quot;&gt;#22999&lt;/a&gt;, the board froze when re-adding a previously removed component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22868&quot;&gt;#22868&lt;/a&gt;, added new component return error.&lt;/li&gt;
&lt;li&gt;Fix, the sidebar was not visible when adding the Highcharts component to an empty board.&lt;/li&gt;
&lt;li&gt;Disabled iframe click events in the edit mode.&lt;/li&gt;
&lt;li&gt;Fixed issue with overlapped toolbar.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22859&quot;&gt;#22859&lt;/a&gt;, a resizer was missing when the component was added to an empty board.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.2.0/</guid><description>DataGrid has been renamed to Grid, and the DataGrid.dataGrid factory function is deprecated. Use Grid.grid instead. Implemented a loading indicator for the DataGrid, added the showLoading and…</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;code&gt;DataGrid&lt;/code&gt; has been renamed to &lt;code&gt;Grid&lt;/code&gt;, and the &lt;code&gt;DataGrid.dataGrid&lt;/code&gt; factory function is deprecated. Use &lt;code&gt;Grid.grid&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Implemented a loading indicator for the DataGrid, added the &lt;code&gt;showLoading&lt;/code&gt; and &lt;code&gt;hideLoading&lt;/code&gt; methods to manage the indicator’s visibility, closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22225&quot;&gt;#22225&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for displaying calculated values in the KPI component, including &lt;code&gt;sum&lt;/code&gt;, &lt;code&gt;average&lt;/code&gt;, &lt;code&gt;median&lt;/code&gt;, &lt;code&gt;max&lt;/code&gt;, &lt;code&gt;min&lt;/code&gt;, &lt;code&gt;count&lt;/code&gt;, and &lt;code&gt;product&lt;/code&gt;. Custom formulas can also be defined. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21559&quot;&gt;#21559&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22720&quot;&gt;#22720&lt;/a&gt;, component destroy mispositioned resize buttons.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22684&quot;&gt;#22684&lt;/a&gt;, connector polling restarting based on assignment.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22676&quot;&gt;#22676&lt;/a&gt;, Fullscreen case-sensitive naming.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22546&quot;&gt;#22546&lt;/a&gt;, Firefox support for mouseenter when dragging.&lt;/li&gt;
&lt;li&gt;Fixed issue with missing overwrite option in cell format and formatter.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22624&quot;&gt;#22624&lt;/a&gt;, lang was not applied on new row item in add-component section.&lt;/li&gt;
&lt;li&gt;Fixed, the newly added chart component had incorrect options in the sidebar.&lt;/li&gt;
&lt;li&gt;Fixed the time format in the DataGrid.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22301&quot;&gt;#22301&lt;/a&gt;, cells could be misaligned in multi-row headers when a horizontal scrollbar was visible.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22492&quot;&gt;#22492&lt;/a&gt;, updating &lt;code&gt;HighchartsComponent&lt;/code&gt; with the new &lt;code&gt;chartConstructor&lt;/code&gt; did not work.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22271&quot;&gt;#22271&lt;/a&gt;, highlight was not removed when dragged new component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22207&quot;&gt;#22207&lt;/a&gt;, error was return when dragged new component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22208&quot;&gt;#22208&lt;/a&gt;, the edit mode button did not reflect the state of the mode.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.1.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.1.0/</guid><description>DataGrid: Improved accessibility with more granular control via config options, including ARIA live announcements on e.g. cell editing and column sorting. Read more in the new docs on accessibility.…</description><pubDate>Wed, 04 Dec 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;DataGrid: Improved accessibility with more granular control via config options, including ARIA live announcements on e.g. cell editing and column sorting. Read more in the &lt;a href=&quot;https://www.highcharts.com/docs/datagrid/accessibility&quot;&gt;new docs on accessibility&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;EditMode: Added confirm/cancel events on button click in the sidebar. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22131&quot;&gt;#22131&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed overlapped sorting icon with long headers in Datagrid.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21955&quot;&gt;#21955&lt;/a&gt;, the nested group was rendered when empty options.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21862&quot;&gt;#21862&lt;/a&gt;, incorrect behavior in component editor when option path points to an array element.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.0.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.0.0/</guid><description>The DataGrid has been fully rewritten, introducing new features and establishing a foundation for future enhancements and additional functionality. This release includes several breaking changes, so…</description><pubDate>Wed, 16 Oct 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.highcharts.com/docs/datagrid/general&quot;&gt;DataGrid&lt;/a&gt; has been fully rewritten, introducing new features and establishing a foundation for future enhancements and additional functionality. This release includes several breaking changes, so please refer to the Upgrade Notes below for detailed guidance before upgrading.&lt;/li&gt;
&lt;li&gt;The sidebar in &lt;code&gt;editMode&lt;/code&gt; is now sticky and always visible when scrolling through the page.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://api.highcharts.com/dashboards/chart.styledMode&quot;&gt;styledMode&lt;/a&gt; is now disabled by default for the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/highcharts-component&quot;&gt;Highcharts Component&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/kpi-component&quot;&gt;KPI Component&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Removed formerly deprecated &lt;code&gt;responsiveBreakpoints&lt;/code&gt; option from the API.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Please refer to the &lt;a href=&quot;https://www.highcharts.com/docs/datagrid/datagrid-v2-migration&quot;&gt;DataGrid migration article&lt;/a&gt; before upgrading, as DataGrid is rewritten and includes several breaking changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed infinite classes when editing components in the sidebar.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21269&quot;&gt;#21269&lt;/a&gt;, styling errors when forcing the light mode dashboard in the dark mode system.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v2.3.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/2.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/2.3.0/</guid><description>Added the possibility of setting toolbar visibility for individual components, closes #20907. Removed column aliases from DataTable, API documentation, and affected samples. Closes #21485. Added…</description><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added the possibility of setting toolbar visibility for individual components, closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20907&quot;&gt;#20907&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Removed column aliases from &lt;code&gt;DataTable&lt;/code&gt;, API documentation, and affected samples. Closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21485&quot;&gt;#21485&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added methods (&lt;a href=&quot;https://api.highcharts.com/dashboards/#classes/Data_DataTable.DataTable#getLocalRowIndex&quot;&gt;getLocalRowIndex&lt;/a&gt; &amp;#x26; &lt;a href=&quot;https://api.highcharts.com/dashboards/#classes/Data_DataTable.DataTable#getOriginalRowIndex&quot;&gt;getOriginalRowIndex&lt;/a&gt;) for referencing between rows of original and modified data tables.&lt;/li&gt;
&lt;li&gt;Changed the &lt;code&gt;layout&lt;/code&gt; element in the Add component sidebar to a &lt;code&gt;row&lt;/code&gt; and improved the look when added.&lt;/li&gt;
&lt;li&gt;Added an &lt;code&gt;HTML&lt;/code&gt; text field in the sidebar to control and edit the content of the HTML component.&lt;/li&gt;
&lt;li&gt;Added support for the &lt;a href=&quot;https://api.highcharts.com/dashboards/data.beforeParse&quot;&gt;beforeParse&lt;/a&gt; callback in the &lt;code&gt;GoogleSheetsConnector&lt;/code&gt; options. Closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21235&quot;&gt;#21235&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed some smaller issues with the HTML component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21615&quot;&gt;#21615&lt;/a&gt;, when the &lt;code&gt;useHTML&lt;/code&gt; was enabled, content in a cell was not rendered correctly when scrolling.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21280&quot;&gt;#21280&lt;/a&gt;, it was impossible to set the component active state, so added &lt;code&gt;isAcitve&lt;/code&gt; flag.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://api.highcharts.com/dashboards/data.parseDate&quot;&gt;parseDate&lt;/a&gt; in &lt;code&gt;DataConverter&lt;/code&gt; was private.&lt;/li&gt;
&lt;li&gt;Fixed, added missing &lt;code&gt;DataConverter&lt;/code&gt; type in &lt;code&gt;DataConnector&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added missing utility method to the &lt;code&gt;Dashboards&lt;/code&gt; namespace.&lt;/li&gt;
&lt;li&gt;Fixed error when trying to sync with an invisible point.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v2.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/2.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/2.2.0/</guid><description>Added the EditMode for dashboards declared with custom HTML, allowing users to modify the components inside. Added the methods getComponentById and getComponentByCellId to the Board class. Addressing…</description><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added the &lt;code&gt;EditMode&lt;/code&gt; for dashboards declared with custom HTML, allowing users to modify the components inside.&lt;/li&gt;
&lt;li&gt;Added the methods &lt;code&gt;getComponentById &lt;/code&gt;and &lt;code&gt;getComponentByCellId&lt;/code&gt; to the &lt;code&gt;Board&lt;/code&gt; class. Addressing feature request &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21378&quot;&gt;#21378&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Renamed &lt;code&gt;onEditModeToggle&lt;/code&gt; to &lt;code&gt;toggleEditMode&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed the setting icon from the row toolbar.&lt;/li&gt;
&lt;li&gt;Added &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/edit-mode#edit-mode-events&quot;&gt;edit mode events&lt;/a&gt;. Changed the way components are updated in edit mode. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20756&quot;&gt;#20756&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;isStandalone&lt;/code&gt; option to add non-nested options in the edit mode sidebar, &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20793&quot;&gt;#20793&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Improved error messages when options were misconfigured, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21091&quot;&gt;#21091&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added option to use valid HTML inside the DataGrid cell, along with that the &lt;code&gt;useHTML&lt;/code&gt; option was added, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20634&quot;&gt;#20634&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;autoScroll&lt;/code&gt; option to the Datagrid’s highlight sync.&lt;/li&gt;
&lt;li&gt;Added the &lt;a href=&quot;https://api.highcharts.com/dashboards/#interfaces/Dashboards_Components_Sync_Sync.Sync.OptionsEntry#group&quot;&gt;&lt;code&gt;group&lt;/code&gt;&lt;/a&gt; option which allows synchronization to be grouped within components sharing the same connector.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21310&quot;&gt;#21310&lt;/a&gt;, updating values in the DataGrid did not update connected components.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21189&quot;&gt;#21189&lt;/a&gt;, dragging and dropping elements from the sidebar and inside the dashboard was impossible in Firefox.&lt;/li&gt;
&lt;li&gt;Removed connector name from the HTML component sidebar.&lt;/li&gt;
&lt;li&gt;Fixed typo in &lt;code&gt;Fullscreen&lt;/code&gt; es-module import which caused an error when importing the &lt;code&gt;layout&lt;/code&gt; module.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21079&quot;&gt;#21079&lt;/a&gt;, &lt;code&gt;false&lt;/code&gt; was displayed in the input inside the sidebar when the option was disabled.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20944&quot;&gt;#20944&lt;/a&gt;, wrong values were displayed in the sidebar when the Highcharts component was initialized with programmatically set options.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v2.1.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/2.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/2.1.0/</guid><description>Improved error messages when options were misconfigured, see #21091. Added option to use valid HTML inside the DataGrid cell, along with that the useHTML option was added, see #20634. Added…</description><pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Improved error messages when options were misconfigured, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21091&quot;&gt;#21091&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added option to use valid HTML inside the DataGrid cell, along with that the &lt;code&gt;useHTML&lt;/code&gt; option was added, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20634&quot;&gt;#20634&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;autoScroll&lt;/code&gt; option to the Datagrid’s highlight sync.&lt;/li&gt;
&lt;li&gt;Added the &lt;a href=&quot;https://api.highcharts.com/dashboards/#interfaces/Dashboards_Components_Sync_Sync.Sync.OptionsEntry#group&quot;&gt;&lt;code&gt;group&lt;/code&gt;&lt;/a&gt; option which allows synchronization to be grouped within components sharing the same connector.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;affectedSeriesId&lt;/code&gt; option to the Highcharts Component’s highlight sync.&lt;/li&gt;
&lt;li&gt;Added ability to set &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/highcharts-component#multiple-connectors&quot;&gt;multiple connectors&lt;/a&gt; for the Highcharts Component.&lt;/li&gt;
&lt;li&gt;Added a vue example with custom layout.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed typo in &lt;code&gt;Fullscreen&lt;/code&gt; es-module import which caused an error when importing the &lt;code&gt;layout&lt;/code&gt; module.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21079&quot;&gt;#21079&lt;/a&gt;, &lt;code&gt;false&lt;/code&gt; was displayed in the input inside the sidebar when the option was disabled.&lt;/li&gt;
&lt;li&gt;Fixed issue with synchronization not being stopping during component destroy.&lt;/li&gt;
&lt;li&gt;Added error handling for rendering components in the same cell.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20944&quot;&gt;#20944&lt;/a&gt;, wrong values were displayed in the sidebar when the Highcharts component was initialized with programmatically set options.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20661&quot;&gt;#20661&lt;/a&gt;, dashboards were broken when used non-unique ids of cells.&lt;/li&gt;
&lt;li&gt;Fixed point dragging with &lt;code&gt;allowConnectorUpdate&lt;/code&gt; in Highcharts Component.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v2.0.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/2.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/2.0.0/</guid><description>Added support for custom HTML layout. The use of gui is now optional. Dashboard, and charts, are now 100% stylable via CSS instead of JavaScript configuration. Include what you need, with Dashboards…</description><pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added support for &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/layout-description#custom-layout&quot;&gt;custom HTML layout&lt;/a&gt;. The use of &lt;code&gt;gui&lt;/code&gt; is now optional.&lt;/li&gt;
&lt;li&gt;Dashboard, and charts, are now &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/style-by-css&quot;&gt;100% stylable via CSS&lt;/a&gt; instead of JavaScript configuration.&lt;/li&gt;
&lt;li&gt;Include what you need, with &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/installation&quot;&gt;Dashboards Core&lt;/a&gt;, &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/layout-description&quot;&gt;Layout/EditMode&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/datagrid-component&quot;&gt;DataGrid&lt;/a&gt; as separate scripts. &lt;code&gt;dashboards-plugin&lt;/code&gt; is removed and no longer needed.&lt;/li&gt;
&lt;li&gt;Improved &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/synchronize-components&quot;&gt;chart synchronization options&lt;/a&gt;, and added additional options to highlight synchronization. &lt;code&gt;highlight&lt;/code&gt;, &lt;code&gt;tooltip&lt;/code&gt; and &lt;code&gt;crosshair&lt;/code&gt; can now be set separately.&lt;/li&gt;
&lt;li&gt;Improved and simplified &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/highcharts-component#working-with-data&quot;&gt;column assignment&lt;/a&gt;. Moved the option from &lt;code&gt;component&lt;/code&gt; scope to &lt;code&gt;component.connector&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added support for HTML as string in the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/html-component&quot;&gt;HTML Component&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.highcharts.com/docs/dashboards/installation&quot;&gt;Dashboards Core&lt;/a&gt;, &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/layout-description&quot;&gt;Layout/EditMode&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/datagrid-component&quot;&gt;DataGrid&lt;/a&gt; are now seperate scripts, and needs to be explicitly included whenever needed. See respective documentation articles for details.&lt;/li&gt;
&lt;li&gt;The old &lt;code&gt;columnAssignment&lt;/code&gt; logic is no longer supported, and needs to be refactored to &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/highcharts-component#working-with-data&quot;&gt;the new one&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Responsive layout should now be specified using &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/layout-description#how-the-dashboard-layout-engine-makes-your-dashboard-responsive&quot;&gt;CSS media queries&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed synchronization was not stopping during component destroy.&lt;/li&gt;
&lt;li&gt;Fixed point dragging with &lt;code&gt;allowConnectorUpdate&lt;/code&gt; in Highcharts Component.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.3.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.3.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.3.1/</guid><description>Added cloud monitoring demo. Bug fixes Fixed the wrong length of columns in JSONConverter, when x is the same. Fixed #20557, incorrect calculation of component content height when caption is defined.…</description><pubDate>Tue, 05 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added cloud monitoring demo.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed the wrong length of columns in JSONConverter, when x is the same.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20557&quot;&gt;#20557&lt;/a&gt;, incorrect calculation of component content height when caption is defined.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20509&quot;&gt;#20509&lt;/a&gt;, wrong type declarations in Dashboards ES modules.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20445&quot;&gt;#20445&lt;/a&gt;, DataGrid column headers disabling.&lt;/li&gt;
&lt;li&gt;Fixed crossfilter sync with string data.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.3.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.3.0/</guid><description>Internal optimizations and minor TypeScript enhancements.</description><pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Internal optimizations and minor TypeScript enhancements.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.2.0/</guid><description>Added a way to drag custom components from the sidebar, closes #20290. Added closing sidebar, when clicking outside the box. Added the possibility to define a custom path in columnNames for JSON…</description><pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added a way to drag custom components from the &lt;code&gt;sidebar&lt;/code&gt;, closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20290&quot;&gt;#20290&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added closing sidebar, when clicking outside the box.&lt;/li&gt;
&lt;li&gt;Added the possibility to define a custom path in &lt;code&gt;columnNames&lt;/code&gt; for JSON connector to parse complex data.&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;affectNavigator&lt;/code&gt; option allowing crossfilter to affect the contents of the other navigators.&lt;/li&gt;
&lt;li&gt;Added option to add text next to context button.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;linkedValueTo&lt;/code&gt; option to the KPI Component.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed issue with missing rows, when datagrid visibility was switched.&lt;/li&gt;
&lt;li&gt;Fixed, it was impossible to set KPI content &lt;code&gt;flex-direction&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added unmount event to component options.&lt;/li&gt;
&lt;li&gt;Added missing type for the &lt;code&gt;columnName&lt;/code&gt; parameter.&lt;/li&gt;
&lt;li&gt;Fixed missing update position of the context menu.&lt;/li&gt;
&lt;li&gt;Fixed syncs between different lengths of arrays of series.&lt;/li&gt;
&lt;li&gt;Fixed KPI component updating when new options include chart options.&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;d.ts&lt;/code&gt; files for &lt;code&gt;HighchartsTypes&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20046&quot;&gt;#20046&lt;/a&gt;, there was an error when adding a new chart component.&lt;/li&gt;
&lt;li&gt;Improved accessibility by changing the context menu toggle into a button.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.2.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.2.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.2.1/</guid><description>Added a way to drag custom components from the sidebar, closes #20290. Bug fixes Fixed, it was impossible to set KPI content flex-direction.</description><pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added a way to drag custom components from the &lt;code&gt;sidebar&lt;/code&gt;, closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20290&quot;&gt;#20290&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed, it was impossible to set KPI content &lt;code&gt;flex-direction&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.1.3</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.1.3/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.1.3/</guid><description>Added option to add text next to context button. Added linkedValueTo option to the KPI Component. Bug fixes Fixed #20046, there was an error when adding a new chart component.</description><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added option to add text next to context button.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;linkedValueTo&lt;/code&gt; option to the KPI Component.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20046&quot;&gt;#20046&lt;/a&gt;, there was an error when adding a new chart component.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.1.2</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.1.2/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.1.2/</guid><description>Added closing sidebar, when clicking outside the box. Added demo that saving and loading dashboards in localStorage. Added the settings.enabled option. Closes #19707. Disabled add component button…</description><pubDate>Wed, 08 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added closing sidebar, when clicking outside the box.&lt;/li&gt;
&lt;li&gt;Added demo that saving and loading dashboards in localStorage.&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;settings.enabled&lt;/code&gt; option. Closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/19707&quot;&gt;#19707&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Disabled add component button when the cell toolbars are disabled. Added options for disabling the add component and rwd buttons.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;aria-expanded&lt;/code&gt; for the context menu button.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved accessibility by changing the context menu toggle into a button.&lt;/li&gt;
&lt;li&gt;Added missing type for the &lt;code&gt;columnName&lt;/code&gt; parameter.&lt;/li&gt;
&lt;li&gt;Added unmount event to component options.&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;undefined&lt;/code&gt; id in row, cell and layout.&lt;/li&gt;
&lt;li&gt;Fixed zoom syncing when min or max stays the same.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.1.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.1.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.1.1/</guid><description>Added aria-expanded for the context menu button. DataTable.aliases property replaces DataTable.getColumnAliases() and DataTable.setColumnAlias(). Bug fixes</description><pubDate>Thu, 21 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;aria-expanded&lt;/code&gt; for the context menu button.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DataTable.aliases&lt;/code&gt; property replaces &lt;code&gt;DataTable.getColumnAliases()&lt;/code&gt; and &lt;code&gt;DataTable.setColumnAlias()&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.1.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.1.0/</guid><description>Added the aria-label for the context menu button. Added cellFormatter to the dataGrid module. Added NavigatorComponent for crossfilter of a connector table. Added custom sync demo. Added events to…</description><pubDate>Tue, 19 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added the &lt;code&gt;aria-label&lt;/code&gt; for the context menu button.&lt;/li&gt;
&lt;li&gt;Added cellFormatter to the dataGrid module.&lt;/li&gt;
&lt;li&gt;Added NavigatorComponent for crossfilter of a connector table.&lt;/li&gt;
&lt;li&gt;Added custom sync demo.&lt;/li&gt;
&lt;li&gt;Added events to the EditMode state.&lt;/li&gt;
&lt;li&gt;Added docs about component’s sync.&lt;/li&gt;
&lt;li&gt;Added KPI Component docs as extra article.&lt;/li&gt;
&lt;li&gt;Created additional docs of the Highcharts Component.&lt;/li&gt;
&lt;li&gt;Added loading indicator which turns on for a cell until a connector is loaded.&lt;/li&gt;
&lt;li&gt;Refactored component life cycle methods.&lt;/li&gt;
&lt;li&gt;Removed scaleElements option in the HTMLComponent.&lt;/li&gt;
&lt;li&gt;Added dashboard es-modules docs.&lt;/li&gt;
&lt;li&gt;Added styledMode into KPI component.&lt;/li&gt;
&lt;li&gt;Implemented usage of connectors and sync (extremes event) for KPI component.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed, it was impossible to change the confirmation popup close button.&lt;/li&gt;
&lt;li&gt;Fixed reference translation in function arguments of MathModifier.&lt;/li&gt;
&lt;li&gt;Fixed, &lt;strong&gt;dataGridOptions&lt;/strong&gt; were not applied to the &lt;strong&gt;DataGrid&lt;/strong&gt; component.&lt;/li&gt;
&lt;li&gt;Removed double resize of DataGrid.&lt;/li&gt;
&lt;li&gt;Fixed mousewheel problem in the climate demo.&lt;/li&gt;
&lt;li&gt;Fixed broken reflow in the dashboards.&lt;/li&gt;
&lt;li&gt;Applied default connector to the dragged new element.&lt;/li&gt;
&lt;li&gt;Improved the edit mode sidebars and popup design.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.0.2</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.0.2/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.0.2/</guid><description>Replaced blocklist with allowlist in columnAssignment option. RangeModifier will now intersect the results of multiple ranges by default. Use the additive option to concatenate results of multiple…</description><pubDate>Thu, 10 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Replaced blocklist with allowlist in columnAssignment option.&lt;/li&gt;
&lt;li&gt;RangeModifier will now intersect the results of multiple ranges by default. Use the &lt;code&gt;additive&lt;/code&gt; option to concatenate results of multiple ranges.&lt;/li&gt;
&lt;li&gt;Implemented visibility sync handler.&lt;/li&gt;
&lt;li&gt;Implemented disabling of editing of the columns, which are created by Math Modifier.&lt;/li&gt;
&lt;li&gt;Added user-defined &lt;code&gt;redraw&lt;/code&gt; event for dashboard components.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed whitespaces not being removed from names when using CSVConnector with &lt;code&gt;firstRowAsNames&lt;/code&gt; enabled.&lt;/li&gt;
&lt;li&gt;Fixed bug with disabling toolbars for cell or row.&lt;/li&gt;
&lt;li&gt;Fixed insufficient waiting for loading connectors on second request.&lt;/li&gt;
&lt;li&gt;Fixed missing reference to DOM element in the dataGrid, after dragging a point.&lt;/li&gt;
&lt;li&gt;Fixed, added TextOptions to documentation, changed &lt;code&gt;gui.enabled&lt;/code&gt; as optional.&lt;/li&gt;
&lt;li&gt;Fixed, the data grid did not resize cells properly.&lt;/li&gt;
&lt;li&gt;Improved TypeScript-support of Dashboards.&lt;/li&gt;
&lt;li&gt;Fixed, sync was not preserved when the component updated its connector.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.0.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.0.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.0.1/</guid><description>Added getOptions() method that returns config of dashboard. Bug fixes Path to icons has changed to./gfx/dashboards-icons/. Fixed problem in dataGrid with visible unnecessary scrollbars on Windows.…</description><pubDate>Wed, 19 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;getOptions()&lt;/code&gt; method that returns config of dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Path to icons has changed to &lt;code&gt;./gfx/dashboards-icons/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed problem in &lt;code&gt;dataGrid &lt;/code&gt; with visible unnecessary scrollbars on Windows.&lt;/li&gt;
&lt;li&gt;Fixed links in the API that were pointing to not existing URL’s.&lt;/li&gt;
&lt;li&gt;Fixed, the &lt;code&gt;DataGrid&lt;/code&gt; component was not rendered when data was fetched though the &lt;strong&gt;csvURL&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Improved TypeScript declarations to support classic bundles (minified and as source).&lt;/li&gt;
&lt;li&gt;Fixed some URL’s and indentation error in the *.md files.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v1.0.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/1.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/1.0.0/</guid><description>First release of Highcharts Dashboards</description><pubDate>Thu, 29 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;First release of Highcharts Dashboards&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item></channel></rss>