Skip to content

v1.48.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 27 Nov 10:36

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 deprecated themed() 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 legacy themed() decorator still can be imported directly from React Themes as import themed from '@dr.pogodin/react-themes';
      • themed.COMPOSETHEME_COMPOSE;
      • themed.PRIORITYTHEME_PRIORITY.

Other Updates

  • Update of other dependencies.

Sponsor