All Release Notes
ID | Title | Description |
---|---|---|
Make parent property in webui typed to improve quality | Added types to webui widget parent property to improve code safety and clarity. | |
Replace ToolbarType attribute with HtmlClass | - set toolbar style using HtmlClass attribute - add HtmlClass attribute to SwatVisual level - set HtmlClass values at toolbars as AttributeStyle value is in them - remove AttributeStyle attribute (and unused links) - add nested toolbar CSS variables to set values for borderRadius, backgroundColor, shadow, margin, etc - add nested toolbar CSS variables to set values for button (different button states): text size, text color, background color - reassign toolbar CSS variables for specific toolbar type: grouped (as default), filled, transparent - add b1-toolbar class to the toolbar control root | |
SwatTabbar Subtype attribute is useless | - remove unused Tabbar Subtype attribute | |
Add support for invoke server task to call into ServerActions | - add support for server actions on the app server (NestJS) - add HealthCheck, Weather server action handlers as samples - add a server-action package with callServerAction API method - add server action can be called via invokeServerTask - refactor: use more specific InvokeServerTaskNanoOptions, InvokeServerTaskAutomationOptions interfaces - introduce InvokeServerTaskJsdoOption interface/type for invokeServerTask params; mark InvokeServerTaskJsdoOptions as deprecated - extract invokeJsdoServerTask to a separate file |
ID | Title | Description |
---|---|---|
Tabbar viewTemplate config attribute behaves incorrectly | - 'Icon and Text' value can be used correctly as a Tabbar view template | |
Add option to trim PASOE from within the application | Added option to trim PASOE from within the System administrator Desktop | |
Datasource that loads a MenuStructure | Added sample screen showcasing menu structure as a datasource: "SampleDataSourceMenuStructure" | |
n8n B1 backend connector: Support outputting errors | Improved AutomationHub Build One Connector node to allow output of errors, either on same branch or one different, based on setting parameter | |
Application settings yes/no became true/false | Fixed an issue where boolean application settings would have inconsistent values, depending on the localization format settings. Now all boolean properties use the "true"/"false" values. | |
Allow Clear attribute is a checkbox | Made allowClear attribute visualisation type checkbox. | |
Make visibility can be applied to any field button used in BaseFormDataField | Visibility for Form field label buttons can be controlled via client logic. showLabelButton(menuCode:string) hideLabelButton(menuCode:string) are available in CLAPI | |
Missing authorization during profile save | Added a new security token CanManageUserProfiles, which can be used to restrict access to other users' profiles. | |
Memory Leaks in ServiceInterface:fetchdataset calls | Fixed memory leaks in OpenEdge codebase. | |
Cardview icon can not be set | Sync menu struct and action icons. Reorder menu struct posframe form fields. | |
Change CKEditor placeholder to use CustLegal | Adjusted placeholder to Customer name from Guest name in Richtext and ItText objects. | |
Which options does exist at the moment for user-specific desktop menus? | Fixed an issue where user-level desktop menu option was ignored. | |
Add missing files sales items offer | Added fab button as part of offer application. | |
Logic desktop is not restricted to only admin users | A new Logic desktop is now available under the Logicalize desktop group, providing a focused view of all logic objects. | |
When the field is disabled the field menu is disabled | Field menu buttons are disabled when a form field containing those menu items is also disabled. | |
DocxFactory/Printing offers/ckEditor: formatting of font size and color doesn't working properly | Updated ckEditor5 font size & colors configuration to use old formats. |
ID | Title | Description |
---|---|---|
Error displayed when creating passthrough link on multiple levels | Fixed passthrough links when connected through multiple nested Frames. | |
Can create invalid object-type | Object type name is now mandatory when creating a new object type. | |
Can NOT change layout using old Designer. (Affects functionality under e2e test(s)) | Fixed a bug with links |
ID | Title | Description |
---|---|---|
Use HtmlClass attribute to handle different designs in object types | - set toolbar style using HtmlClass attribute - add HtmlClass attribute to SwatVisual level - set HtmlClass values at toolbars as AttributeStyle value is in them - remove AttributeStyle attribute (and unused links) - add nested toolbar CSS variables to set values for borderRadius, backgroundColor, shadow, margin, etc - add nested toolbar CSS variables to set values for button (different button states): text size, text color, background color - reassign toolbar CSS variables for specific toolbar type: grouped (as default), filled, transparent - add b1-toolbar class to the toolbar control root | |
Adjust Form spacing theme variables | Gap between columns in forms has been reduced for B1 Air theme | |
AutomationHub: allow using SecHub as source for importing/exporting credentials | automation hub can now export and import all credentials from a sechub instance | |
AutomationHub can be accessed without beeing logged into B1 | prevent direct access to automation hub ui if not logged in | |
Refactor IconPicker | Fixed issue with IconPicker screenValue not containing styling info. | |
Fix broken test on develop | - change application setting value check according to updated values types - disable a flaky/incorrect test |
Back to Release Notes
Back to Home Page