Releases: dxc-technology/halstack-react
Releases · dxc-technology/halstack-react
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 theuniqueRowId
is 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: left
applied to thelabel
)
✨ New features
15.0.1
14.1.1
🐛 Patches
- Change
react-data-grid
to 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
isCloseVisible
toclosable
in the<DxcDialog>
component. 2125 - Fixed a typo in naming the hamburger tokens:
hamburguerXXX
⇒hamburgerXXX
. 2134
✨ New features
- Added
ariaLabel
prop to<DxcTextarea>
. 2135 - Added
ariaLabel
prop to<DxcCheckbox>
. 2136 - Added
ariaLabel
prop to all the input components. 2137 - Added
ariaLabel
prop to<DxcSlider>
. 2141 - Added
ariaLabel
prop to<DxcSelect>
. 2142 - Added
ariaLabel
prop to<DxcSwitch>
. 2143 - Added
ariaLabel
prop to<DxcProgressBar>
. 2144 - Added
ariaLabel
prop to<DxcSpinner>
. 2145 - Added
ariaLabel
prop to<DxcRadioGroup>
. 2146 - Added
showControls
prop 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
@import
to 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
14.0.0
💥 Breaking changes
- Removed the
DxcBarChart
component. 2066 - Removed deprecated
DxcBox
component. 2092 DxcButton
propsize
rethinked. 2042DxcButton
propmode
value renamed fromtext
totertiary
. 2042
✨ New features
- New
DxcDataGrid
component. It consumes thereact-data-grid
component. 2056 2076 2077 2078 2079 2080 2083 2085 2093 - New
DxcToast
component. 2084 - New prop
semantic
for theDxcButton
. 2042 2081 - New
DxcTabs
component API. The component is still compatible backwards. 2061 - New Data visualization page. 2065
- New Image usage page. 2094
🐛 Patches
- Updated
DxcLink
border-radius. 2039 - Material symbols were added to the import in
HalstackProvider
to fix the Icon load. 2075 - Fixed problem in
DxcResultsetTable
when thesortValue
prop is missing. 2082 inheritColor
prop fix in theDxcLink
component. 2094- Resultset Table fix regarding pagination in none existing rows page. 2096
Others
- General site improvements (typos, re-writings, component status updates, etc). 2054 2058 2060 2063 2051 2092 2074 2091 2087 2095
- Added visual tests for components that use the new Tooltip. 2045
- Updated Tsup build to improve the bundle size of the library. 2090
- Added test coverage to the component library. 2086
13.2.0
❗ Known issue: Incompatibility with Vitest
🚨 This version of Halstack is not compatible with Vitest due a problem with Cloudscape's Bar Chart component.
Since this issue cannot be solved from our side, if your project relies on Vitest for testing, you may experience problems running your test suite. We recommend using an alternative testing setup or staying on the previous version until a solution is available.
✨ New features
- Opinionated theme support added to the action icon in the table. 2046
13.1.0
❗ Known issue: Incompatibility with Vitest
🚨 This version of Halstack is not compatible with Vitest due a problem with Cloudscape's Bar Chart component.
Since this issue cannot be solved from our side, if your project relies on Vitest for testing, you may experience problems running your test suite. We recommend using an alternative testing setup or staying on the previous version until a solution is available.