Release Notes 10.0.000

Version Information

Version Information

Version Information

Release 10.0.000

 

Bootstrap 4 Upgrade

This release contains an update to Bootstrap to Version 4.

See https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/1688829953 for details on this mandatory step to perform the update on existing projects.

 

System requirements

An overview of required dependencies and version can be obtained at https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/862060549.

 

Overview of included tickets

Bug Fixes

SCLNG-327 Resolved issue with text in SmartTreeView is not entirely visible in the Smart Developer Tools/Session Info

Description:

We resolved an issue where the text in the SmartTreeView used in the Smart Developer Tools was not entirely visible as neither the text was wrapped, not were there any scroll bars.

New Feature

SCLNG-369 Added Option to automatically select the first row of a smart grid

Description:

Developers now can can specify if a smart-grid should automatically select the first row if the grid is refreshed. The default is to select the first row automatically.

Sample Usage:

Smart Data Source
"CustomerDataSource": { "objectName": "CustomerDataSource", "entityName": "Consultingwerk.SmartComponentsDemo.OERA.Sports2000.CustomerBusinessEntity", "tableRef": "eCustomer", "autoSelectFirstRecord": false } <smart-data-source smart-object-name='CustomerDataSource' smart-business-entity-name="Consultingwerk.SmartComponentsDemo.OERA.Sports2000.CustomerBusinessEntity" smart-entity-table="eCustomer" [smart-auto-select-first-record]="false"> </smart-data-source>
Smart Grid
"CustomerGrid": { "componentType": "grid", "componentOptions": { "gridLayout": "frontend://assets/customers-grid.layout.json", "dataSource": "CustomerDataSource", "objectName": "CustomerGrid", "autoSelectFirstRecord": false } } <smart-grid smart-object-name="CustomerGrid" smart-data-source="CustomerDataSource" smart-grid-layout="frontend://assets/customer-grid.json" [smart-auto-select-first-record]="false"> </smart-grid>

SCLNG-373 Drag&Drop Support for the Smart Grid added

Description:

The smart-grid now can be used as a source for Drag&Drop events.

 

The following properties were added to enable this behavior:

JSONdragDropEnabled

HTMLsmart-drag-drop-enabled