Releases: birdofpreyru/react-utils
Releases · birdofpreyru/react-utils
v1.48.6
v1.48.5
v1.48.4
v1.48.3
- New type utilities: Exports, Implements.
- Documentation updates.
- Update of dependencies.
v1.48.2
v1.48.1
v1.48.0
Breaking Changes
-
The React Themes dependency has been upgraded to its v1.10.x:
-
All themeable components provided by React Utils have been updated to use
useTheme()hook instead of the deprecatedthemed()decorator. Host codebases should do the same migration. -
Related re-exports from React Utils have been changed:
themed()⇒ removed;useTheme()export is added instead; if required, the legacythemed()decorator still can be imported directly from React Themes asimport themed from '@dr.pogodin/react-themes';themed.COMPOSE⇒THEME_COMPOSE;themed.PRIORITY⇒THEME_PRIORITY.
-
Other Updates
- Update of other dependencies.