Highcharts Dashboards v2.2.0

Released: Jul 4, 2024

Aggiornamenti in v2.2.0

Funzionalità

  • Added support for the beforeParse callback in the GoogleSheetsConnector options.
  • 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.
  • Renamed onEditModeToggle to toggleEditMode.
  • Removed the setting icon from the row toolbar.
  • Added edit mode events. Changed the way components are updated in edit mode.
  • Added isStandalone option to add non-nested options in the edit mode sidebar.
  • Improved error messages when options were misconfigured.
  • Added option to use valid HTML inside the DataGrid cell, along with that the useHTML option was added.
  • Added autoScroll option to the Datagrid's highlight sync.
  • Added the group option which allows synchronization to be grouped within components sharing the same connector.

Correzioni

  • Fixed issue when updating values in the DataGrid did not update connected components.
  • Fixed problem where dragging and dropping elements from the sidebar and inside the dashboard was impossible in Firefox.
  • Removed connector name from the HTML component sidebar.
  • Fixed typo in Fullscreen es-module import which caused an error when importing the layout module.
  • Fixed issue where false was displayed in the input inside the sidebar when the option was disabled.
  • Fixed issue where wrong values were displayed in the sidebar when the Highcharts component was initialized with programmatically set options.