Releases: dxc-technology/halstack-react
Releases · dxc-technology/halstack-react
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. 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
13.1.0
13.0.0
✨ 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 implies that the bundle size has improved (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
🐛 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
12.1.0
12.0.2
12.0.1
12.0.0
💥 Breaking changes
- Remove
BackgroundColorProvider
from Halstack. 1774 - Fix the typo in the Accordion token. 1859
- Updated tokens for the table. 1851
- The components'
icon
prop doesn't support URLs anymore. - Updated
margin
values 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
margin
type in the Footer and Header components. 1785 - The Select now doesn't crush with an empty array of options and the flag
searchable
to true. 1787 - The Slider component has been updated to fix some issues with SSR in NextJS. 1791
- Fixed
aria-readonly
typo 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
Container
component. 1748 1749 - New
Badge
component. 1815 1821 - New
StatusLight
component. 1804 1823 1848 - New
Contextual Menu
component. 1850 1892 - New
Divider
component. 1835 1840 1866 - New
Breadcrumbs
component. 1828 - Remodelled
icon
prop 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