[4.1.0] - January, 09, 2025
React
Added
- [LoginProviderWithApolloContext] Login Provider with automatic ApolloClient context.
- [ApolloClientModule] New Login module for auto-appending api tokens to query headers.
- [ApiTokenClientTracker] Util to track api token changes and renewals.
- [TokenizedFetch] New Login module for auto-appending api tokens to fetch requests.
Changed
Changes that are not related to specific components
- [GraphQLModule] Use the ApolloClient Module when available
Fixed
- [Login] External modules with Strict mode throwed an error
- [ssr] Login component works with SSR rendering
- [Login] Event listeners with Strict mode were lost in double render
Documentation
Added
- Technology tags to all components
Figma
Fixed
- [Header] Other actions menu item color fixed in header dark version.
Deprecated
- [PhoneInput] Country Code variant was deprecated. Still available in the library but will be removed in the next major release.
Hds-js
Added
- [ApolloClientModule] New Login module for auto-appending api tokens to query headers.
- [ApiTokenClientTracker] Util to track api token changes and renewals.
Changed
- [GraphQLModule] Use the ApolloClient Module when available