Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0 #86

Merged
merged 40 commits into from
Dec 9, 2022
Merged

Release 2.0 #86

merged 40 commits into from
Dec 9, 2022

Conversation

igordanchenko
Copy link
Owner

Closes #85

BREAKING CHANGE: rename ESM bundle from index.esm.js to index.mjs
BREAKING CHANGE: rename CJS bundle from index.cjs.js to index.js
BREAKING CHANGE: switch JSX runtime back to React.createElement
…ontainer prop

BREAKING CHANGE: renderContainer prop no longer accepts React.forwardRef
BREAKING CHANGE: resizeObserverProvider is no longer supported
BREAKING CHANGE: change onClick callback method signature
BREAKING CHANGE: columnConstraints prop is no longer supported
BREAKING CHANGE: remove defaultContainerWidth default value
BREAKING CHANGE: PhotoAlbum renders empty markup in SSR if defaultContainerWidth is not defined
BREAKING CHANGE: containerWidth parameter in the componentsProps functional supplier is now optional
BREAKING CHANGE: layoutOptions prop is replaced with layout prop in custom renderContainer function
BREAKING CHANGE: viewportWidth prop is no longer provided as part of the layoutOptions object
BREAKING CHANGE: RenderContainer, ContainerProps and RenderContainerProps are no longer generic
BREAKING CHANGE: instrumentation prop is no longer supported
BREAKING CHANGE: delete ContainerProps type
BREAKING CHANGE: rename PhotoProps type to RenderPhotoProps
@igordanchenko igordanchenko merged commit 276cbde into main Dec 9, 2022
@github-actions
Copy link

github-actions bot commented Dec 9, 2022

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Implemented and released label Dec 9, 2022
@igordanchenko igordanchenko deleted the next branch December 9, 2022 22:13
@igordanchenko igordanchenko changed the title Release 2.0.0 Release 2.0 Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Implemented and released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2 Breaking Changes
1 participant