All Versions
14
Latest Version
Avg Release Cycle
4 days
Latest Release
1549 days ago

Changelog History
Page 2

  • v0.1.3 Changes

    November 16, 2019

    ๐Ÿ› Bug Fixes

    • โž• added missed implicit converts to Box
    • ๐Ÿ“„ xml docs have been completed
    • CS1591 has been activated
    • Sc made internal
  • v0.1.2 Changes

    November 13, 2019

    ๐Ÿ› Bug Fixes

    • โž• added Box.Merge missed optional parameter to disable merging
    • ๐Ÿ”€ Box.Value with Merge(false) should set the first cell value only
    • ๐Ÿ’… child style should have priority
    • โž• added missed Box.Freeze()
  • v0.1.1 Changes

    November 11, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix: nuget package does not contain the XML documentation file.
  • v0.1.0 Changes

    November 10, 2019

    ๐Ÿ”‹ 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.