Releases: Jaspersoft/jasperreports
JasperReports 6.21.5
-
added support for horizontalPosition and shrinkWidth properties to table component and weight
property to table columns to better control table resize behavior when table columns are hidden or resized. -
various dependencies upgrades including: Spring 6.2.3, Apache Batik 1.18,
Apache Commons Codec 1.18.0, Apache Commons IO 2.18.0, Apache Commons Logging 1.3.5,
Apache Log4J 2.24.3, Apache Commons Collections 4.5.0 and Apache POI 5.4.1; -
minor bug fixes and improvements;
JasperReports 7.0.3
- minor bug fixes and improvements;
JasperReports 7.0.2
-
added support for horizontalPosition and shrinkWidth properties to table component and weight
property to table columns to better control table resize behavior when table columns are hidden or resized. -
removed the Google Maps component, the Chrome server side rendering of Javascript visualizations extension,
the interactivity extension as well as the PL/SQL and Oracle stored procedure query executer; -
various dependencies upgrades including: Apache Batik 1.18, Apache POI 5.3.0 and Spring 6.2.3;
-
minor bug fixes and improvements;
JasperReports 6.21.4
-
various dependencies upgrades including: Jackson 2.17.1, RequireJS 2.3.7, Apache POI 5.3.0
and Apache Xalan 2.7.3; -
minor bug fixes and improvements;
JasperReports 7.0.1
-
added automatic module names to manifest files and fixed split packages issues in preparation for
Java 9 modules compliance; -
minor bug fixes and improvements;
JasperReports 7.0.0
-
removal of the Ant build system and replacing it with a Maven build system;
-
deprecated code removed;
-
breaking backward compatibility of serialized/compiled *.jasper report template files,
mostly because of historical deprecated serialization code removal/cleanup mentioned above
(source *.jrxml report templates need to be recompiled to *.jasper using the new version of
the library); -
breaking backward compatibility of source *.jrxml report template files and *.jrtx style
template files by replacing the Apache Commons Digester based parsers with Jackson XML object
serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded
with version 7 or newer of the library alone. The conversion from the old file formats to the new
file formats and back can be made using Jaspersoft Studio 7 and later versions of it; -
extracting various optional extension JAR artifacts from the the core library JAR artifact
to allow the Jakarta Migration of certain of these optional features while also introducing
better third party Maven dependency management of these artifacts; -
some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;
-
upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having
Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D,
all their 3D effects being ignored; -
minor bug fixes and improvements;
JasperReports 6.21.3
-
allow background section elements to be exported as page header content in the DOCX exporter
so that watermark type effects could be achieved; -
minor bug fixes and improvements;
JasperReports 6.21.2
- minor bug fixes and improvements;
JasperReports 6.21.0
-
added support for PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, PDF/A-3u;
-
added support for WEBP images;
-
minor bug fixes and improvements;
JasperReports 6.20.6
-
optional style expression added to report elements in addition to their existing static style
reference property to allow for more flexible and dynamic styling scenarios; -
new IS_EVEN_ROW and IS_EVEN_COLUMN boolean built-in variables available in crosstabs to help
with alternate row/column styling of crosstab cells; -
new custom configuration property net.sf.jasperreports.export.pptx.frame.as.table added to
control the rendering of table components as true PowerPoint table structures in PPTX exports; -
added new data source implementation based on the Fastexcel Reader library to allow loading of
larger XLSX files without using too much heap memory (compared to existing POI-based implementation); -
new custom property net.sf.jasperreports.cut.text.max.height available for text field elements
to limit the maximum height to which they can stretch to accommodate their larger text content
when textAdjust attribute is set to CutText value; -
improved caching for clipped images and SVG drawings in the PDF exporter to help create smaller
size PDF files; -
new number rounding functions available in report expressions;
-
minor bug fixes and improvements;