New Sigbla release - v1.24.0 - Still Rice
2y 5mon ago by lemmy.world/u/the_ocs in cool_github_projects@programming.dev from github.com
Changelog
v1.24.0 - 2024-01-02 - Still Rice
Added
swap(..)function to swap rows or columnssort(..)function to sort a table by rows or columns- Enhance
TableListenerEventandTableViewListenerEventfor easy access to event source details - Allow setting the host/IP with
TableView[Host]orSIGBLA_HOST
Fixed
- Fix issue with on ref/name mismatch in UI for table views
- Ensure only
Row[at X]can be used in row subscriptions - Ensure valid
CellRange,ColumnRange, andRowRangewithin constraints - Support for view/table replacement when reusing existing view reference
Changed
- Changed Dexx collections dependency with Sigbla PDS (no functional change)
- Tidy up implementation of
RowRangeandColumnRange - Documentation improvements and additions
- Various improvements to
toStringfunctions - Various minor code cleaning
Removed
- Nothing