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

1.3.0.M6

  • General Changes

    • Breadcrumb

      • The rendered breadcrumb now renders multiple levels (the previous implementation was a two-level breadcrumb, with only the home and active page). Beyond the home breadcrumb, each level of the breadcrumb represents the visited page in the visited view domain. #499, #534

  • View Config Annotations

    • @Link

      • Added configuration and UI support for navigating to external web pages using @Config and the default _nav action executor. #474

  • Bug Fixes

    • Fixed an issue where all grid rows were being highlighted while filtering #490

    • Fixed a regression bug @GridColumn element text was not wrapping #526

    • Fixed an issue where @Picklist was giving a UI console error #533, 49d2d6907

    • Fixed an issue where using projection.mapsTo with the Search By Lookup function handler was always sending the ParamValue object as String for the code attribute. The type is now equivalent to the mapped field. #536

1.3.0.M5

Note
All changes introduced between 1.2.0.M5 from 1.2.0 have also been migrated in this version. Please see the 1.2.0.x release notes for more details.
  • General Changes

    • Most rendered UI components now use the Java variable name as the HTML id attribute #445, #453

    • Removed configuration items marked with @Deprecated since 1.1.x versions. #436

    • Users can now upload .csv file data directly into a Nimbus entity #433

      • See FileImportGateway and related documentation.

  • View Config Annotations

    • @ToolTip

      • New UI component behavior introduced to provide tooltip text to a UI component #446

    • @Grid

      • Added grid row-edit and add-row features to support inline editing within @Grid #452, #454

      • Refactored the UI logic for data integrity and future extensibility #455

    • @MenuPanel

      • Now offers suppert for for align #460, #466

  • Bug Fixes

    • Fixed an issue where configuring a @Grid without a @Label results in the title row of the grid not rendering labels #426

    • Fixed an issue where searching on a @Grid fails after using export grid feature #441

    • Fixed an isolated issue in 1.3 versions where a domain entity was ALWAYS being persisted under the @Domain alias, instead of the @Repo alias. #463

1.3.0.M4

Note
All changes introduced between 1.2.0.M4 from 1.2.0.M5 have also been migrated in this version. Please see the 1.2.0.M5 release notes for more details.
  • General Changes

    • N/A

  • Core Config Annotations

    • @Repo

      • Database.rep_custom has been introduced to configure individualized repository details for a domain entity (e.g. multiple MongoDB repositories)

  • View Config Annotations

    • @Autocomplete

      • Autocomplete feature.

  • Bug Fixes

    • Fixed an issue when we have a OnStateLoad fires triggers a state change event on any other parameter in the same root domain, a stack overflow error would occur.

1.3.0.M3

Note
All changes introduced between 1.2.0.M3 from 1.2.0.M4 have also been migrated in this version. Please see the 1.2.0.M4 release notes for more details.
  • General Changes

    • Test support changes

      • Added new method: MultiOutput#findFirstParamOutputEndingWithPath(String path)

      • Added new method: MultiOutput#findParamOutputsEndingWithPath(String path)

      • Modified ParamUtils#convertToStringPayload(Object payload) to transform String types to their JSON equivalent. (e.g. the string foo should be transformed to "foo")

  • Core Config Annotations

    • Added a null safety check for @Grid label creation of a non complex entity.

  • View Config Annotations

    • N/A

  • Bug Fixes

    • Fixed an issue with @Grid row expander where the expander icon was not being reset after receiving an update from the server.

    • Fixed an issue where calling a URLBasedFunctionHandler with url starting with a domain alias with "/p", like: "/petclinic" was inappropriately doing a cross domain fetch.

1.3.0.M2

Note
All changes introduced between 1.2.0.M2 from 1.2.0.M3 have also been migrated in this version. Please see the 1.2.0.M3 release notes for more details.
  • General Changes

    • N/A

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • N/A

1.3.0.M1

  • General Changes

    • Upgraded Spring Boot to 2.0.5.RELEASE up from 1.4.0.RELEASE

  • Core Config Annotations

    • N/A

  • View Config Annotations

    • N/A