Releases: ClosedXML/ClosedXML.Report
0.2.12
0.2.12-rc
0.2.11
What's Changed
- Add disabled parameter to "Delete" tag and evaluate values before parsing by @vakssonya in #358
- Add Height and HeightRange option. by @masterworgen in #360
- Bump System.Linq.Dynamic.Core from 1.3.8 to 1.6.0.1 #376 by @jafin in #377
- upgrade_Version_ClosedXML_102.3 by @ToggyO in #366
New Contributors
Full Changelog: 0.2.10...0.2.11
0.2.10
What's Changed
- Remove priority key and change delete tag execution logic by @vakssonya in #350
- fix: clear table placeholders when data is empty by @smakaiberriesandco in #344
New Contributors
- @vakssonya made their first contribution in #350
- @smakaiberriesandco made their first contribution in #344
Full Changelog: 0.2.9...0.2.10
v.0.2.9
What's Changed
- Upgrade to ClosedXML 0.102 by @Pankraty in #322
- Forcibly remove a range representing a table if its data source is empty (#251) by @Pankraty in #323
- upgrade_Version_ClosedXML_102.2 by @Reivaj810 in #345
New Contributors
- @Reivaj810 made their first contribution in #345
Full Changelog: 0.2.8...0.2.9
v.0.2.8
Mostly a technical release to enable usage of ClosedXML.Report for those who is using ClosedXML 0.101.
Version 0.101 has many improvements so the new version of ClosedXML.Report will also benefit from them.
Also, after ClosedXML, target netstandard2.0 and netstandard2.1, rather than building different versions for each framework.
What's Changed
Full Changelog: 0.2.7...0.2.8
v.0.2.7
What's Changed
- Bump closedxml to v.0.100.3 by @vbondarev in #307
- Bump C# version from 7 to 10 by @vbondarev in #306
- Bump System.Linq.Dynamic.Core from 1.2.20 to 1.3.0 in /ClosedXML.Report by @dependabot in #318
New Contributors
- @vbondarev made their first contribution in #306
Full Changelog: 0.2.6...0.2.7
Breaking changes
Upgrading to ClosedXML 0.100 broke one piece of functionality: previously it was possible to put a <<sum>>
tag into a formula, e.g. &="Total:"<<sum>>
. After the upgrade, this became hard to implement without major refactoring. Given that none of the contributors have enough time to perform such kind of refactoring and that this functionality has not been documented - I decided, it is better to drop it and release a new version we all have been waiting by far too long.
v.0.2.6
This is a purely technical though long requested release upgrading ClosedXML to version 0.97 where dependencies on System.Drawing.Common
were removed, as well as many other cool things happened.
What's Changed
v.0.2.5
Breaking changes
ClosedXML.Report
became signed which madeClosedXML.Report.Signed
package deprecated.- ClosedXML upgraded to 0.96 which in turn had some breaking changes
What's Changed
- issue with Simple Template address #196 by @b0bi79 in #238
- Fixed a performance issue caused by a large number of merged ranges. … by @b0bi79 in #247
- 95 nullreferenceexception with rows fit by @b0bi79 in #254
- #255 Unable to use "over" when using <> by @b0bi79 in #256
- Subtotal for column specific formula by @srihar in #265
- Adding IXLTemplate interface by @davija in #269
- refactor: tests, bump target to netstandard2.0;net462;net6.0, move test data into sqlite. by @jafin in #274
- fix: do not throw when access null item property by @GersonDias in #290
- Update to ClosedXML version 0.96; drop ClosedXML.Report.Signed by @pallu in #286
New Contributors
- @srihar made their first contribution in #265
- @davija made their first contribution in #269
- @jafin made their first contribution in #274
- @GersonDias made their first contribution in #290
- @pallu made their first contribution in #286
Full Changelog: https://github.com/ClosedXML/ClosedXML.Report/milestone/11?closed=1
Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.5
v0.2.4
Release notes:
- Fixed updating the size of the resulted range. The error led to the appearance of the empty data in the pivot tables (#230)
- Fixed filling of images in the horizontal range (#233)
- Fixed Merged ranges calculations (#233)
- Fixed propagation of row heights from template to generated rows (#233)
- Added examples with hyperlinks (#234)
- Fixed unexpected merging while using
<<group MergeLabels=Merge2>>
in nested groups?(#235)
Complete list of closed issues
Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.4
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.4