Releases: EvotecIT/OfficeIMO
Releases · EvotecIT/OfficeIMO
v0.22.0
What's Changed
- Enable Dependabot to automate dependency updates by @PrzemyslawKlys in #266
- Bump dependencies by @PrzemyslawKlys in #265
- Fixes how lists behave by @PrzemyslawKlys in #264
- Add ability to add custom lists (simplified logic) by @PrzemyslawKlys in #208
- chore: 🔧 update Dependabot configuration for NuGet packages by @PrzemyslawKlys in #267
- Added Table Margins, Borders and New methods by @PrzemyslawKlys in #129
- Refactor Table Layout/Width Handling and Add Row Properties by @PrzemyslawKlys in #70
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Bump dependencies / frameworks by @PrzemyslawKlys in #262
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Add converter from DOTX to DOCX by @PrzemyslawKlys in #257
Full Changelog: v0.19.0...v0.20.0
v0.19.0 *BREAKING CHANGES*
What's Changed
- Improve watermark (add watermark image) by @PrzemyslawKlys in #220
- Migrate to 3.1.0 OpenXMLSDK by @PrzemyslawKlys in #253 - due to underlying changes some code may require changes
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Added WordParagraphStyles.Custom by @ChrisBellBO in #237
- Bump SixLabors.ImageSharp to 2.1.9 by @PrzemyslawKlys in #247
- Copy/Clone row after the current row by @startewho in #226
- Adds compatibility of created documents with OpenOffice/LibreOffice by @PrzemyslawKlys in #191
- Added basic Elements/ElementsByType property and few other improvements by @ChrisBellBO in #240
- Fix tests after adding OpenOffice compatibility and add missing NET 8 tests for macOs by @PrzemyslawKlys in #248
- Fix test to ignore temporary word documents by @PrzemyslawKlys in #249
- Bump OpenXMLSDK to 2.20 by @PrzemyslawKlys in #250
- Add docs, fix typos and removes requirement to set relative width/hei… by @PrzemyslawKlys in #251
- Remove obsolete stuff by @PrzemyslawKlys in #252
New Contributors
- @ChrisBellBO made their first contribution in #237
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Fixes wrong implementation of repeat header by @PrzemyslawKlys in #234
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Add RepeatHeaderRowAtTheTopOfEachPage to Tables by @PrzemyslawKlys in #231
- Add AddEmbeddedFragment method by @PrzemyslawKlys in #233
- Bump test dependencies by @PrzemyslawKlys in #232
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Bump dependency of ImageSharp to 2.1.8 by @PrzemyslawKlys in #221
- Filled in documentation for the public paragraph methods. by @tmheath in #212
- Improve textboxes to allow multiple Runs/Paragraphs Breaking Changes by @PrzemyslawKlys in #225
- Improve Charts Breaking Changes by @PrzemyslawKlys in #223
- Add VerifyTests by @rstm-sf in #86
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Add centimeters conversions to Margins, fix naming emus/twips by @PrzemyslawKlys in #200
- Fixes lists NSID value which prevents lists using correct settings when using same type multiple times by @PrzemyslawKlys in #202
- Add 4 more list types with letters by @PrzemyslawKlys in #209
- Breaking Change - Remove continue & restart numbering from Lists by @PrzemyslawKlys in #205
- Add Remove & Merge Lists by @PrzemyslawKlys in #207
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Add basic method to add textbox to header/footer by @PrzemyslawKlys in #187
- [WordTextBox] Add additional features by @TopperDEL in #188
- Use Paragraph instead of StdBlock (so that text within a TextBox is no "variable" anymore)
- Allow changing the insets of the TextBox so that there is no gap between the text of the TextBox and its border
- Allow the TextBox to be set to "AutoFitText" or not
- Allow the text to be multiline by respecting the page breaks
- Added Wrapping functionality including inline
- Added ability to convert inline to other wrapping types and vice versa (keep in mind that some properties are lost then or go to their defaults)
- Fixes wrong paragraph being returned when AddImage is used
- Breaking Change Changes WrapTextImage.InFrontText to WrapTextImage.InFrontOfText to match Word naming
- Improve WordTextBox functionality by @PrzemyslawKlys in #197
- Add support for Net8 by @PrzemyslawKlys in #198
- Fixes some warnings as reported by Visual Studio by @PrzemyslawKlys in #199
- Added the ability to clear the default empty paragraph in TableCell. by @tmheath in #182
New Contributors
- @TopperDEL made their first contribution in #188
Full Changelog: v0.12.0...v0.13.0