All Release Notes
ID | Title | Description |
---|---|---|
akioma.saveNewRecord does not return a promise | - change saveRecord return a promise - change saveNewRecord return a promise - change chooseWindowClose returns promise - change chooseWindowRecordSelected returns a promise - change openCopyRecordDialog returns a promise - change openNewRecordDialog returns a promise - add unit tests to CrudUtils - refactor launchContainer - refactor getDescendant to avoid unneeded local vars and get more modern - refactor executeAsync 'callback' param has a type - fix callAction unit tests to prevent a runtime error - refactoring remove enableLoadContainer from usage and mark as deprecated | |
Release: Update to latest SCL release | Update to SmartComponent Library Release 11.7 #82340@2024-10-13 UTF-8 | |
LN-Test missing dedicated translation namespace | Translation namespaces need to be specified now on stack-level, using the B1_APPLICATION_TRANSLATIONNAMESPACE environment variable, specified through the deployment config files located in the .build directory. | |
Change akioma.saveRecord to return a promise | - change saveRecord, saveNewRecord return a promise | |
Change akioma.<method> chooseWindowClose, chooseWindowRecordSelected, openCopyRecordDialog to return a promise | - change chooseWindowClose returns promise - change chooseWindowRecordSelected returns a promise - change openCopyRecordDialog returns a promise - change openNewRecordDialog returns a promise - add unit tests to CrudUtils - refactor launchContainer - refactor getDescendant to avoid unneeded local vars and get more modern - refactor executeAsync 'callback' param has a type - fix callAction unit tests to prevent a runtime error - refactoring remove enableLoadContainer from usage and mark as deprecated |
ID | Title | Description |
---|---|---|
Providing sample for custom context properties | Prepared documentation covering how to set up a custom context: https://www.notion.so/build-one/Sample-use-for-custom-context-properties-0e842b6c56aa49f8bd98e4c925d8432e | |
Fix layout.spec.ts: "Should have saved layout @regression" is flaky | Fixed flaky test | |
Menu designer: wrong panel for new item. Unable to modify action properties | Action properties are displayed and labels in dynselect dropdown are adjusted to not use Akioma namespace | |
Question from ConsultingWerk regarding MessageInteractionService in the codebase | Adjusted SmartMessage handling to identify a Smart Message by both MessageID or MessageId properties. MessageID property marked as deprecated and is kept for backwards compatibility, use MessageId instead. | |
Add a warning when users attempt to modify files in the .deploy folder | Added a warning in the development workspaces, when a user makes a change in the .deploy folder to files which are the result of a generation process. | |
Add support for Entity as a source for the batch generate | Added support for using entity repository objects as sources for the quick builder generator. | |
New Application settings: Environment-Name/-Description/-Type | Added new application settings to describe the deployment: environment.name -> the name of the environment (defaults to 'development' in the development workspaces and the stack name in standalone deployments) environment.description -> can be used to add a description for the deployment environment.type -> used for specifying what type of deployment it is (ex. development, test, production) environment.url -> points to the app's url |
ID | Title | Description |
---|---|---|
Layout select doesn't close if you select another object in designer. | Fixed a bug with select results list remaining open after focusing outside. | |
Highlight in designer when drag and drop over form | Adjusted highlight to better reflect where the input would drop in a form with columns. | |
Saving inside any window clears dirty state for all windows | When a DataSource is refreshed and it hasChanges, we prevent the refresh for that specific DataSource. | |
Missing Padding in Object Designer in Design View | Padding for design view is now working | |
Incorrect taskbar item title after saved repository changes | Fix an issue with taskbar item title not being displayed correctly. | |
Error when opening object in designer the first time | Fixed an error when opening an object in the Designer for the first time. | |
Button not clickable a 2nd time | Fixed an issue with RibbonSelect items focusing diabling form button click and ESC key press in opened RibbonSelect dropdown behaviour. | |
Dataview from custSearchW not opening record | Adjusted launchOwnerWithChild client logic method to work with Dataview or other panel level controls, not just Grid Columns. | |
Fix snapshot tests that were broken by padding in graphEditor. | Fix snapshot tests for graphEditor |
ID | Title | Description |
---|---|---|
Add new attribute Editor type for richtext and ittext (ckeditor 5) | New attribute 'editorType' for CK5 Editor objects to allow configuration per instance level. Added unit tests to ensure CK5 Editor is building with given editorType. |
Back to Release Notes
Back to Home Page