@plumeria/core 18.1.3 → 18.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,6 +112,23 @@ Declaration merging is additive, so several names can coexist during a migration
112
112
 
113
113
  Explore the [documentation](https://plumeria.dev/) for the core principles, full API reference, and integrations.
114
114
 
115
+ ## API Stability
116
+
117
+ Plumeria publishes frequently. To make that legible, every public API is rated for **future** change likelihood — not past churn. The rating is a commitment about what will happen next, not a description of what already has.
118
+
119
+ | API | Stability | |
120
+ | ---------------------- | --------- | ------ |
121
+ | `css.create` | ★★★★★ | Frozen |
122
+ | `css.createTheme` | ★★★★★ | Frozen |
123
+ | `css.createStatic` | ★★★★★ | Frozen |
124
+ | `css.keyframes` | ★★★★★ | Frozen |
125
+ | `css.viewTransition` | ★★★★★ | Frozen |
126
+ | `css.marker` | ★★★★☆ | Stable |
127
+ | `css.extended` | ★★★★☆ | Stable |
128
+ | `css.use`/`classStyle` | ★★★★★ | Frozen |
129
+
130
+ > The **`classStyle`** property can be changed.
131
+
115
132
  ## License
116
133
 
117
134
  Plumeria is [MIT licensed](https://github.com/zss-in-js/plumeria/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "18.1.3",
3
+ "version": "18.1.5",
4
4
  "description": "Zero-cost abstraction layer for styling React components.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",