v2.13.0 - 2021-05-13
Version 2.13.0 - 2021-05-13
Added
- Additional O19 types to match Open Specifications (#916)
- Added generated classes for Office 2019 types and constraints (#882)
- Added nullability attributes (#840, #849)
- Added overload for
OpenXmlPartReaderandOpenXmlReader.Create(...)to ignore whitespace (#857) - Added
HexBinaryValue.TryGetBytes(...)andHexBinaryValue.Create(byte[])to manage the encoding and decoding of bytes (#867) - Implemented
IEquatable<IdPartPair>onIdPartPairto fix equality implementation there and obsoleted setters (#871)
Fixed
- Fixed serialization of
CellValueconstructors to use invariant cultures (#903) - Fixed parsing to allow exponents for numeric cell values (#901)
Deprecated
- Deprecated Office2013.Word.Person.Contact property. It no longer persists and will be removed in a future version (#912)
Thanks to the following for their contributions: