Skip to content

Releases: dxc-technology/halstack-react

14.1.1

19 Mar 11:51

Choose a tag to compare

🐛 Patches

  • Change react-data-grid to peerDependency to solve incompatibilities.

15.0.0

27 Feb 11:12
f78eb80

Choose a tag to compare

💥 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 the DxcAccordion. 2157
  • Renamed prop isCloseVisible to closable in the <DxcDialog> component. 2125
  • Fixed a typo in naming the hamburger tokens: hamburguerXXXhamburgerXXX. 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

  • Color updates. 2128
  • General accessibility enhancements and fixes in several components. 2134
  • The <DxcDialog> component now uses our action icon as the close button. 2134
  • Added comments to the props types of both the <DxcAlert> and the <DxcToast> components. 2134

14.1.0

28 Nov 16:20
bfc9025

Choose a tag to compare

✨ 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 using injectStyles. 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

14.0.0

26 Sep 11:18
c905f36

Choose a tag to compare

💥 Breaking changes

  • Removed the DxcBarChart component. 2066
  • Removed deprecated DxcBox component. 2092
  • DxcButton prop size rethinked. 2042
  • DxcButton prop mode value renamed from text to tertiary. 2042

✨ New features

🐛 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 the sortValue prop is missing. 2082
  • inheritColor prop fix in the DxcLink 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

25 Jul 09:26
3ce19f3

Choose a tag to compare

❗ 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

22 Jul 12:21
6bf6ce5

Choose a tag to compare

❗ 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

13.0.0

09 Jul 13:24
7c6ae2a

Choose a tag to compare

❗ 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

  • New DxcBarChart component. 2005 2010 2020
  • New DxcTooltip component. 2026 2027 2034
  • New tokens added for the DxcTextInput. 2017
  • Halstack monorepo using Turborepo. This translates into an improved bundle size (36% lighter) and a new repo structure/deployment. 2030 2032 2035
  • New DxcBreadcrumbs usage and specifications pages. 2024
  • Added collision detection to the Date Picker of the DxcDateInput. 2023
  • Added Date type support to DxcResultsetTable sorting. 2015

🐛 Patches

  • Fixed checkbox bug in DxcSelect. 2009

Others

12.2.0

21 May 11:52
56464d0

Choose a tag to compare

🐛 Patches

  • Fixed some weird size behaviors in some input components. 1974
  • Added new logic for resultsetTable to manage sorting and adding/removing rows properly. 1938
  • Fixes Typography bug with invalid HTML tags in as prop. 1765
  • Fix file input delete styles. 1999
  • Fixed resultSet typing for rows. 1997
  • Reverted back Open sans import due to issues with globalStyles. 2000

✨ New features

  • Added Tooltip component. 1968
  • Contextual menu tokens. 1985

12.1.0

30 Apr 15:03
661349f

Choose a tag to compare

✨ New features

  • New Component lifecycle page. 1949
  • New status stages included in the site. 1963
  • Updated Storybook version to 8.0. 1960
  • New attribute selectedByDefault for the Contextual Menu items. 1966

🐛 Patches

  • Accessibility fixes for the Date Input component. 1919

12.0.2

19 Apr 10:45
8d625da

Choose a tag to compare

🐛 Patches

  • Fixing Textarea verticalGrow as auto. 1958
  • fonts css reverted back and changed the approach to load fonts. 1957

Others

  • Revert "Update Chip specs". 1955
  • Revert "Several fixes in the Chip". 1954