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 main, this PR will be updated.
Releases
astro-stylex@0.3.0
Minor Changes
#767dd1ec8 Thanks @lilnasy! - Breaking: The required @stylexjs/stylex version is now 0.5.1.
Updates @stylexjs/stylex version to 0.5.1. This version introduces a new API for non-react UI frameworks: stylex.attrs().
Previously, svelte users had to create a wrapper function around stylex.props(), which returned the className prop intended only for React. The newly introduced stylex.attrs() returns the generated classes in the class props, allowing it to work across frameworks.
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 main, this PR will be updated.
Releases
astro-stylex@0.3.0
Minor Changes
#76
7dd1ec8
Thanks @lilnasy! - Breaking: The required@stylexjs/stylex
version is now 0.5.1.Updates
@stylexjs/stylex
version to 0.5.1. This version introduces a new API for non-react UI frameworks:stylex.attrs()
.Previously, svelte users had to create a wrapper function around
stylex.props()
, which returned theclassName
prop intended only for React. The newly introducedstylex.attrs()
returns the generated classes in theclass
props, allowing it to work across frameworks.