Skip to content

Releases: dylandbl/react-quick-reactions

v2.0.2

13 Jan 04:55
Compare
Choose a tag to compare

What's Changed

Dependency updates.

  • fix(ci): package-ecosystem from yarn to npm 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

06 Aug 17:56
d6475f7
Compare
Choose a tag to compare

What's Changed

  • ci: automated dependency version updates in #38
  • docs: updated example use and reorganised README in a667e78, cd7bfe8, and 5ba35ca

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Jul 01:26
ffd5bd9
Compare
Choose a tag to compare

What's Changed

  • ⚠ refactor!: onClickReaction now passes ReactionObj instead of Element 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

23 Jul 01:51
Compare
Choose a tag to compare

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 of Element through onClickReaction 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

18 Jul 16:01
90a723c
Compare
Choose a tag to compare

Summary

First full release of react-quick-reactions! 🎉

What's Changed