Release Notes 10.2.000

Version Information

Version Information

Version Information

Release 10.2.000

 

Bootstrap 4 Upgrade

This release requires to update to Bootstrap 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-309 SmartGrid column width is now responsive again after resizing the window

a SmartGrid column reacts to changes of the window size even if it was set to a fixed size by the user to make use of the available space.

SCLNG-382 Smart Combo Editor now honors the enabledState

The Smart Combo Editor now reacts to the property defined in the JSON layout.

SCLNG-395 Fix for drilling down in the child routes in custom forms

Routing now works also for custom Smart Forms when drilling down child routes.

New Feature

SCLNG-342 Added support for "promptBeforeDelete" setting in Smart Viewer

You can now optionally enable a confirmation before allowing the user to delete data from a Smart Viewer.

SCLNG-387 The Smart Data Source now implements support for stopAfter setting

You can define the number of results returned from the Smart Data Source by using the “stopAfter” property.

Example

<smart-data-source [smart-stop-after]="15" ...> </smart-data-source>

SCLNG-388 Question API was moved to a separate Angular Service

This allows the service to be used by a consuming application

SCLNG-398 The form-group is exposed when Smart Grid row is in edit mode

When a row in Smart Grid is in edit mode, the current field values will be exposed, to be able to trigger saving from outside of the Smart Grid (ex. from a Smart Toolbar "SAVE" button).

SCLNG-399 Exposed the enableGrid and disableGrid methods in the SmartGrid

Before this change, the methods were private, as it was no need for controlling the enabled state of the SmartGrid from outside of the grid component. But to be able to edit an added record inline (in the grid), the grid has to be enabled.

SCLNG-400 When a Smart DataSource is in update mode all its children are now in update mode

When a Smart DataSource is in update mode all its children are now in update mode

SCLNG-401 ABL Dojo in Smart Developer Tools does now execute on CTRL-X

ABL Dojo in Smart Developer Tools does now execute on CTRL-X