Skip to content

Releases: charkour/react-reactions

v0.11.0

16 Aug 01:00
Compare
Choose a tag to compare

Sorry, forgot to release this.

What's Changed

  • add ref forwarding in #143

Full Changelog: v0.10.1...v0.11.0

v0.10.1

04 Jul 16:01
Compare
Choose a tag to compare

What's Changed

  • try fixing #136 and bump deps in #141
  • remove useless test. sorry v1 will have tests in #142

Full Changelog: v0.10.0...v0.10.1

v0.10.0

03 Jul 01:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 Jun 18:09
Compare
Choose a tag to compare

What's Changed

  const reactions: Reaction[] = React.useMemo(
      () => [
        {
          key: 'woozy',
          label: i18n.translate('woozy', i18n.language)
          node: <div>🥴</div>,
        },
        {
          key: 'happy',
          label: i18n.translate('happy', i18n.language)
          node: <div>🙂</div>,
        },
        {
          key: 'exploding-head',
          label: i18n.translate('exploding-head', i18n.language)
          node: <div>🤯</div>,
        },
      ],
      [i18n.language]
   )

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

17 Apr 02:36
Compare
Choose a tag to compare

Thanks to @gh4m21 for the suggestion. Can style ReactionCounterEmoji's now.

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Apr 01:37
Compare
Choose a tag to compare

Now supports React 18.

v0.6.4...v0.7.0

v0.6.4

08 Mar 03:42
Compare
Choose a tag to compare

Fix regression from v0.6.2 that caused icons to be missing from Slack Selector. Thanks @michaelshum for pointing that out.

v0.6.3...v0.6.4

v0.6.3

07 Mar 04:17
Compare
Choose a tag to compare

To use the Slack components properly, download the slack fonts and add them to public/fonts in your project.

v0.6.2...v0.6.3

v0.6.2

07 Mar 03:24
Compare
Choose a tag to compare

This includes a bug fix to include slack fonts in the distributed package. Thanks to @michaelshum for the bug report!

v0.6.1...v0.6.2

v0.6.1

04 Oct 00:09
Compare
Choose a tag to compare

Update readme to have documentation about <ReactionCounter> and update dev deps.

v0.6.0...v0.6.1