Releases: dxc-technology/halstack-react
Releases · dxc-technology/halstack-react
15.2.1
15.2.0
🐛 Patches
<DxcDataGrid><DxcResultsetTable>Improved paginator visibility condition for the datagrid and the resultsetTable. 2212<DxcDatagrid>Improved internal state management in the datagrid, this fixes some inconsistencies in the behaviour. 2238<DxcNavTabs>Now correctly supports onClick. 2265<DxcFileInput>Better compatibility with stricter CSP. 2286<DxcResultsetTable>Fixed sort icon resizing when it should not.
✨ New features
15.1.3
15.1.2
15.1.1
15.1.0
🐛 Patches
<DxcDatagrid>checkbox is no longer selected in the header if it is empty. 2174<DxcDatagrid>no longer behaves incorrectly if theuniqueRowIdis invalid. 2174<DxcDatagrid>fixed a style issue when editing a cell in a dark themed system. 2209<DxcAccordion>Label is no longer missaligned when the subLabel is longer than the label. (text-align: leftapplied to thelabel)
✨ New features
15.0.1
14.1.1
🐛 Patches
- Change
react-data-gridto peerDependency to solve incompatibilities.
15.0.0
💥 Breaking changes
- New
<DxcAlert>component. It previously existed in Halstack but has been redesigned and reimplemented with a new API. 2119 - New
<DxcAccordion>component. It previously existed in Halstack but has been slightly redesigned and reimplemented with a new API. 2157 - Removed
<DxcAccordionGroup>component. It has been replaced by theDxcAccordion. 2157 - Renamed prop
isCloseVisibletoclosablein the<DxcDialog>component. 2125 - Fixed a typo in naming the hamburger tokens:
hamburguerXXX⇒hamburgerXXX. 2134
✨ New features
- Added
ariaLabelprop to<DxcTextarea>. 2135 - Added
ariaLabelprop to<DxcCheckbox>. 2136 - Added
ariaLabelprop to all the input components. 2137 - Added
ariaLabelprop to<DxcSlider>. 2141 - Added
ariaLabelprop to<DxcSelect>. 2142 - Added
ariaLabelprop to<DxcSwitch>. 2143 - Added
ariaLabelprop to<DxcProgressBar>. 2144 - Added
ariaLabelprop to<DxcSpinner>. 2145 - Added
ariaLabelprop to<DxcRadioGroup>. 2146 - Added
showControlsprop to<DxcNumberInput>. 2171
🐛 Patches
- Improved focus lock functionality used in several components to retain focus inside (for example, the
<DxcDialog>). 2125 - Fixed
<DxcTypography>issue with other external bundlers. 2124
Others
14.1.0
✨ New features
- Contextual menu enhacements. 2098
- Adding our tooltip to missing components and scenarios. 2100
- Flex component enhancements. 2101
- New
"small"size value for the date input. 2102 - New spacing values for our layout components. 2103
- Data grid improvements. 2099
- Actions cell added to the data grid. 2108
- Adding Material icons as an
@importto the build usinginjectStyles. 2117
🐛 Patches
- Fixed file names that didn't display whitespaces. 2107 2114 2116
- Fixed the underlying issue within the Tabs component. 2112
- The opinionated button theme was updated to fix contrast issues. 2113
Others
- New Installation guidelines. 2109
- General site updates. 2113