Releases: dxc-technology/halstack-react
14.0.0
💥 Breaking changes
- Removed the
DxcBarChartcomponent. 2066 - Removed deprecated
DxcBoxcomponent. 2092 DxcButtonpropsizerethinked. 2042DxcButtonpropmodevalue renamed fromtexttotertiary. 2042
✨ New features
- New
DxcDataGridcomponent. It consumes thereact-data-gridcomponent. 2056 2076 2077 2078 2079 2080 2083 2085 2093 - New
DxcToastcomponent. 2084 - New prop
semanticfor theDxcButton. 2042 2081 - New
DxcTabscomponent API. The component is still compatible backwards. 2061 - New Data visualization page. 2065
- New Image usage page. 2094
🐛 Patches
- Updated
DxcLinkborder-radius. 2039 - Material symbols were added to the import in
HalstackProviderto fix the Icon load. 2075 - Fixed problem in
DxcResultsetTablewhen thesortValueprop is missing. 2082 inheritColorprop fix in theDxcLinkcomponent. 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.
✨ New features
13.0.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
- New
DxcBarChartcomponent. 2005 2010 2020 - New
DxcTooltipcomponent. 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
DxcBreadcrumbsusage and specifications pages. 2024 - Added collision detection to the Date Picker of the
DxcDateInput. 2023 - Added Date type support to
DxcResultsetTablesorting. 2015
🐛 Patches
- Fixed checkbox bug in
DxcSelect. 2009
Others
12.2.0
🐛 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
asprop. 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
12.1.0
12.0.2
12.0.1
12.0.0
💥 Breaking changes
- Remove
BackgroundColorProviderfrom Halstack. 1774 - Fix the typo in the Accordion token. 1859
- Updated tokens for the table. 1851
- The components'
iconprop doesn't support URLs anymore. - Updated
marginvalues following the spacing guidelines. 1828
🐛 Patches
- Prevent File Input duplicates when uploading files. 1762
- Fixed bug with Checkboxes in Resultset Table. 1773
- Fixed autoscroll issue in the Dialog component. 1781
- Fixed
margintype in the Footer and Header components. 1785 - The Select now doesn't crush with an empty array of options and the flag
searchableto true. 1787 - The Slider component has been updated to fix some issues with SSR in NextJS. 1791
- Fixed
aria-readonlytypo in RadioGroup. 1801 - Tab Horizontal Slider Fix. 1795
- Handle scroll in Number Inputs. 1800
- Added 100% width underline to NavTab. 1796
- Fixed bug in TextInputs when scrolling. 1838
- Update Autosuggest listbox option active state. 1852
- Fixed popups not working inside Dialog. 1822
- Changing the footer padding according to Design. 1827
- Applying the token correctly to the Accordion. 1907
✨ New features
- New
Containercomponent. 1748 1749 - New
Badgecomponent. 1815 1821 - New
StatusLightcomponent. 1804 1823 1848 - New
Contextual Menucomponent. 1850 1892 - New
Dividercomponent. 1835 1840 1866 - New
Breadcrumbscomponent. 1828 - Remodelled
iconprop API with support for Material Icons and custom SVGs. - Tooltip support in the Select component. 1798
- New Accessibility testing process. 1856
- New API documentation for ActionsCell. 1853
- Added a small footer variant. 1793
- Added a small table variant. 1832 1831
- Actions cell added to table and Resultset table. 1836
- Added option to hide the paginator inside a Resultset table. 1830 1877
Others
- General site improvements (typos, re-writings, etc). 1758 1759 1760 1768 1775 1776 1750 1790 1906 1920
- Added Github Bot. 1779
- Fixed GitHub Bot message format. 1807
- Added links level limit in Quicknav documentation. 1811
- Fixing problems with the NavTabs inside the site. 1820
- Standardize documentation of the compound components. 1905
11.0.0
💥 Breaking changes
- The
readonlyprop was renamed toreadOnlyin the Radio Group. #1695 - Updated Radix's Popover to the latest version available (
1.0.7). This fixes the vulnerabilities we used to have when installing Halstack. #1724 - Halstack has been migrated to Storybook 7 and Chromatic 8 releases (
7.5.3and8.0.0, respectively). #1724
🐛 Patches
- Updated captions for all the specification images. #1704
- Removed the underline in the Nav Tabs component when selecting a tab label. #1705
- Chip updated to use the
focusBorderStyletoken #1708 - Inconsistencies in the Chip component specifications have been resolved. #1712
- Popover components positioning inside fixed containers has been fixed. #1724
- The Text Input suggestion's container is now correctly centered. #1724