All Versions
9
Latest Version
Avg Release Cycle
62 days
Latest Release
1675 days ago
Changelog History
Changelog History
-
v3.0.2 Changes
July 09, 2020Patches
- โก๏ธ update
.npmignore
- โก๏ธ update
-
v3.0.1 Changes
July 08, 2020Patches
- ๐ฆ specify
"browserlist"
section inpackage.json
to reduce bundle size
- ๐ฆ specify
-
v3.0.0 Changes
July 08, 2020๐ฅ 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
- ๐ฆ Use
-
v2.1.1 Changes
July 07, 2020Patches
- โฌ๏ธ reduce npm package size
-
v2.1.0 Changes
July 03, 2020๐ New Features
- Migrate to TypeScript
- โ Add type declaration files
-
v2.0.5 Changes
July 03, 2020Patches
- ๐ upgrade packages for security reasons
-
v2.0.4 Changes
January 19, 2020Patches
- ๐ upgrade
handlebars
for security fix.
- ๐ upgrade
-
v2.0.0 Changes
October 20, 2019๐ฅ Breaking Changes
- Container's aspect ratio decision logic has changed.
- With previous versions(version 0, 1), When displaying two images with different aspect ratios, container's aspect ratio was determined by the aspect retio of the right side image
- From version 2, container size will be determined by taller image's aspect ratio.
- You can change this behavior by setting
aspectRatio
props to'taller'
or'wider'
.
'taller'
means:- the taller image when the images are displayed with the same width.
'wider'
means:- the shorter image when the images are displayed with the same width.
- In other words, the wider image when the images are displayed with the same height.
๐ New Features
- โ Add vertical comparison feature. use the
'vertical'
prop. - Hide labels properly.
- Container's aspect ratio decision logic has changed.
-
v1.0.0 Changes
March 03, 2019๐ฅ Breaking Changes
- ๐ Quit support for React v.16.7 or older versions.