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 11{
22 "private" : true ,
33 "name" : " example-ui" ,
4- "version" : " 0.0.53 " ,
4+ "version" : " 0.0.54 " ,
55 "main" : " ./index.js"
66}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " expo-app" ,
4- "version" : " 0.0.53 " ,
4+ "version" : " 0.0.54 " ,
55 "main" : " ./src/app/index.js" ,
66 "scripts" : {
77 "dev" : " expo start --clear" ,
1111 },
1212 "dependencies" : {
1313 "@expo/metro-runtime" : " ~5.0.4" ,
14- "example-ui" : " 0.0.53 " ,
14+ "example-ui" : " 0.0.54 " ,
1515 "expo" : " ^53.0.11" ,
1616 "expo-build-properties" : " ~0.14.6" ,
1717 "expo-status-bar" : " ~2.2.3" ,
1818 "react" : " ~19.0.0" ,
1919 "react-dom" : " ~19.0.0" ,
2020 "react-native" : " ~0.79.5" ,
2121 "react-native-web" : " ~0.20.0" ,
22- "react-strict-dom" : " 0.0.53 "
22+ "react-strict-dom" : " 0.0.54 "
2323 },
2424 "devDependencies" : {
2525 "@babel/core" : " ^7.27.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-app" ,
3- "version" : " 0.0.53 " ,
3+ "version" : " 0.0.54 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --turbopack" ,
77 "start" : " next start" ,
88 "lint" : " eslint"
99 },
1010 "dependencies" : {
11- "example-ui" : " 0.0.53 " ,
11+ "example-ui" : " 0.0.54 " ,
1212 "next" : " 15.5.2" ,
1313 "react" : " 19.1.0" ,
1414 "react-dom" : " 19.1.0" ,
15- "react-strict-dom" : " 0.0.53 "
15+ "react-strict-dom" : " 0.0.54 "
1616 },
1717 "devDependencies" : {
1818 "@eslint/eslintrc" : " ^3" ,
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " platform-tests" ,
4- "version" : " 0.0.53 " ,
4+ "version" : " 0.0.54 " ,
55 "main" : " ./src/app/index.js" ,
66 "scripts" : {
77 "dev" : " expo start --clear" ,
1818 "react-dom" : " ~19.0.0" ,
1919 "react-native" : " ~0.79.5" ,
2020 "react-native-web" : " ~0.20.0" ,
21- "react-strict-dom" : " 0.0.53 "
21+ "react-strict-dom" : " 0.0.54 "
2222 },
2323 "devDependencies" : {
2424 "@babel/core" : " ^7.27.3"
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " benchmarks" ,
4- "version" : " 0.0.53 " ,
4+ "version" : " 0.0.54 " ,
55 "description" : " Benchmarks for React Strict DOM." ,
66 "license" : " MIT" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-react-strict-dom" ,
3- "version" : " 0.0.53 " ,
3+ "version" : " 0.0.54 " ,
44 "description" : " PostCSS plugin for React Strict DOM" ,
55 "main" : " src/index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## 0.0.53 (Oct 1, 2025)
417
518### New features
Original file line number Diff line number Diff line change 11{
22 "name" : " react-strict-dom" ,
3- "version" : " 0.0.53 " ,
3+ "version" : " 0.0.54 " ,
44 "description" : " React Strict DOM" ,
55 "exports" : {
66 "." : {
4141 "@stylexjs/babel-plugin" : " ^0.15.4" ,
4242 "@stylexjs/stylex" : " ^0.15.4" ,
4343 "postcss-value-parser" : " ^4.1.0" ,
44- "postcss-react-strict-dom" : " 0.0.53 " ,
44+ "postcss-react-strict-dom" : " 0.0.54 " ,
4545 "styleq" : " ^0.2.1"
4646 },
4747 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " react-strict-dom-scripts" ,
4- "version" : " 0.0.53 " ,
4+ "version" : " 0.0.54 " ,
55 "description" : " Helper scripts for React Strict DOM monorepo." ,
66 "license" : " MIT" ,
77 "bin" : {
You can’t perform that action at this time.
0 commit comments