Skip to content

v0.6.0

Choose a tag to compare

@MinCrohn MinCrohn released this 12 Jan 08:47
· 50 commits to main since this release

Added

  • feat: allow text truncation with ellipsis by @MinCrohn in #155
  • feat: add drill-down and deep select support to selection state by @MinCrohn in #160
  • feat: add Paint Selection feature to SelectionState by @MinCrohn in #162
  • feat: add inactiveCellStrategy to Grid to support hiding inactive cells by @MinCrohn in #165
  • feat: add standalone image, text, and rect element types by @MinCrohn in #169

Fixed

  • fix: prevent infinite growth of links in relations by @MinCrohn in #157
  • fix: enable update method to target viewport by @MinCrohn in #156
  • fix: handle destroyed elements safely in commands and animations by @MinCrohn in #158
  • fix: prevent interaction state reset when pausing SelectionState by @MinCrohn in #159
  • fix: add key and args properties to State class by @MinCrohn in #161
  • fix: support string in Grid cells and store gridIndex on items by @MinCrohn in #163
  • fix: add right-click interaction support to SelectionState by @MinCrohn in #164
  • fix: support elements option in canvas event by @MinCrohn in #168
  • fix: enhance SelectionState with viewport state management by @MinCrohn in #171

Full Changelog: v0.5.1...v0.6.0