The releases below are incremental releases listed in descending order (with respect to date released):
1.3.0.M6
-
General Changes
-
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 theParamValue
object asString
for thecode
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
-
View Config Annotations
-
@ToolTip
-
New UI component behavior introduced to provide tooltip text to a UI component #446
-
-
@Grid
-
@MenuPanel
-
-
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 transformString
types to their JSON equivalent. (e.g. the stringfoo
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
withurl
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 from1.4.0.RELEASE
-
-
Core Config Annotations
-
N/A
-
-
View Config Annotations
-
N/A
-