Skip to content

Commit 5532926

Browse files
[INDEX] Test release-note size reduction
1 parent 46c020d commit 5532926

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/versions/release-notes/v6-2.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Included but not yet enabled by default:
3737
Deprecated features to be removed in the next releases <span id="deprecation"></span>
3838
----------------------------------------------------------------------------------------
3939

40-
- **iText** lib usage has been deprecated, no default components relies on it any longer, it will be removed in Simplicité 7.0.
40+
### **iText** lib usage has been deprecated, no default components relies on it any longer, it will be removed in Simplicité 7.0.
4141
- `PDFTool` methods have been deprecated, we recommend migrating to PDF generation through [HTMLToPDFTool](https://platform.simplicite.io/6.2/javadoc/com/simplicite/util/tools/HTMLToPDFTool.html) or [PDFBox](https://pdfbox.apache.org/).
4242
- In case you need to continue the use of iText, you will as always be able to integrate it as an additional third-party library, but we recommend buying a licence and using an up-to-date version due to [the licensing and security matters associated with iText 2.1.7](https://kb.itextpdf.com/it5kb/can-itext-2-1-7-itextsharp-4-1-6-or-earlier-be-use).
4343
- The native PDF exports (lists and module documentation) have been migrated to PDFBox.
@@ -218,12 +218,12 @@ public String[] getRefFieldTargetObject(String rowId, ObjectField field, String[
218218
UI changes
219219
---------------------------------------
220220

221-
- The `Call to action` of backend message is now implemented in the alert dialog
221+
### The `Call to action` of backend message is now implemented in the alert dialog
222222
- a backend action can now return other call-to-actions
223223
- actions to call must be granted to user
224224
- with the type hidden to avoid direct access thru list or form
225225

226-
- New `hasChangedFields` to determine the global `hasChanged` flag on form:
226+
### New `hasChangedFields` to determine the global `hasChanged` flag on form:
227227
- the property `hasChanged` has been improved so that it only triggers if a field has actually been modified (different from the base value)
228228
- for example, if the user changes a field twice and returns to its original value, the dialog "quit without saving" will no longer appear.
229229

@@ -239,14 +239,14 @@ Simplicite.UI.ExternalObjects.MyExtObj = class extends Simplicite.UI.ExternalObj
239239
}
240240
```
241241

242-
- New UI tabs options for tabbed areas:
242+
### New UI tabs options for tabbed areas:
243243
- tabs positioning on top/left/right/bottom
244244
- allows to hide all tab labels (to display only icons)
245245
- configurable on template editor
246246

247247
![](img/v6-2/tabpos.png)
248248

249-
- New UX in object multi-selection (eg used by the associate/pillbox dialog):
249+
### New UX in object multi-selection (eg used by the associate/pillbox dialog):
250250
- Added a preview of selected items on the right side of dialog
251251
- Allows to do several searches without losing previous selections
252252
- Allows to easily remove all or each item
@@ -259,7 +259,8 @@ Simplicite.UI.ExternalObjects.MyExtObj = class extends Simplicite.UI.ExternalObj
259259
obj.search({}, { groupby: true, groupbyfields: ["myEnumField"] })
260260
.then(list => ...}
261261
```
262-
- New **end-user's dashboards**
262+
263+
### New **end-user's dashboards**
263264
- New group `DASHBOARD_MAKER` to build business dashboards
264265
- New shortcut granted to group `DASHBOARD` to access the dashboards overview
265266
- `DASHBOARD_MAKER` can edit its own dashboards, rename and delete
@@ -269,7 +270,7 @@ obj.search({}, { groupby: true, groupbyfields: ["myEnumField"] })
269270
270271
![](img/v6-2/dashedit.png)
271272
272-
- New user's filters on View
273+
### New user's filters on View
273274
- allows to add a search bar (new view item) with optional time period and fields
274275
- the item triggers a new event with users's filters `{ fromDate, toDate, fields... }`
275276
- the filters are applied to lists, charts and pivot tables (having a date/period or matching filtered fields)
@@ -312,11 +313,11 @@ $("#myWidget").addClass("js-view-filters").on("ui.view.filters", (e,filters) =>
312313
313314
![](img/v6-2/lovcontrast.png)
314315
315-
- Removed ajax call within constraints on UI:
316+
### Removed ajax call within constraints on UI:
316317
- `[SYSPARAM:name]` is now replaced with session parameter `app.sysparams['name']`
317318
- `[PARAM:name]` is replaced with the instance local parameter `obj.locals['name']`
318319
319-
- `Bookmarks` on list
320+
### `Bookmarks` on list
320321
- the record bookmark can be displayed on list item in button options
321322
- the list can be filtered on "my bookmarks" only
322323

0 commit comments

Comments
 (0)