Note
|
Please note that the content listed here was never officially released until 1.1.7. It contains main changes back until the last 1.0.x release. |
1.1.7.* Changes
-
General Changes
-
Minor Bug Fixes
-
Fixed an isolated issue where a core param’s (collection) instantiation was not correctly updating the associated view param’s leaf state
-
External link support is implemented for grid row data
-
Updated maven profile run-ui-tests to execute UI tests in nimbus-ui project
-
Run command: mvn clean install -P run-ui-tests
-
-
-
Core Config Annotations
-
@Messageconditional
has support to set messages on a parameter where the stateChange or stateLoad event is not triggered -
Introduced
@StyleConditional
which works like other Conditional annotation, but applies@Style
metadata to the targeted param based on a SpEL condition
-
-
View Config Annotations
-
@StyleConditional
was introduced to support style customization of a cell based on the state of another within@GridColumn
-
@Section(Type.MenuPanel)
, NavMenuGlobal is deprecated in favor of@MenuPanel
.This annotation supports 2 parameters –imgSrc and imgType -
InputLegend
which is an alternate to the html <legend> tag was introduced-
Accommodates dynamic text updates for legend labels.
-
Helps in moving away from the usage of <nm-input-label> component inside <fieldset> and <legend> tags for accessible UI.
-
Impacted nimbus components include
@Radio
,@FormGroup
and@CheckBoxGroup
-
-
AccordionTab now supports
@Form
-
Manual validation of @Form can be enabled by configuring a button as @Button(style = Button.Style.VALIDATION, cssClass = "btn btn-primary mb-1", type = Button.Type.button)
-
Counter message that tracks the numberof mandatory questions left added to
@Form(showMessages=true)
and@Accordion(showMessages=true)
-
1.1.5.* Changes
-
General Changes
-
Fixed an issue for
@Signature
where the using annotations like@EnableConditional
or@ActivateConditional
was interrupting the ability to capture a user’s drawing when the enabled property was changed. -
RxJs is upgraded to the 6.0 version as it is a dependency for Angular 6 upgrade.
-
-
Core Config Annotations
-
Added Javadocs regarding the usage of the datePattern attribute to
@FieldValue
and@GridColumn
. -
Added Javadocs regarding the usage of the metaData attribute to
@FileUpload
.
-
-
View Config Annotations
-
@CardDetail
Changes-
Created new attributes
Expandable
andBorder
.
-
-
@Label
Changes-
The labels will obtain the hierarchy based on their order in the view and
@Label
can be added for@Page
,@Section
,@Form
,@Grid
,@Card
,@Accordiontab
, and@Tile
. -
Now supports the style property, which accepts a
@Style
annotation to define UI styling attributes.
-
-
@PickList
Changes-
Changes to existing
@PickList
component structure. Introduced @PickListSelected annotation to render a pick list on the UI. Please see documentation for more details (Known intermittent issue with the validations on Picklist).
-
-
1.1.4.* Changes
-
General Changes
-
Ability to extend and override framework’s CSS styles annotations.
-
Fixed the issue related to @ActivateConditional and @ConfigConditional annotations not working together.
-
-
Core Config Annotations
-
#env
-
Command Path Variables
-
#env - Provides the ability to access environment properties in @Config url using #env constant Ex : @Config(url="/test_parameter1/_process?fn=_set&value=<!#env.test.key1!>”), where test.key1 is an environment property
-
-
-
1.1.3.* Changes
-
General Changes
-
Fixed an issue where in CMDM grid when selecting the checkbox for verify in the header row and saving, it is not updating the record value in the rows of the grid.
-
Fixed an issue where the signature component was not showing the save button when loading a new assessement form. Fixed to show Save button on initial load.
-
Fixed an issue where all outputs were not being sent from the server when using combinations of Conditional annotations.
-
-
Core Config Annotations
-
Added javadoc for Conditional annotations
-
-
View Config Annotations
-
@Accordion Changes
-
@SubHeader has been disabled and is replaced by @Accordion to allow collapsible banner functionality.
-
Consolidation of @Accordion and @AccordionMain into @Accordion.
-
-
@Image Changes
-
Now supports SVG and FA icons.
-
-
@Section Changes
-
Support for Type.LEFTBAR has been replaced with Type.MENUPANEL.
-
-
@MenuLink Changes
-
This is now supported in @Section with Type.MENUPANEL.
-
-
1.1.2.* Changes
-
General Changes
-
Javadocs added to all
com.antheminc.oss.nimbus.domain.defn.ViewConfig
annotations. -
Fixed a stack overflow issue when setting collection parameter state.
-
Fixed an issue where the UI posts data to the server even when validation for a field is not satisfied.
-
-
Core Config Annotations
-
@DetourConfig
-
New
@DetourConfig
added to support exception handling surrounding@Config
statements.
-
-
-
View Config Annotations
-
@ValidateConditional
Changes-
targetPath
(String[]
) has been introduced to allow specification of path(s) to apply conditional validaton to. -
ValidationScope.SIBLING_NESTED
scope has been removed and incorporated as part ofValidationScope.SIBLING
. -
ValidationScope.CHILDREN
scope has been added and targets children params for conditional validation.
-
-
Accordion Changes
-
@Accordion
and@AccordionMain
/@AccordionTab
have been consolidated. The components have been refactored to use@Accordion
for Accordion Grouping and@AccordionTab
for each section in the accordion.
-
-
@Tile
Changes-
Style Update: Any
@Tile
component with a size other thanLARGE
will have a border.
-
-
1.1.1.* Changes
No Notable Changes.
1.1.0.* Changes
No Notable Changes.