Skip to content

Releases: tam315/react-compare-image

v3.4.0

14 Apr 06:19
Compare
Choose a tag to compare

What's Changed

  • House cleaning 2022 by @junkboy0315 in #94
  • Bump postcss from 7.0.35 to 7.0.39 by @dependabot in #93
  • Bump ws from 7.4.2 to 7.5.9 by @dependabot in #97
  • reset lockfile and move to pnpm by @junkboy0315 in #98
  • Run test for every PR by @junkboy0315 in #103
  • fix: remove default props from function component to support 18.3.0 by @WazzeZ in #100

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0(2022-12-01)

01 Dec 00:50
Compare
Choose a tag to compare

New Features

  • Add react@18 and react-dom@18 to peerDependencies

v3.1.0(2021-01-26)

26 Jan 01:29
Compare
Choose a tag to compare

New Features

  • Add react@17 and react-dom@17 to peerDependencies
  • upgrade outdated packages

v3.0.2(2020-07-09)

09 Jul 00:25
Compare
Choose a tag to compare

Patches

  • update .npmignore

v3.0.1 (2019-07-08)

08 Jul 08:45
Compare
Choose a tag to compare

Patches

  • specify "browserlist" section in package.json to reduce bundle size

v3.0.0 (2020-07-08)

08 Jul 08:09
Compare
Choose a tag to compare

Breaking Changes

  • Use ResizeObserver instead of css-element-queries to reduce package dependencies
  • For this reason, drop support for outdated browsers
  • If you want to continue to use with outdated browsers, consider to use polyfill

v2.1.1 (2020-07-07)

07 Jul 00:37
Compare
Choose a tag to compare

Patches

  • reduce npm package size

v2.1.0 (2020-07-02)

03 Jul 05:29
Compare
Choose a tag to compare

New Features

  • Migrate to TypeScript
  • Add type declaration files

v2.0.5 (2020-07-02)

03 Jul 02:13
Compare
Choose a tag to compare

Patches

  • upgrade packages for security reasons

v2.0.4 (2020-01-19)

19 Jan 08:19
Compare
Choose a tag to compare

Patches

  • upgrade handlebars for security fix.