1.0.0.RC1 Changes
-
General Changes
-
-
@EnableAPIMetricCollection has been introduced to provide its decorated class with method level logging mechanism with log entries for method - entry, exit, arguments and response. It can be configured with log level of info or debug for arguments and response. By Default, the logging level for arguments & response is debug and info for entry and exit. Also, method exit logs the execution time of the method in milliseconds.
-
Client applications can annotate the custom config beans with @EnableAPIMetricCollection to enable a similar logging mechanism.
-
-
UI Logging
-
All the network calls to server which originate from the browser by user action or component loading are captured as logs and published onto a node server. This logging mechanism acts as a story board for the actions a user performs on the application. Each log entry will be in json format and captures - appVersion, browserVendor, level, message, sessionID, timestamp.
-
-
-
UI Changes
-
-
Expand All and Collapse All links will be shown by default for all forms which have accordion components within them.
-
-
1.0.0.M8(2) Changes
-
General Changes
-
-
Change Log has been introduced to capture all the
@Config
executions by user and/or system. No changes are required in functional configuration. -
Executions captured in this manner can be found in the "changelog" collection in mongodb.
-
-
Placeholder variables
-
Transient/placeholder variables declared in a view classes will no longer be persisted.
-
-
1.0.0.M7 Changes
-
General Changes
-
Grid Changes
-
Grid converted to use ng prime TurboGrid.
-
-
Efficiency Changes
-
Several minor "under-the-hood" changes introduced.
-
-
1.0.0.M6 Changes
-
Core Config Annotations
-
@VisibleConditional, @VisibleConditionals
-
Clients now have the ability to set the visible state of a param based on a SPeL statement.
-
-
-
View Config Annotations
-
-
Clients can now add an interactive "Signature" widget to the UI.
-
-
1.0.0.M5 Changes
-
Core Config Annotations
-
@VisibleConditional, @VisibleConditionals
-
Clients now have the ability to set the visible state of a param based on a SPeL statement.
-
-
-
View Config Annotations
-
-
Clients can now add an interactive "Signature" widget to the UI.
-
-
1.0.0.M4 Changes
-
General Changes
-
Grid refactor
-
Most of the changes for this were under-the-hood changes. Previous implementations would not have been affected.
-
-
1.0.0.M3 Changes
-
Core Config Annotations
-
assignMapsTo and unassignMapsTo changes Persisting Data
-
-
View Config Annotations
-
LinkMenu and Link now support enabled attribute on the UI
-
Modals can now be resized
-
Grid and FieldValue now support placeholder attribute to display text when the value of a param is null.
-
ValidateConditional now supports conditional required icon on the UI
-
-
General Changes
-
Reduce config size
-
UI Navigation is now correctly supporting the server-provided authorities
-
Date Changes
-
1.0.0.M12 Changes
-
Core Config Annotations
-
@ExpressionConditional, @ExpressionConditionals
-
Clients now have the ability to conditionally apply SpEL logic based on a SpEL condition.
-
-
@ValidateConditional, @ValidateConditionals
-
Clients now have the ability to conditionally apply validation logic based on a SpEL condition.
-
-
-
@Grid can now be configured to display additional data in an expandable row, via @GridRowBody.
-
-
-
General Changes
-
Documentation
-
Appendix has been introduced.
-
Appendix A showcases common code examples from real business scenarios.
-
Appendix A.1 - Conditional Operations showcases common @Conditional scenarios.
-
-
Conditional annotation documentation now located in Handling Conditional Behavior for Params (previously located in Core Config Annotations).
-
-
Date Format changes
-
The default date display format has been changed from MM/dd/yyyy to MM/dd/yyyy HH:MM a (a indicates AM/PM).
-
Nimbus user can configure customized date pattern to display on fields. Currently, all the dates are being displayed as either @FieldValue or @GridColumn. User can configure date patterns on these fields. Since it is date formatting, the datatype of a date field whose display format needs to be customized has to be either LocalDate, LocalDateTime, Date, or ZonedDateTime; it cannot be a String. Example can be found here.
-
-
1.0.0.M11 Changes
-
View Components
-
-
@Calendar added to support calendar datepicker on the view.
-
-
-
Core Config Annotations
-
Annotation Property Placeholders
-
The framework now supports having a SPEL property placeholder(s) expression within Java Annotation attributes. The expression will be substituted with their corresponding known values.
-
-
-
General Changes
-
Project Structure
-
The project file structure has been changed.
-
-
1.0.0.M10 Changes
-
View Components
-
-
Used to configure the header of an application.
-
-
-
Used to configure name of organization(s), menus, individual links in a navigation section beneath global header.
-
-
-
Label can now be used to supplement annotated view components to define text content, rather than from the existing db.json server.
-
-
-
Fixed selection issues regarding individual checkboxes.
-
-
-
Added postButtonLabel as attribute to support label from configuration.
-
-
-
@FileUpload added to handle the support for uploading a file(s) to the server.
-
-
-
Core Config Annotations
-
-
UI disabled attribute is now correctly supported for form elements where EnableConditional is evaluated.
-
-
1.0.0.M9 Changes
-
Core Config Annotations
-
-
now supports collection of @AccessConditional (repeatable)
-
-
-
can now be used to set the "enabled" state of a param during the OnStateLoad and OnStateChange events. To control both the "enabled" and "visible", continue using @ActivateConditional(s).
-
-
-
Can now be used to decorate fields and set default contextual values (e.g. visible, enabled) during the OnStateLoad event.
-
-
-
Introduced resetOnChange property
-
-
-
Introduced new properties: target, rel, Type.EXTERNAL
-
Links can now be used on the frontend to redirect to external websites.
-
-
-
View Config Annotations
-
-
Now configured by default to have context values visible=false and enabled=true.
-
context field has been introduced on @Modal to override this behavior, if necessary.
-
-
-
1.0.0.M8 Changes
-
Core Config Annotations
-
@AccessConditional - This can be used to control the access based on the user authorities. _only action entitlements supported currently
-
@ValuesConditional - This can be used to change the drop down values for multi-select controls based on the state of other param(s)
-
@Rule - This can be used to trigger one or more rule definitions during its OnStateLoad and OnStateChange events.
-
-
View Config Annotations
-
title attribute for @Page, @Tile, @Section, @Modal are optional
-
-
Validations
-
@Size - This can now be used to define a minimum or maximum number of required checkboxes to be selected for validation.
-
-
Non-trivial bug fixes
-
The command executor task palette includes a new attribute Exit Condition for exit condition. This expression determines the criteria to specify if the task can be completed. The framework will not move past beyond the human task unless the criteria evaluates to true.
-
-
Tooltip component
-
This is a new component introduced in the framework that can be used for all the input fields like textbox, checkbox etc.
-
For more information on tooltip component and how to use it, please click here .
-
-
Refer to Documentation for more information.