• Bug Fixes

    • @Grid

      • Fixed an issue where refreshing the grid component data using serverside pagination would display the wrong page number in pagination.

    • Fixed an issue where using an @ActivateConditional that targets a nested parameter having mapped children parameters would not reset the state of the children.

The releases below are incremental releases listed in descending order (with respect to date released):

1.2.0.M5

  • General Changes

    • N/A

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • @MessageConditional

      • Added isTransient attribute to support messages that are retained between successive serverside and UI requests

      • @CardDetailsField Hide the field component when hidden attribute is set to false.

  • Bug Fixes

    • Fixed an issue where some labels were not updating after an update from the server

    • Fixed an issue where @CardDetailsField was not hiding the field when configured in a @FieldValueGroup

1.2.0.M4

  • General Changes

    • Added Flex Box styling

      • With flex the empty parent containers added by angular impact the overall layouts. To fix this, the styles have been moved up in the DOM to the parent containers. If upgrading, this may affect styling

    • Refactored toast messages (popup messages) by isolating the messages into their own component.

    • Added several UI test cases

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • New Component: @Tab

    • New Component: @TabPanel

    • @InputSwitch

      • Added new orientation InputSwitch.DOWN

  • Bug Fixes

    • Fixed an issue where form reset button was not clearing the form data.

      • Disabled the event propagation for reset buttons which was causing the issue.

      • Added template conditions to render reset button without the directive.

    • Fixed an issue with section style class

    • Fixed an issue where using an @ActivateConditional that targets a nested parameter having mapped children parameters would not reset the state of the children.

1.2.0.M3

  • General Changes

    • Command Query DSL

      • Added the capability to sort the param values projected from a staticCodeValue collection lookup using .asc() or .desc()

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • Minor Changes

      • Fixed an issue where the visibility property of @MenuPanel and @MenuLink was not reflecting on the UI

      • Fixed an issue where the logout link URL was not being set

      • Fixed an issue where the previous leaf state was not being correctly maintained within the UI, which caused an issue for boolean type components during the event/notify updates (e.g. @InputSwitch)

      • Refactored @Link logic. Should not cause any functional changes

    • @Button

      • Fixed an issue where submit style @Button components were not correctly disabled on form re-entry

      • Reset type buttons no longer prevent rigger disable event directive

    • Styling Changes

      • Several new styles added/updated per new requirements

      • Minor template and styling changes for @CardDetails components

      • @Section cssClass attribute is now bound to parent div container

      • Created @TabPanel and @Tab annotations

      • Added "InputSwitch.Type.DOWN" attribute for the orientation of input switch

1.2.0.M2

  • General Changes

N/A

  • Core Config Annotations

    • @Script

      • Modified @Script to support dynamic binding for events: OnStateLoad, OnStateChange, OnStateLoadNew

        • The behavior depends on the context in which @Script is used

  • View Config Annotations

    • @RichText can now be used to render a rich text editor

    • @Grid

      • Fixed an issue where performing an additional action after expanding an expandable row resulted in a UI error

      • headerCheckboxToggleAllPages added to support select ALL records in the @Grid dataset

      • Code Cleanup: Refactored @Grid header contents into its own component

    • Messages

      • Refactored the message component and added support for message to be displayed from the domain flow

      • Fixed an issue where the message state was being reset, which caused messages to appear at odd times

    • @Link

      • Support has been added for controlling visibility when using @Link within a @LinkMenu

    • @Label

      • Fixed an issue where labels were not re-rendering between page navigation

    • @TreeGrid

      • Fixed an issue where tree grid filtering was not working correctly after switching pages in the tree grid’s pagination.

    • Validation Counter Message

      • The counter message for required fields now considers all validations

    • @Section

      • Support has been added for controlling visibility when the @Section

        • Removed an extra <div> container in the rendered HTML template.

    • @InputMask can now be used to render a text input used to enter input in a certain format such as numeric, date, currency, email and phone.

    • @Accordion

      • When switching accordion tabs, focus (including auto-scroll) is now delivered to the active accordion tab

      • Minor fixed related to support for flexbox

    • @CardDetails

      • @Paragraph is now supported when configured within a @FieldValueGroup

    • @Chart can now be used to render a variety of visually appealing graph/chart types.

      • BAR: A bar chart or bar graph is a chart that presents Grouped data with rectangular bars with lengths proportional to the values that they represent.

      • LINE: A line chart or line graph is a type of chart which displays information as a series of data points called 'markers' connected by straight line segments.

      • PIE: A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.

      • DOUGHNUT: A doughnut chart is a variant of the pie chart, with a blank center allowing for additional information about the data as a whole to be included.

1.2.0-M1

  • General Changes

    • Validation

      • Validation messages for javax.validation.constraints annotations now receive their default message values from the server

        • Default Framework validation messages can be overriden by defining key/value pairs in application.yml. (See Validation Messages)

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • Fixed an issue where components defined within layout were not always updating when navigating between pages.