Releases: dylandbl/react-quick-reactions
Releases · dylandbl/react-quick-reactions
v2.0.2
What's Changed
Dependency updates.
- fix(ci): package-ecosystem from
yarn
tonpm
by @dylandbl in #39 - ci: added codeql-analysis by @dylandbl in #43
- ci: added node.js automated testing by @dylandbl in #44
- chore(deps-dev): bump @types/react from 18.0.15 to 18.0.17 by @dependabot in #45
- chore(deps): bump @emotion/react, @emotion/styled from 11.9.3 to 11.10.0 by @dependabot in #41
- chore: configure eslint by @dylandbl in #46
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.4 by @dependabot in #65
- chore(deps-dev): bump eslint from 8.22.0 to 8.28.0 by @dependabot in #87
- chore(deps-dev): bump @typescript-eslint/parser from 5.34.0 to 5.43.0 by @dependabot in #89
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.43.0 by @dependabot in #90
- chore(deps-dev): bump eslint-plugin-react from 7.30.1 to 7.31.11 by @dependabot in #88
- chore(deps): bump loader-utils from 2.0.2 to 2.0.4 in /example by @dependabot in #86
- chore: update eslint rules by @dylandbl in #91
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #95
- chore(deps-dev): bump @types/react from 18.0.17 to 18.0.25 by @dependabot in #93
- chore(deps-dev): bump @types/react-dom from 18.0.6 to 18.0.9 by @dependabot in #92
- chore(deps): bump @emotion/react from 11.10.0 to 11.10.5 by @dependabot in #94
- chore(deps): bump @emotion/styled from 11.10.0 to 11.10.5 by @dependabot in #96
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example by @dependabot in #105
- chore(deps-dev): bump eslint from 8.28.0 to 8.31.0 by @dependabot in #117
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /example by @dependabot in #121
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.2 by @dependabot in #122
- chore(deps-dev): bump @typescript-eslint/typescript-estree from 5.43.0 to 5.48.1 by @dependabot in #126
- chore(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.48.1 by @dependabot in #127
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.48.1 by @dependabot in #128
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- ⚠ refactor!:
onClickReaction
now passesReactionObj
instead ofElement
in #37 - refactor:
ReactionObj
can now be imported from"react-quick-reactions/lib/esm/types/index"
in #37
Fixes
- fix(style): popup header inheriting color from parent in #36
Docs
- docs: added animation info in #34
Full Changelog: v1.1.4...v2.0.0
v1.1.4
What's Changed
New features
- feat: animations 🎉 in #27
"fade"
is now the default animation
Fixes
- fix(styles): popup was fixed to the view, not following the
trigger
when scrolling in 0a89e90 - fix: popover rendering below overlay in #28
- fix: component passing
Element | undefined
instead ofElement
throughonClickReaction
in #30 - chore(deps): bump terser from 5.14.1 to 5.14.2 in /example by @dependabot in #31
Full Changelog: v1.0.0...v1.1.4
v1.0.0
Summary
First full release of react-quick-reactions
! 🎉
What's Changed
- UPDATED: package.json by @dylandbl in #1
- Recreate project as module by @dylandbl in #6
- chore(example): update deps by @dylandbl in #15
- Bump follow-redirects from 1.10.0 to 1.15.1 in /example by @dependabot in #11
- Misc minor changes, fixes by @dylandbl in #16
- chore(docs): added PR template by @dylandbl in #17
- feat: wide popups by @dylandbl in #18
- feat: changed 'X' button to SVG by @dylandbl in #19
- refactor!: update props, types, and a state redesign by @dylandbl in #20
- feat: wide popup adjusts width according to number of emojis by @dylandbl in #21
- style:
calcWidth
,calcHeight
update by @dylandbl in #22 - refactor!: standardized naming by @dylandbl in #23
- fix: 'undefined' being added as classNames by @dylandbl in #24
- New example site, popup positioning by @dylandbl in #25