Conversation
f33fd95 to
9923cf6
Compare
7f0cfa9 to
7eb2724
Compare
7eb2724 to
11e83bb
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 the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
devis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitondev.Releases
@frontify/frontify-cli@6.0.0-alpha.0
Major Changes
#1482
db8c298Thanks @SamuelAlev! - feat: support React 19The CLI now supports React 19 to stay up-to-date with the React ecosystem and provide better performance and modern features.
Consumers can from now on update their block / theme to React 19.
#1482
db8c298Thanks @SamuelAlev! - chore: update required node to 22The minimum required Node.js version has been bumped from 18 to 22.
Node.js 18 is reaching its end-of-life. Node 22 is the current Active LTS release.
Consumers must update their local development environments and CI/CD pipelines to use Node.js version 22 or higher.
#1482
db8c298Thanks @SamuelAlev! - feat: build blocks / themes as ESM packagesCustom blocks and themes are now compiled and output as ECMAScript Modules (ESM) instead of relying on global window variables.
ESM is the modern standard for JavaScript, offering better interoperability, tree-shaking and compatibility with modern bundlers.
Consumers don't need to do anything to migrate to ESM, but they should be aware of the changes.