Skip to content

Releases: gregberge/react-merge-refs

v2.1.1

28 Sep 19:59
f6e755f
Compare
Choose a tag to compare

Problem during the publishing of v2.1.0 on the npm registry. This version is strictly the same as version 2.1.0.

v2.1.0

28 Sep 19:52
d9079dd
Compare
Choose a tag to compare

Features

  • allow a ref to be undefined in the types (#33) (d9079dd)

v1.0.2

06 Oct 13:20
96ca3bf
Compare
Choose a tag to compare
chore(release): 2.1.1

v2.0.2

09 May 07:04
c91c4e4
Compare
Choose a tag to compare

Bug Fixes

  • move types condition to the front (#30) (c91c4e4)

v2.0.1

27 Jun 13:11
8189083
Compare
Choose a tag to compare

Bug Fixes

  • esm: add default export to maximize compat (8189083), closes #27

v2.0.0

19 Jun 08:13
Compare
Choose a tag to compare

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)

Features

  • ESM only & named export (a928d61)

BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";

v1.1.0

27 Jul 14:59
bd58479
Compare
Choose a tag to compare

Features

  • add typescript mappings (53480d2)

v1.0.0

19 Sep 21:11
d0055aa
Compare
Choose a tag to compare

Features