You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external_docs/versions/release-notes/v6-3.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These changes may require action if you are concerned:
31
31
32
32
We also remind you that there have been some other compatibility breaking changes in previous minor versions:
33
33
34
+
34
35
- See [the release note of minor version 6.0](v6-0#compatibility-breaking-changes)
35
36
- See [the release note of minor version 6.1](v6-1#compatibility-breaking-changes)
36
37
- See [the release note of minor version 6.2](v6-2#compatibility-breaking-changes)
@@ -51,7 +52,7 @@ We also remind you that there have been some other compatibility deprecations in
51
52
- See [the release note of minor version 6.1](v6-1#deprecated-features)
52
53
- See [the release note of minor version 6.2](v6-2#deprecated-features)
53
54
54
-
In particular the legacy **iText**librarie will be removed in next major version v7 and there will be also breaking change impacts
55
+
In particular the legacy **iText**library will be removed in next major version v7 and there will be also breaking change impacts
55
56
on the associated helpers `PDFTool` and `PDFDocumentExternalObject` helper classes that are still fully designed for iText in v6.
56
57
If you still use iText or the above helper classes in your code and plan to upgrade to v7 once it will be released
57
58
it is now time to refactor these piece of code to use the **PDFBox** libraries (it won't compile any longer in v7).
@@ -80,10 +81,6 @@ Added context menus to lists. When multiple rows are selected, only bulk operati
80
81
81
82

82
83
83
-
### Other Quality of Life improvements
84
-
85
-
- On lists, <kbd>Ctrl</kbd>+<kbd>Click</kbd> to select a line
86
-
87
84
### Quick list ordering
88
85
89
86
This feature allows user to reorder records using a persitent integer field of the business object.
@@ -133,6 +130,11 @@ The guide recorder is still experimental and will be improved in a future releas
133
130
134
131

135
132
133
+
### Other Quality of Life improvements
134
+
135
+
- On lists, <kbd>Ctrl</kbd>+<kbd>Click</kbd> to select a line
136
+
- Added a new setting, `Display "Select All / Unselect All" option`, for lists of values, which enables a "Select All / Unselect All" feature for multiple enumeration fields
0 commit comments