Skip to content

Releases: birdofpreyru/react-utils

v1.48.6

02 Jan 19:35

Choose a tag to compare

  • Update of dependencies.

Sponsor

v1.48.5

14 Dec 20:43

Choose a tag to compare

  • Update of dependencies.

Sponsor

v1.48.4

08 Dec 22:15

Choose a tag to compare

  • Update of dependencies.

Sponsor

v1.48.3

01 Dec 19:21

Choose a tag to compare

  • New type utilities: Exports, Implements.
  • Documentation updates.
  • Update of dependencies.

Sponsor

v1.48.2

30 Nov 11:23

Choose a tag to compare

  • Adds keepScrollPosition prop to the Button component.
  • Adds themePriority prop to the Throbber component.
  • Update of dependencies.

Sponsor

v1.48.1

27 Nov 11:37

Choose a tag to compare

  • Hotfixes.

Sponsor

v1.48.0

27 Nov 10:36

Choose a tag to compare

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

v1.46.3

27 Nov 23:31

Choose a tag to compare

  • Exposes keepScrollPosition option on Button component (it is a hotfix for a project that still uses v1.46.x version of the library).

Sponsor

v1.47.5

15 Nov 17:53

Choose a tag to compare

  • Hotfix.

Sponsor

v1.47.4

15 Nov 10:13

Choose a tag to compare

  • [#464] Hotfix of the client-side initialization (adds client-side HTTP > HTTPS redirect, to avoid accessing Web Crypto API in non-secure contexts).
  • Update of dependencies.

Sponsor