Skip to content

Commit d12d381

Browse files
chore: update external content [CI skip]
1 parent 411b3ba commit d12d381

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

external_docs/versions/release-notes/v5-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ Post-release
10291029
- Backported [from v6.2](v6-2#version-6.2.15) fix row context during bulk update
10301030
- Backported [from v6.2](v6-2#version-6.2.15) fix list column order preferences
10311031
1032-
### 5.3.77 (2025-09-10) - maintenance revision {#version-5.3.77}
1032+
### 5.3.77 (2025-09-11) - maintenance revision {#version-5.3.77}
10331033
10341034
- Backported [from v6.2](v6-2#version-6.2.16) fix select2 pillbox style with colored multi-enum
10351035
- Backported [from v6.2](v6-2#version-6.2.16) removed "less" button on list edit = extended list only

external_docs/versions/release-notes/v6-3.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ These changes may require action if you are concerned:
3131

3232
We also remind you that there have been some other compatibility breaking changes in previous minor versions:
3333

34+
3435
- See [the release note of minor version 6.0](v6-0#compatibility-breaking-changes)
3536
- See [the release note of minor version 6.1](v6-1#compatibility-breaking-changes)
3637
- 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
5152
- See [the release note of minor version 6.1](v6-1#deprecated-features)
5253
- See [the release note of minor version 6.2](v6-2#deprecated-features)
5354

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
5556
on the associated helpers `PDFTool` and `PDFDocumentExternalObject` helper classes that are still fully designed for iText in v6.
5657
If you still use iText or the above helper classes in your code and plan to upgrade to v7 once it will be released
5758
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
8081

8182
![](img/v6-3/custom-right-click.gif)
8283

83-
### Other Quality of Life improvements
84-
85-
- On lists, <kbd>Ctrl</kbd>+<kbd>Click</kbd> to select a line
86-
8784
### Quick list ordering
8885

8986
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
133130

134131
![](img/v6-3/guide.gif)
135132

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
137+
136138
Enhancements
137139
------------
138140

0 commit comments

Comments
 (0)