Skip to content

Version 0.1.23

This release introduces a new feature that allows users to resize the index column in matrix nodes by dragging the corner cell's right edge. The chosen width is saved and restored on re-render. Additionally, unit tests have been added to ensure this functionality works correctly. Documentation has also been updated to clarify the branching strategy for contributing to the project.

New Features

  • Add resizable index column for matrix nodes, enabling users to drag and adjust the index column width with persistence across renders (30366c) (Eric Ma)
  • Add unit tests for the matrix index column resize feature to verify the resize handle and CSS variable application (295649) (Eric Ma)

Bug Fixes

  • None

Deprecations

  • None