You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Version 2.11.0 - Unreleased
8
8
### Added
9
+
- Added `FileFormatVersions.2019` enum (#695)
10
+
- Added `OpenXmlElementFunctionalExtensions.With(...)` extension methods, which offer flexible means for constructing `OpenXmlElement` instances in the context of pure functional transformations (#679)
9
11
- Added minimum Office versions for enum types and values (#707).
10
-
- Added `OpenXmlElementFunctionalExtensions.With` extension methods, which offer flexible means for constructing `OpenXmlElement` instances in the context of pure functional transformations.
11
12
- Added additional `CompatSettingNameValues` values: `UseWord2013TrackBottomHyphenation`, `AllowHyphenationAtTrackBottom`, and `AllowTextAfterFloatingTableBreak` (#706).
12
13
13
14
### Changes
14
15
- Marked the property setters in `OpenXmlAttribute` as obsolete as structs should not have mutable state (#698)
15
16
16
17
## Version 2.10.1 - 2020-02-28
17
18
### Fixed
18
-
-Ensures attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
19
+
-Ensured attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
19
20
- Some documentation errors (#681)
20
21
- Removed state that made it non-thread safe to validate elements under certain conditions (#686)
21
22
- Correctly inserts strongly-typed elements before known elements that are not strongly-typed (#690)
@@ -24,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
24
25
### Added
25
26
- Added initial Office 2016 support, including `FileFormatVersion.Office2016`, `ExtendedChartPart` and other new schema elements (#586)
26
27
- Added .NET Standard 2.0 target (#587)
27
-
-Include symbols support for debugging (#650)
28
+
-Included symbols support for debugging (#650)
28
29
- Exposed `IXmlNamespaceResolver` from `XmlPath` instead of formatted list of strings to expose namespace/prefix mapping (#536)
29
30
- Implemented `IComparable<T>` and `IEquatable<T>` on `OpenXmlComparableSimpleValue` to allow comparisons without boxing (#550)
30
31
- Added `OpenXmlPackage.RootPart` to easily access the root part on any package (#661)
0 commit comments