Skip to content

Stability and Editor Fixes

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:20

This release addresses a potential browser crash when rendering large history datasets and fixes a configuration cleanup issue in the card editor.

Bug Fixes & Improvements

  • Performance [#54]: Replaces Math.max and Math.min with safer D3-array alternatives to prevent browser call stack size limit overflow crashes when handling large history datasets. Thanks to @IoannisArmamentos!
  • Card Editor [#53]: Ensures that customized graph bounds (graph_min and graph_max) are cleared from the configuration when optional overrides are disabled. Thanks to @IoannisArmamentos!