Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency documentformat.openxml to v2.20.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
DocumentFormat.OpenXml 2.13.1 -> 2.20.0 age adoption passing confidence
DocumentFormat.OpenXml 2.12.1 -> 2.20.0 age adoption passing confidence

Release Notes

dotnet/Open-XML-SDK (DocumentFormat.OpenXml)

v2.20.0

Added
  • Added DocumentFormat.OpenXml.Office.Drawing.Y2022.ImageFormula namespace
  • Added DocumentFormat.OpenXml.Office.Word.Y2023.WordML.Word16DU namespace
Changed
  • Marked OpenXmlSimpleType.TextValue as obsolete. This property was never meant to be used externally (#​1284)
  • Marked OpenXmlPackage.Package as obsolete. This will be an implementation detail in future versions and won't be accessible (#​1306)
  • Marked OpenXmlPackage.Close as obsolete. This will be removed in a later release, use Dispose instead (#​1371)
  • Marked OpenXmlPackage.SaveAs as obsolete as it will be removed in a future version (#​1378)
Fixed
  • Fixed incorrect file extensions for vbaProject files (#​1292)
  • Fixed incorrect file extensions for ImagePart (#​1305)
  • Fixed incorrect casing for customXml (#​1351)
  • Fixed AddEmbeddedPackagePart to allow correct extensions for various content types (#​1388)

v2.19.0

Added
  • .NET 6 target with support for trimming (#​1243, #​1240)
  • Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotRichData namespace
  • Added DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command namespace
  • Added DocumentFormat.OpenXml.Office.PowerPoint.Y2022.Main.Command namespace
  • Added Child RichDataPivotCacheGuid to DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition
Fixed
  • Removed reflection usage where possible (#​1240)
  • Fixed issue where some URIs might be changed when cloning or creating copy (#​1234)
  • Fixed issue in FlatOpc generation that would not read the full stream on .NET 6+ (#​1232)
  • Fixed issue where restored relationships wouldn't load correctly (#​1207)

v2.18.0

Added
  • Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace (#​1196)
  • Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet (#​1196)
  • Added few base classes for typed elements, parts, and packages (#​1185)
Changed
  • Adjusted LICENSE.md to conform to .NET Foundation requirements (#​1194)
  • Miscellaneous changes for better perf for internal services

v2.17.1

Removed
  • Removed the preview namespace DocumentFormat.OpenXml.Office.Comments.Y2020.Reactions because this namespace will currently create invalid documents.
Fixed
  • Restored the PowerPointCommentPart relationship to PresentationPart.
Deprecated
  • The relationship between the PowerPointCommentPart and the PresentationPart is deprecated and will be removed in a future version.

v2.16.0

Added
  • Added method OpenXmlPart.UnloadRootElement that will unload the root element if it is loaded (#​1126)
Updated
  • Schema code generation was moved to the SDK project using C# code generators

Thanks to the following for their contribution:

@​f1nzer

v2.15.0

Added
  • Added samples for strongly typed classes and Linq-to-XML in the ./samples directory (#​1101, #​1087)
  • Shipping additional libraries for some additional functionality in DocumentFormat.OpenXml.Features and DocumentFormat.OpenXml.Linq. See documentation in repo for additional details.
  • Added extension method to support getting image part type (#​1082)
  • Added generated classes and FileFormatVersions.Microsoft365 for new subscription model types and constraints (#​1097).
Fixed
  • Fixed issue for changed mime type model/gltf.binary (#​1069)
  • DocumentFormat.OpenXml.Office.Drawing.ShapeTree is now available only in Office 2010 and above, not 2007.
  • Correctly serialize new CellValue(bool) values (#​1070)
  • Updated known namespaces to be generated via an in-repo source generator (#​1092)
  • Some documentation issues around FileFormatVersions enum

Thanks to the following for their contributions:

@​ThomasBarnekow
@​stevenhansen
@​JaimeStill
@​jnyrup

v2.14.0

Added
  • Added generated classes for Office 2021 types and constraints (#​1030)
  • Added Features property to OpenXmlPartContainer and OpenXmlElement to enable a per-part or per-document state storage
  • Added public constructors for XmlPath (#​1013)
  • Added parts for Rich Data types (#​1002)
  • Added methods to generate unique paragraph ids (#​1000)

Thanks to the following for their contributions:

@​rmboggs
@​ThomasBarnekow


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.16.0 chore(deps): update dependency DocumentFormat.OpenXml to v2.16.0 Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update dependency DocumentFormat.OpenXml to v2.16.0 chore(deps): update dependency documentformat.openxml to v2.16.0 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/documentformat.openxml-2.x branch from ffe47fc to da51083 Compare June 30, 2022 23:42
@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.16.0 chore(deps): update dependency documentformat.openxml to v2.17.1 Jun 30, 2022
@renovate renovate bot force-pushed the renovate/documentformat.openxml-2.x branch from da51083 to d9951d8 Compare September 25, 2022 16:19
@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.17.1 chore(deps): update dependency documentformat.openxml to v2.18.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/documentformat.openxml-2.x branch from d9951d8 to 7eb49df Compare October 20, 2022 04:31
@renovate renovate bot force-pushed the renovate/documentformat.openxml-2.x branch from 7eb49df to 2e8db6a Compare December 14, 2022 19:43
@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.18.0 chore(deps): update dependency documentformat.openxml to v2.19.0 Dec 14, 2022
@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.19.0 Update dependency DocumentFormat.OpenXml to v2.19.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency DocumentFormat.OpenXml to v2.19.0 chore(deps): update dependency documentformat.openxml to v2.19.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/documentformat.openxml-2.x branch from 2e8db6a to 41d5c69 Compare May 29, 2023 23:58
@renovate renovate bot changed the title chore(deps): update dependency documentformat.openxml to v2.19.0 chore(deps): update dependency documentformat.openxml to v2.20.0 May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants