-
General Changes
-
Minor Bug Fixes includes the following:
-
No scrollbar on modal is fixed
-
-
We can now tell the framework to exclude scanning of few packages using the
basePackagesToExcludeproperty in the yml file.
-
-
Core Config Annotations N/A
-
View Config Annotations
-
A new annotation
@PrintConfigwas introduced which targets the@Buttoninstead of the printPath param -
cssClassattribute is added to@GridColumn -
Added support for printing container elements
-
Button.Style.PRINT,useAppStylesandprintPathhas been added to@Button -
Using this configuration now opens a window/tab with the HTML content rendered from printPath
-
Optional configuration can be tweaked by adding
@PrintConfigto the printPath param -
useAppStyleslets clients transport the single page application styles to the print window
-
-