Skip to content

Commit

Permalink
Bump @acusti/styling version to v1.0.0-rc.0
Browse files Browse the repository at this point in the history
changes include:
• updated to only work with react / react-dom v19+
• refactored functionality to use new built-in special rendering behavior of <style> element from react v19: https://react.dev/reference/react-dom/components/style#special-rendering-behavior
• added CSS minification + adapted styleRegistry to memoize minification results across all usages of the component
  • Loading branch information
acusti committed Sep 1, 2024
1 parent 51f77c7 commit c1a8152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/styling",
"version": "0.7.2",
"version": "1.0.0-rc.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down

0 comments on commit c1a8152

Please sign in to comment.