Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Add minimum row/column support

Compare
Choose a tag to compare
@BTMorton BTMorton released this 17 Oct 01:04
· 309 commits to master since this release

This release adds support for minimum rows and columns for the grid as well as changing the behaviour of minheight/width. These values now act as a minimum possible size for each item and the minimum row/column value will be automatically updated to reflect that. Whereas before the rowHeight/colWidth values would be changed to the minimum if they are smaller, they now remain the same.