[4.10.0] - January, 29, 2026
Updated documentation build process for multi-version docs by replacing the gatsby-source-git setup with a local filesystem-based source and adding automatic version detection from the documentation directory structure.
React
Fixed
- [Login] Fixed missing export for
useTokenizedFetchand related hooks (useTokenizedFetchModule,useTokenizedFetchWithSignals,useTokenizedFetchTracking,useTokenizedFetchResponseTracking) in the build output. These hooks are now properly exported and available when importing fromhds-react.
Deprecated
- [SearchInput] Will be removed in the next major release.
- [Dropdown, Combobox] Will be removed in next major release.
Documentation
- Remove obsolete Dropdown link from components listing
Fixed
- [Checkbox] Stories to include full interactivities.
- [Login] Fixed incorrect hook name in documentation:
useTokenizedFetchModuleTrackingshould beuseTokenizedFetchTracking.