Skip to content

v4.10.0

Latest

Choose a tag to compare

@mrTuomoK mrTuomoK released this 29 Jan 15:11
6d8ba4d

[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 useTokenizedFetch and related hooks (useTokenizedFetchModule, useTokenizedFetchWithSignals, useTokenizedFetchTracking, useTokenizedFetchResponseTracking) in the build output. These hooks are now properly exported and available when importing from hds-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: useTokenizedFetchModuleTracking should be useTokenizedFetchTracking.