Releases: EvotecIT/OfficeIMO
Releases · EvotecIT/OfficeIMO
v0.1.7
What's Changed
- FIxes PageOrientation when mixed with PageSize by @PrzemyslawKlys in #24
- Page orientation landscape by @PrzemyslawKlys in #25
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Rename
Color
toColorHex
property for Paragraphs BREAKING CHANGE by @PrzemyslawKlys in #23 - Add
Color
property for Paragraphs asSixLabors.ImageSharp.Color
BREAKING CHANGE
For example:
var paragraph = document.AddParagraph("Basic paragraph");
paragraph.ParagraphAlignment = JustificationValues.Center;
paragraph.Color = SixLabors.ImageSharp.Color.Red;
var paragraph = document.AddParagraph("Basic paragraph");
paragraph.ParagraphAlignment = JustificationValues.Center;
paragraph.ColorHex = "#FFFF00";
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Fixed SaveAs functionality by @jordan-hemming in #16
- Fixes Azure Devops tests to work properly on Linux and MacOs by @PrzemyslawKlys in #18
- Tables styles are not being applied for loaded documents by @PrzemyslawKlys in #20
- Add basic support for table cell borders by @PrzemyslawKlys in #21
- Add additional tests for table cell borders by @PrzemyslawKlys in #22
New Contributors
- @jordan-hemming made their first contribution in #16
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Different approach by @PrzemyslawKlys in #9
New Contributors
- @PrzemyslawKlys made their first contribution in #9
Full Changelog: https://github.com/EvotecIT/OfficeIMO/commits/v0.1.4