Releases: dxc-technology/halstack-angular
3.0.5
New Features:
- Added step control in input number component.
- New Input text component
- New date component
- New password component
- New number component
- Theme builder for default and advance theme
- Background provider for dark theme components.
- Added new branding by default for header and footer.
Bug Fixes:
- Fix in alert component close icon.
- Fix in multiple select, margin property.
- Fix in accordion component background color property.
3.0.4
Release 3.0.3
Fixes:
- Fix bug #363 Adding assistive text to select.
- Fix bug #365 Adding dynamic add tabs in runtime.
- Fix bug #372 Data & input component label is not red when invalid is true as select component
- Fix bug #366 Border is displaying around date picker icon after closing the calendar & calendar is not closing on click on icon ones opened.
Release 3.0.2
Fixes:
- Fix bug #348 Example in Angular is ok, not has to be like react cdk. Removed slider example in text.area.
- Fix bug #343 Checkbox size.
- Fix bug #359 Focus on dropdown.
- Fix bug #339 Dropdown keyboard focus.
- Fix bug #343 font family autocomplete.
- Fix bug #334 Accordion icon size.
- Fix bug #356 Accordion assistive text
- Fix bug #331 sized alert width
- Fix bug #332 padding alert.
- Fix bug #347 select label.
- Fix bug #312 required in select.
Release 3.0.1
New Features:
Added tabIndexValue in button component.
Added font family on input component and textarea + fontColor token when focused.
Added tabIndexValue in accordion component.
Added tabIndexValue in alert component for close button.
Added tabIndexValue in card component.
Added tabIndexValue in dialog component.
Added tabIndexValue in dropdown component.
Added tabIndexValue in header component.
Added tabIndexValue in chip component,
Added tabIndexValue in switch component.
Added tabIndexValue in tag component
Added tabIndexValue in wizard component.
Added tabIndexValue in link component.
Added tabIndexValue in slidercomponent.
Added tabIndexValue in input text component.
Added tabIndexValue in textarea component.
Added tabIndexValue in checkbox component.
Added tabIndexValue in sidenav component for links.
Added tabIndexValue in resultset table component.
Added tabIndexValue in toggleGroup table component.
Added tabIndexValue in footer component.
Added tabIndexValue in upload component.
Added tabIndexValue in select component.
Added tabIndexValue in date component.
Added tabIndexValue in pagination component.
Bug Fixes:
Fix #319 ttf font file paths defining a relative path.
Adding font family token and applying to all components.
Fix disabled color for icons in input text component.
Fix hover hamburger token in header component.
Added outline when focus and tab.
Fix #322 Sidenav properties related with arrow and modes have been added in application layout
Fix align on td table and min height in rows.
Fix tab index prop name in input component + default value.
Fix disabled colors tokens toggle group component.
Fix font weight in th dxc table component.
Release 3.0.0
New Features
- Added responsiveness in sidebar
- Added custom header component to Standard layout component.
- Added custom footer component to Standard Layout component.
- Added newWindow property in tag component.
- Added button when onClick property is defined in tag component
- Added underlined property in header component.
- Added labelFormatCallback property in slider component.
- Added coerceBoolean to boolean input parameters.
- Added link icon component as child compound component of link component.
- Added tab icon component as child compound component of tab component.
- Added tagIcon component as child compound component of tag component.
- Added InputPrefixIcon and InputSuffixIcon as child compound components of input text component.
- Added Chip component.
- Changes on button component. Icon has been defined as a compound component instead of a property object.
- Changes on accordion component. Icon has been defined as a compound component instead of a property object.
- Added new component, accordion group.
- Added onTabHover event in tab component.
Breaking Changes
- Removed arrowDistance property in layout standard component.
- Changes on application layout structure.
- Removed margin from main content of application layout component.
- Removed activeTabIndexChange property function in tabs component.
- Removed tabsMode property in tabs and tabbed section component.
- Moved footer in same level as layout component container and removed from main content container.
- Added itemsPerPage property to pagination component.
- Changes on select component. Select options have been defined as compound components.
- Changes on theme object property names.
- Changes on wizard component. Icon has been defines as a compound component instead of a property object and added WizardStep as child compound component.
Bug Fixes
- Fix in Sidenav
- Fix push content
- Fix overlay and displayArrow properties.
- Fix styled componentes related with isModePush sidenav default value .
- Fix position css property in sidenav container class.
- Fix height and min-height css property calculation.
- Fix height calculation depending on size property value.
- Fix resizing in main container of layout standard component
- Fix select theme color
- Fix background styling on tabs component removing padding-box inner property.
- Fix valid property on wizard component.
Deprecation - Button component: iconSrc property
- Input Text component: prefixIconSrc and suffixIconSrc properties.
- Tab component: iconSrc property.
- Tag component: iconSrc property.
- Accordion component: iconSrc property.
- Chip component: suffixIconSrc and prefixIconSrc properties.
- Dropdown component: iconSrc property.
- Link component: iconSrc property.
Release 2.1.0
Adding two new components:
- Layout: StandarLayou component. Composed by header, main and footer.
- Forms: toggle group
Release 2.0.3
New release adding components as StandardLayout and Toggle group
Release version 2.0.2
Merge pull request #158 from dxc-technology/versions-select converting version property value to string
Release 2.0.1
fixing some problems related with angular 10 migration and components compatibility.