Skip to content

v0.2.0

Compare
Choose a tag to compare
@PrzemyslawKlys PrzemyslawKlys released this 31 Jul 11:56
· 937 commits to master since this release
72a241b

What's Changed

  • Create LICENSE by @PrzemyslawKlys in #28

  • Adds new properties for Tables by @PrzemyslawKlys in #30

    • Alignment
    • WidthType
    • Width
    • ShadingFillColor
    • ShadingFillColorHex
    • ShadingFillPatern
    • Title
    • Description
    • AllowOverlap
    • AllowTextWrap
    • ColumnWidth
    • RowHeight
  • Add table positioning along with properties by @PrzemyslawKlys in #30

    • LeftFromText
    • RightFromText
    • BottomFromText
    • TopFromText
    • HorizontalAnchor
    • TablePositionY
    • TablePositionX
    • TablePositionYAlignment
    • TablePositionXAlignment
    • TableOverlap
  • Adds new properties for TableRow by @PrzemyslawKlys in #30

    • FirstCell
    • LastCell
  • Renames some properties to better name them by @PrzemyslawKlys in #30

    • FirstRow -> ConditionalFormattingFirstRow
    • LastRow -> ConditionalFormattingLastRow
    • FirstColumn -> ConditionalFormattingFirstColumn
    • LastColumn -> ConditionalFormattingLastColumn
    • NoHorizontalBand -> ConditionalFormattingNoHorizontalBand
    • NoVerticalBand -> ConditionalFormattingNoVerticalBand
  • Adds new properties for Table by @PrzemyslawKlys in #30

    • FirstRow
    • LastRow
  • Adds new methods for Table by @PrzemyslawKlys in #30

    • AddComment(author, initials,comment)
  • Adds new properties for TableCell by @PrzemyslawKlys in #30

    • TextDirection

Full Changelog: v0.1.7...v0.2.0