Releases: ClosedXML/ClosedXML.Report
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
v0.2.2
Release notes:
- Name Manager chose sheet scope not workbook scope then Enumerable extend will not work. enhancement (#161)
- Nested ranges: Vertical table is not generated inside horizontal (#136)
- Exception when using lambda expressions with the entire list of items (#212)
- Single quote before value bug/arrays with different types of values (#210)
- multiple primitive types in a variable array raises System.ArgumentException: 'Object of type 'x' cannot be converted to type 'y' enhancement (#100)
- How to access nested dictionary members bug dependencies (#177)
- Adding DynamicLinqType dependencies (#192)
- How to insert Image? enhancement question (#91)
- With conditional formatting inside named range it throws exception if there was no data provided to range bug (#186)
- Row below the nested range goes left bug (#174)
- The grouplabel cannot meet expectations bug (#189)
- Grouping bug bug (#139)
- Improve support for multiple sibling subranges (#199)
- Nested Ranges: Master-detail Report Issue (#132)
- Add summary tag with label in group feature enhancement (#202)
- Tag ColsFit isn't working for worksheet column bug (#172)
- System.NullReferenceException bug (#170)
Complete list of closed issues
Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.2
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.2
v0.2.1
Release notes:
- Added copying data validation from the template (#130)
- Adding comment evaluating support (#39)
- Adding copy and evaluation Hypelinks (#39)
- Adding copy and evaluation Richtext (#39)
- Added support for multiple ranges for Named Ranges (#163)
- The public XLTemplate interface is expanded by overloaded SaveAs methods (#153)
- Updated references (#148)
- Fixed a bug that broke the range if the tables were one under the other (#152)
- Fixed a bug due to which the size of the range was not correctly determined and as a result, the formulas of the totals row were placed higher and replaced the data rows (#133)
- Fixed a bug where the autofilter remained on a deleted column (#111)
Complete list of closed issues
Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.1
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.1
v0.2.0
Release notes:
- Upgraded to ClosedXML 0.95
- Added the ability to access registered variables from expressions within tables (#37)
- Bug fixes for pivot (#74)
- Fix #70 NullReferenceException by FormulaEvaluator with null parameter (#76)
- Dictionary as data source #64
- Performance optimization for SubrangesTests (#79)
- Fix horizontal ranges issue #84 (#85)
- Empty dataset fix #83
Complete list of closed issues
Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.0
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.0