Releases: charkour/react-reactions
Releases · charkour/react-reactions
v0.11.0
v0.10.1
v0.10.0
v0.9.0
What's Changed
- Added key to reaction type #138 by @mastepanoski in #139 🎉
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
- @mastepanoski made their first contribution in #139 Thank you! ❤️
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
v0.6.4
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.2
v0.6.1
Update readme to have documentation about <ReactionCounter>
and update dev deps.
- Update readme to document the Reaction Counter component b9406e7
- try fixing prettier eol 1f12162
- update husky dep 6a5b53a
- fix prettier errors e1f8afe
- remove unused packages 7143e8e
- update minor packages 4a885c6
- update storybook deps a2092c0
- remove size limit 53a418d
- update storybook packages af4f430