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

Version Packages (prerelease) #1029

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Version Packages (prerelease) #1029

merged 1 commit into from
Oct 23, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 2023

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 v4, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

v4 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on v4.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

[email protected]

Major Changes

  • dcbe2fb:
    • The project has been fully converted to ESM format, which is also the format that the browser uses.
      For users, this means you'll have to either use Style-Dictionary in ESM JavaScript code, or dynamically import it into your CommonJS code.
    • Style-Dictionary.extend() method is now asynchronous, which means it returns Promise<StyleDictionary.Core> instead of StyleDictionary.Core.
    • allProperties / properties was deprecated in v3, and is now removed from StyleDictionary.Core, use allTokens and tokens instead.
    • Templates and the method registerTemplate were deprecated in v3, now removed. Use Formats instead.
    • The package now uses package entrypoints, which means that what is importable from the package is locked down to just the specified entrypoints: style-dictionary & style-dictionary/fs. If more is needed, please raise an issue explaining which file you were importing and why you need it to be public API.

Minor Changes

  • dcbe2fb: FileSystem that is used by Style-Dictionary can now be customized:

    import { setFs } from 'style-dictionary/fs';
    setFs(myFileSystemShim);

    By default, it uses an in-memory filesystem shim @bundled-es-modules/memfs in browser context, node:fs built-in module in Node context.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

@github-actions github-actions bot requested a review from a team as a code owner October 23, 2023 09:17
@jorenbroekema jorenbroekema force-pushed the changeset-release/v4 branch 2 times, most recently from 7aa6a91 to a5391dd Compare October 23, 2023 09:21
@jorenbroekema jorenbroekema merged commit dab4161 into v4 Oct 23, 2023
0 of 2 checks passed
@jorenbroekema jorenbroekema deleted the changeset-release/v4 branch October 23, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant