This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Add minimum row/column support
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.