Skip to content

Commit

Permalink
Merge M365 Update into v2.20.0 (#1383)
Browse files Browse the repository at this point in the history
* Add latest M365 updates from March 2023
  • Loading branch information
mikeebowen authored Apr 4, 2023
1 parent ee2e9c8 commit d4445a2
Show file tree
Hide file tree
Showing 28 changed files with 3,644 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.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)
Expand Down
15 changes: 15 additions & 0 deletions data/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"Uri": "http://schemas.microsoft.com/office/drawing/2018/hyperlinkcolor",
"Version": "Office2019"
},
{
"Prefix": "aif",
"Uri": "http://schemas.microsoft.com/office/drawing/2022/imageformula",
"Version": "Microsoft365"
},
{
"Prefix": "aink",
"Uri": "http://schemas.microsoft.com/office/drawing/2016/ink",
Expand Down Expand Up @@ -344,6 +349,11 @@
"Uri": "http://schemas.microsoft.com/office/powerpoint/2021/06/main",
"Version": "Microsoft365"
},
{
"Prefix": "p228",
"Uri": "http://schemas.microsoft.com/office/powerpoint/2022/08/main",
"Version": "Microsoft365"
},
{
"Prefix": "packaging",
"Uri": "http://schemas.microsoft.com/office/internal/2007/ofapi/packaging"
Expand Down Expand Up @@ -460,6 +470,11 @@
"Uri": "http://schemas.microsoft.com/office/word/2018/wordml",
"Version": "Office2021"
},
{
"Prefix": "w16du",
"Uri": "http://schemas.microsoft.com/office/word/2023/wordml/word16du",
"Version": "Microsoft365"
},
{
"Prefix": "w16sdtdh",
"Uri": "http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/drawing/2022/imageformula",
"Types": [
{
"Name": "aif:CT_ImageFormula/aif:imageFormula",
"ClassName": "ImageFormula",
"Summary": "Defines the ImageFormula Class.",
"BaseClass": "OpenXmlLeafElement",
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":formula",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "formula"
}
]
}
]
}
Loading

0 comments on commit d4445a2

Please sign in to comment.