Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    24.10.0

    24.10.0

    All Release Notes

    ‣
    Major
    ID
    Title
    Description

    SWAT-10207

    Remove mixins and replace with composables

    Documentation has been updated to migrate old swat-utils CardTemplate vue component to composition API: https://www.notion.so/build-one/htmlContainer-e0f8fd6bbdcf4c4f80d3583b636e9d6f#ef26ac0b617c4fd995b1a20a8b456f36

    SWAT-10299

    Restarting a workspace: Language Server doesn't start

    Fixed an issue where the ABL language server would fail to start when a development workspace was reopened. This change requires any references to '/psc' or '/opt/java' in the workspace to be changed to '/workspace/psc' and '/workspace/java'. Additionally, the ABL extension config OE version entry needs to be changed to 'ESAP'.

    SWAT-10340

    Migrate webui-utils/CardTemplate.vue to composition API

    Documentation has been updated to migrate old swat-utils CardTemplate vue component to composition API: https://www.notion.so/build-one/htmlContainer-e0f8fd6bbdcf4c4f80d3583b636e9d6f#ef26ac0b617c4fd995b1a20a8b456f36

    SWAT-10549

    repositionTo code eval context is incorrect

    LaunchContainer option repositionTo context was changed from DataSource object to caller. Note breaking change: Context parameter (eventSource, self or oSelf) set in repositionTo option when using a function is changed from DataSource to Toolbar.

    SWAT-10872

    OSIV build issues

    Imports adjustments required after akioma directory removal: "dist/types/vue/src" has been changed to "dist/types/src" "swat-webui/akioma" to just "swat-webui"

    ‣
    Minor
    ID
    Title
    Description

    SWAT-9989

    A tooltip for SwatSelect

    - add a tooltip functionality for SwatSelect

    SWAT-10391

    Lookup screen for code attributes

    Added a code editing lookup screen for event attributes and SwatEntity's Source Query. Accessible via the 'eventAttribute' field menu in the designer.

    SWAT-10446

    Menu Action not saving action type if not changed

    - set actionType to Launch on edit as its empty value fallback

    SWAT-10535

    Remove Blockly

    Removed Blockly/Logic Designer components and their documentations.

    SWAT-10564

    Remove Formgrid control

    Removed FormGrid control from SWAT.

    SWAT-10712

    Remove grid calculation when saving in forms

    General improvements on attribute save in designer. Moved form grid layout calculation to runtime greatly improving attribute saves for forms. Improved repository cache performance.

    SWAT-10789

    Change "Create Launch Function" labels

    Labels in the "Create Launch Function" have been changed to more accurate ones

    SWAT-10790

    Action label and icon is imported in the menu designer

    Adjusted new menu designer screen to set icon and label when selecting an action.

    SWAT-10818

    Attribute Forms uses the name of the forms in the translations

    Added user friendly names to dynamic attribute frames for improved translations support.

    SWAT-10854

    Updating Layout attribute does not work

    Fixed an issue where the layout attribute value in the designer failed to be saved.

    ‣
    Patch
    ID
    Title
    Description

    SWAT-10508

    Modal text not visible on black theme

    Fixed 'Open repository object' modal text not being legible on dark theme.

    SWAT-10526

    Fix Issues with CKEditor5

    Fixed an issue with CkEditor objects, decoupled document prebuild was not rendering the Toolbar

    SWAT-10836

    Re-add 'Logic' in the sidebar

    Fixed missing 'Logicalize' --> 'Logic' menu in the sidebar.

    ‣
    Other
    ID
    Title
    Description

    SWAT-10727

    Problems with the window Icon

    Fixed an issue with missing icon in Window Header Title when opening objects in Designer. Fixed an issue with icon on window header being cut when maximized.

    SWAT-10817

    Missing Link Option in SwatGrid Visualisation type attribute

    Added a LINK option for the Select input of the VisualizationType Attribute in the Object Designer

    SWAT-10863

    Frame attributes are not loading in Designer 2.0

    Fixed an issue with SwatFrame attribute forms not loading on object select in Designer 2.0.

    SWAT-10871

    Missing LAUNCH option in DataField Subtype

    Added an option for LAUNCH in the Subtype attribute select in the Object Designer for SwatDataField objects

    Logo