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 3.0 #175

Merged
merged 39 commits into from
Jul 26, 2024
Merged

Release 3.0 #175

merged 39 commits into from
Jul 26, 2024

Conversation

igordanchenko
Copy link
Owner

Close #172

BREAKING CHANGE: `images` photo prop is no longer supported
BREAKING CHANGE: output target is set to ES2020
BREAKING CHANGE: minimum Node version is set to Node 18
BREAKING CHANGE: React 16 and React 17 are no longer supported
BREAKING CHANGE: the library is now ESM-only
BREAKING CHANGE: CJS build is no longer bundled
BREAKING CHANGE: CSS stylesheet is required
BREAKING CHANGE: PhotoAlbum component is replaced with 4 separate components
BREAKING CHANGE: `renderContainer` is replaced with `render.container` render function
BREAKING CHANGE: `renderRowContainer` is replaced with `render.track` render function
BREAKING CHANGE: `renderColumnContainer` is replaced with `render.track` render function
BREAKING CHANGE: `renderPhoto` is replaced with more granular render functions; see docs
BREAKING CHANGE: `componentsProps.containerProps` is replaced with `componentsProps.container`
BREAKING CHANGE: `componentsProps.rowContainerProps` is replaced with `componentsProps.track`
BREAKING CHANGE: `componentsProps.columnContainerProps` is replaced with `componentsProps.track`
BREAKING CHANGE: `componentsProps.imageProps` is replaced with more granular props; see docs
@igordanchenko igordanchenko merged commit 3753ae6 into main Jul 26, 2024
15 checks passed
@igordanchenko igordanchenko deleted the next branch July 26, 2024 14:12
Copy link

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Implemented and released label Jul 26, 2024
Repository owner locked and limited conversation to collaborators Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released Implemented and released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3 Breaking Changes
1 participant