| 
 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
- 
@Messageconditionalhas support to set messages on a parameter where the stateChange or stateLoad event is not triggered - 
Introduced
@StyleConditionalwhich works like other Conditional annotation, but applies@Stylemetadata to the targeted param based on a SpEL condition 
 - 
 - 
View Config Annotations
- 
@StyleConditionalwas 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 - 
InputLegendwhich 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,@FormGroupand@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
@Signaturewhere the using annotations like@EnableConditionalor@ActivateConditionalwas 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
@FieldValueand@GridColumn. - 
Added Javadocs regarding the usage of the metaData attribute to
@FileUpload. 
 - 
 - 
View Config Annotations
- 
@CardDetailChanges- 
Created new attributes
ExpandableandBorder. 
 - 
 - 
@LabelChanges- 
The labels will obtain the hierarchy based on their order in the view and
@Labelcan be added for@Page,@Section,@Form,@Grid,@Card,@Accordiontab, and@Tile. - 
Now supports the style property, which accepts a
@Styleannotation to define UI styling attributes. 
 - 
 - 
@PickListChanges- 
Changes to existing
@PickListcomponent 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.ViewConfigannotations. - 
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
@DetourConfigadded to support exception handling surrounding@Configstatements. 
 - 
 
 - 
 - 
View Config Annotations
- 
@ValidateConditionalChanges- 
targetPath(String[]) has been introduced to allow specification of path(s) to apply conditional validaton to. - 
ValidationScope.SIBLING_NESTEDscope has been removed and incorporated as part ofValidationScope.SIBLING. - 
ValidationScope.CHILDRENscope has been added and targets children params for conditional validation. 
 - 
 - 
Accordion Changes
- 
@Accordionand@AccordionMain/@AccordionTabhave been consolidated. The components have been refactored to use@Accordionfor Accordion Grouping and@AccordionTabfor each section in the accordion. 
 - 
 - 
@TileChanges- 
Style Update: Any
@Tilecomponent with a size other thanLARGEwill have a border. 
 - 
 
 - 
 
1.1.1.* Changes
No Notable Changes.
1.1.0.* Changes
No Notable Changes.