v3 Preview #173
v3 Preview
#173
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📣 v3 Preview
Today, I'm happy to announce the preview of the
react-photo-album
version 3.0 release candidate.Please feel free to give it a try and share your feedback. The preview period will be open for at least 30 days since the last breaking change.
Version 3.0 comes with several new exciting features and an internal redesign to reduce the JS bundle size:
PhotoAlbum
component into three layout-specific components (the bundle is now tree-shakeable)Here is the overall impact on the JS bundle size (minified gzip):
rows
layout: 2.9 KB (38% decrease)columns
layout: 2.9 KB (39% decrease)masonry
layout: 2.3 KB (51% decrease)Breaking changes: #172
Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions