Releases: tam315/react-compare-image
Releases · tam315/react-compare-image
v3.4.0
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)
New Features
- Add
react@18
andreact-dom@18
to peerDependencies
v3.1.0(2021-01-26)
New Features
- Add
react@17
andreact-dom@17
to peerDependencies - upgrade outdated packages
v3.0.2(2020-07-09)
Patches
- update
.npmignore
v3.0.1 (2019-07-08)
Patches
- specify
"browserlist"
section inpackage.json
to reduce bundle size
v3.0.0 (2020-07-08)
Breaking Changes
- Use
ResizeObserver
instead ofcss-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)
Patches
- reduce npm package size
v2.1.0 (2020-07-02)
New Features
- Migrate to TypeScript
- Add type declaration files
v2.0.5 (2020-07-02)
Patches
- upgrade packages for security reasons
v2.0.4 (2020-01-19)
Patches
- upgrade
handlebars
for security fix.