Closed
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
da32dfb to
65bcaec
Compare
65bcaec to
58145a8
Compare
58145a8 to
9c2a00d
Compare
9c2a00d to
4499fbd
Compare
4499fbd to
f042b48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
react-email@6.0.0
Major Changes
d0a7a52: Move all components and utilities into the
react-emailpackageAll components (previously in
@react-email/componentsor individual packages like@react-email/button) and rendering utilities (previously in@react-email/render) are now exported directly fromreact-email. This unifies the install and import experience into a single package.We're going to deprecate all packages except
@react-email/renderand@react-email/preview-server, and they will not be updated anymore.Breaking change
Imports from
@react-email/components,@react-email/render, or individual component packages (e.g.@react-email/button) are no longer the recommended path and they will all be deprecated with the exception of@react-email/renderand@react-email/editor, andrenderwill remain exported fromreact-email. Consumers should import everything fromreact-email.Why
Having separate packages for components (
@react-email/components), and the CLI (react-email) created unnecessary confusion, and a maintenance burden for us.How to migrate
Update your dependencies -- remove
@react-email/components, keepreact-email:Update your imports:
The
@react-email/preview-serverand@react-email/editorpackages are not included inreact-emailPatch Changes
url.parse()with WHATWG URL API in the preview dev server.@react-email/preview-server@6.0.0