@plumeria/core 18.1.4 → 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.
- package/README.md +17 -0
- 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).
|