File tree Expand file tree Collapse file tree 11 files changed +43
-30
lines changed Expand file tree Collapse file tree 11 files changed +43
-30
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " example-ui" ,
4
- "version" : " 0.0.53 " ,
4
+ "version" : " 0.0.54 " ,
5
5
"main" : " ./index.js"
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " expo-app" ,
4
- "version" : " 0.0.53 " ,
4
+ "version" : " 0.0.54 " ,
5
5
"main" : " ./src/app/index.js" ,
6
6
"scripts" : {
7
7
"dev" : " expo start --clear" ,
11
11
},
12
12
"dependencies" : {
13
13
"@expo/metro-runtime" : " ~5.0.4" ,
14
- "example-ui" : " 0.0.53 " ,
14
+ "example-ui" : " 0.0.54 " ,
15
15
"expo" : " ^53.0.11" ,
16
16
"expo-build-properties" : " ~0.14.6" ,
17
17
"expo-status-bar" : " ~2.2.3" ,
18
18
"react" : " ~19.0.0" ,
19
19
"react-dom" : " ~19.0.0" ,
20
20
"react-native" : " ~0.79.5" ,
21
21
"react-native-web" : " ~0.20.0" ,
22
- "react-strict-dom" : " 0.0.53 "
22
+ "react-strict-dom" : " 0.0.54 "
23
23
},
24
24
"devDependencies" : {
25
25
"@babel/core" : " ^7.27.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextjs-app" ,
3
- "version" : " 0.0.53 " ,
3
+ "version" : " 0.0.54 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev --turbopack" ,
7
7
"start" : " next start" ,
8
8
"lint" : " eslint"
9
9
},
10
10
"dependencies" : {
11
- "example-ui" : " 0.0.53 " ,
11
+ "example-ui" : " 0.0.54 " ,
12
12
"next" : " 15.5.2" ,
13
13
"react" : " 19.1.0" ,
14
14
"react-dom" : " 19.1.0" ,
15
- "react-strict-dom" : " 0.0.53 "
15
+ "react-strict-dom" : " 0.0.54 "
16
16
},
17
17
"devDependencies" : {
18
18
"@eslint/eslintrc" : " ^3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " platform-tests" ,
4
- "version" : " 0.0.53 " ,
4
+ "version" : " 0.0.54 " ,
5
5
"main" : " ./src/app/index.js" ,
6
6
"scripts" : {
7
7
"dev" : " expo start --clear" ,
18
18
"react-dom" : " ~19.0.0" ,
19
19
"react-native" : " ~0.79.5" ,
20
20
"react-native-web" : " ~0.20.0" ,
21
- "react-strict-dom" : " 0.0.53 "
21
+ "react-strict-dom" : " 0.0.54 "
22
22
},
23
23
"devDependencies" : {
24
24
"@babel/core" : " ^7.27.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " benchmarks" ,
4
- "version" : " 0.0.53 " ,
4
+ "version" : " 0.0.54 " ,
5
5
"description" : " Benchmarks for React Strict DOM." ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-react-strict-dom" ,
3
- "version" : " 0.0.53 " ,
3
+ "version" : " 0.0.54 " ,
4
4
"description" : " PostCSS plugin for React Strict DOM" ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.54 (Oct 2, 2025)
4
+
5
+ ### New features
6
+
7
+ * [ Native] Add polyfill for CSS ` @media prefers-reduced-motion ` .
8
+
9
+ ### Fixes
10
+
11
+ * [ Web] Include ` useCSSLayers ` in ` react-strict-dom/postcss-plugin ` options.
12
+ * [ Web] Update StyleX packages to 0.15.4.
13
+ * [ Web] Allow implicit ` js ` or ` ts ` extensions for ` .css ` theme files.
14
+ * [ Native] Fix native ` zIndex ` error condition.
15
+
3
16
## 0.0.53 (Oct 1, 2025)
4
17
5
18
### New features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-strict-dom" ,
3
- "version" : " 0.0.53 " ,
3
+ "version" : " 0.0.54 " ,
4
4
"description" : " React Strict DOM" ,
5
5
"exports" : {
6
6
"." : {
41
41
"@stylexjs/babel-plugin" : " ^0.15.4" ,
42
42
"@stylexjs/stylex" : " ^0.15.4" ,
43
43
"postcss-value-parser" : " ^4.1.0" ,
44
- "postcss-react-strict-dom" : " 0.0.53 " ,
44
+ "postcss-react-strict-dom" : " 0.0.54 " ,
45
45
"styleq" : " ^0.2.1"
46
46
},
47
47
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-strict-dom-scripts" ,
4
- "version" : " 0.0.53 " ,
4
+ "version" : " 0.0.54 " ,
5
5
"description" : " Helper scripts for React Strict DOM monorepo." ,
6
6
"license" : " MIT" ,
7
7
"bin" : {
You can’t perform that action at this time.
0 commit comments