Skip to content

Commit c39e7b5

Browse files
committed
Add a CHANGELOG file
1 parent 28cfcb8 commit c39e7b5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 0.12.0 (TBD, 2025)
4+
5+
### New features
6+
7+
* Hash keys in compiled style objects to reduce generated code size.
8+
9+
### Deprecations
10+
11+
* Deprecate `dev-runtime` package.
12+
* Deprecate `esbuild-plugin` package.
13+
* Deprecate `nextjs-plugin` package.
14+
* Deprecate `open-props` package.
15+
* Deprecate `webpack-plugin` package.
16+
17+
18+
## 0.11.1 (Mar 3, 2025)
19+
20+
### Fixes
21+
22+
* Fix `style.create` compilation regression for string and number keys.
23+
* Fix babel path resolution within monorepos.
24+
25+
26+
## 0.11.0 (Feb 27, 2025)

0 commit comments

Comments
 (0)