Skip to content

v1.24.1 - 2024-01-18 - Plain Hill

Compare
Choose a tag to compare
@cfelde cfelde released this 18 Jan 20:13
· 222 commits to master since this release
4b6465d

Changelog

v1.24.1 - 2024-01-18 - Plain Hill

The general theme of this release is various minor API tidy-ups and improvements/fixes with increased test coverage,
plus added functionality within storage and cell types. The changes have focused on Table.kt and related functionality.

Added

  • Add storage support for WebCell
  • Add support for boolean cell values
  • Add convenience function to check if column is in table
  • Improve BasicMath.kt number support and tidy up Cell.kt math
  • Various Row, Cell and cell range improvements
  • Various test case improvements, better coverage
  • Various documentation improvements

Fixed

  • Fix bug preventing column/row resize from UI
  • Fix Row.compareTo function

Changed

  • Rename ColumnHeader to Header, change how class is initialized via operator function

Removed

  • Some convenience functions on Table.kt (and related) to ensure a better overall API structure