BookFx v0.1.0 Release Notes

Release Date: 2019-11-10 // over 4 years ago
  • ๐Ÿ”‹ Features

    • Sheet.TabColor
    • Sheet.Fit, Sheet.FitToHeight, Sheet.FitToWidth
    • Box.AutoSpan, Box.AutoSpanRows, Box.AutoSpanCols
    • Box.AutoFilter
    • ๐Ÿ’… BoxStyle.Integer
    • ๐Ÿ’… All alignments are available in BoxStyle.Align.

    ๐Ÿ’ฅ Breaking Changes

    • No compromise with null. Use special overloads instead of Make.Value(object?).
    • ๐Ÿšš Default simplified automatic span of ValueBox is removed. Use Box.AutoSpan.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed bug with auto sizes of rows with merged boxes.