Skip to content

Releases: birdofpreyru/react-utils

v1.32.0

01 Apr 22:57
Compare
Choose a tag to compare

Breaking Change

Other Changes

v1.31.2

26 Mar 20:54
Compare
Choose a tag to compare
  • [#331] Improves cancelOnScrolling feature of BaseModal & Modal components.
  • Improves CustomDropdown component implementation (now opens upward, if it fits that way when does not fit downwards).
  • Updates dependencies.

v1.31.1

25 Mar 21:11
Compare
Choose a tag to compare
  • Adds cancelOnScrolling property to Modal and BaseModal components;
  • Updates dependencies.

v1.31.0

15 Mar 10:33
Compare
Choose a tag to compare

Breaking Changes

Other Updates

v1.30.2

07 Mar 16:14
Compare
Choose a tag to compare
  • Updates dependencies.

v1.30.1

20 Feb 14:45
Compare
Choose a tag to compare
  • Updates dependencies.
  • Host projects may drop dependencies on @typescript-eslint/eslint-plugin and @typescript-eslint/parser (they are transiently dependent upon via typescript-eslint now).

v1.30.0

11 Feb 00:35
Compare
Choose a tag to compare

Breaking Change

  • [#315] withRetries() implementation has been moved to JS Utils library (it still is exported from React Utils as before). As a part of this move its default argument values were changed: from 5 to 3 for maxRetries, and from 1000 to 300 for interval.

Misc Updates

  • Updates dependencies.

v1.29.2

02 Feb 10:39
Compare
Choose a tag to compare
  • Updates dependencies.

v1.29.1

21 Jan 22:41
Compare
Choose a tag to compare
  • Updates dependencies.

v1.29.0

10 Jan 15:51
Compare
Choose a tag to compare

Breaking Changes

  • React Themes dependency update v1.5.1 ⇒ v1.6.0 is a breaking change for TypeScript projects. It will require minor source code updates, see release notes for details.

Other Updates

  • [#305] Adds TextArea component — an auto-resizing version of <textarea> element (it automatically expands / shrinks its height to match its current content height).
  • [#308] Patches default Dropdown theme to prevent its layout from breaking within narrow flex containers.
  • Updates other dependencies.