Changelog

v1.24.0 - 2024-01-02 - Still Rice

Added

  • swap(..) function to swap rows or columns
  • sort(..) function to sort a table by rows or columns
  • Enhance TableListenerEvent and TableViewListenerEvent for easy access to event source details
  • Allow setting the host/IP with TableView[Host] or SIGBLA_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, and RowRange within 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 RowRange and ColumnRange
  • Documentation improvements and additions
  • Various improvements to toString functions
  • Various minor code cleaning

Removed

  • Nothing