Skip to content

Releases: birdofpreyru/react-utils

v1.35.2

04 Jun 08:57
Compare
Choose a tag to compare

v1.35.1

15 May 10:32
Compare
Choose a tag to compare
  • [#345] Jest utils: Improves snapshot() implementation.
  • Update of dependencies.

v1.35.0

05 May 23:29
Compare
Choose a tag to compare

Breaking Change

  • Changes the way Jest Utils are exported from the library (see their updated documentation for details).

v1.34.1

05 May 20:55
Compare
Choose a tag to compare
  • Improves exports declaration in package.json.

v1.34.0

05 May 18:05
Compare
Choose a tag to compare

Breaking Changes

Other Updates

  • Update of dependencies.
    • In particular, React v18.2.0 ⇒ v18.3.1 (pay attention to release notes for v18.3.0).

v1.33.4

08 Apr 21:50
Compare
Choose a tag to compare

v1.33.3

08 Apr 11:49
Compare
Choose a tag to compare
  • Minor fix of server-side utils export & typings.

v1.33.2

07 Apr 21:21
Compare
Choose a tag to compare
  • [#337] Switch — renames switch theme key into options.
  • Checkbox — patched to stop propagation of handled click events.
  • Updates dependencies.

v1.33.1

06 Apr 14:44
Compare
Choose a tag to compare
  • [#334] Minor fixes in the previous release.

v1.33.0

06 Apr 11:14
Compare
Choose a tag to compare

Breaking Changes

  • [#334] CustomDropdown: Patched to stop propagation of all events handled by the component.
  • Update of css-loader to v7.0.0 might be potentially breaking (although, the Webpack config provided by react-utils have been updated to avoid such breaking changes).

Other Updates

  • Updates dependencies.