All Versions
43
Latest Version
Avg Release Cycle
25 days
Latest Release
703 days ago

Changelog History
Page 1

  • v0.36.0 Changes

    October 31, 2022
    • ➕ Added IShapeFill.SetHexSolidColor(string hex) to set a solid color as the shape fill #267
  • v0.35.0 Changes

    October 17, 2022
    • ➕ Added IShapeFill.SetPicture(Stream image) to set picture fill #279
    • ➕ Added IFont.OffsetEffect property to add superscript #258
  • v0.34.1 Changes

    October 02, 2022
    • 🛠 Fixed updating text of text frame #332
  • v0.34.0 Changes

    September 30, 2022
    • 🛠 Fixed updating text of Subtitle #325
    • ➕ Added ITableRow.Clone() to create a row duplication #326
  • v0.33.0 Changes

    September 23, 2022
    • ➕ Added IParagraph.AddPortion(string text) to add a new text portion in paragraph #297.
    • ➕ Added APIs to update Underline, Type, Character, Size and Font of paragraph bullet #311.
    • 🛠 Fixed incorrect updating grouped Picture #295.
  • v0.32.0 Changes

    September 09, 2022
    • ➕ Added opportunity to update text of master shape #37.
    • ➕ Added IColorFormat.SetColorHex() to update color #37.
    • ➕ Added IAudioShape.MIME and IVideoShape.MIME to get MIME type of audio and video content #284.
  • v0.31.2 Changes

    September 01, 2022
    • 🛠 Fixed getting binary content of audio and video shapes #268.
  • v0.31.1 Changes

    July 15, 2022
    • 🛠 Fixed bug in Chart #259.
  • v0.31.0 Changes

    June 10, 2022
    • ➕ Added opportunity to update series value eg. chart.SeriesCollection[0].Points[0].Value = 10 #66.
    • 🛠 Fixed section slide removing #240.
  • v0.30.0 Changes

    May 23, 2022
    • ➕ Added IPresentation.Sections to access presentation sections #240.
    • 🛠 Fixed issue when IPresentation.SaveAs() modifies original presentation #237.