Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/e2e/native_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react-native-material-menu": "1.2.0",
"react-native-linear-gradient": "2.8.3",
"@react-native-community/netinfo": "11.4.1",
"react-native-svg": "15.11.1",
"react-native-svg": "15.12.1",
"react-native-video": "6.10.0",
"@react-native-async-storage/async-storage": "2.0.0",
"react-native-vision-camera": "4.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"branchName": "main"
},
"scripts": {
"prestart": "rimraf ./dist",
"prestart": "rimraf ./dist/**",
"start": "rollup --config ../../../configs/jsactions/rollup.config.mjs --watch --configProject nativemobileresources",
"prebuild": "rimraf ./dist",
"prebuild": "rimraf ./dist/**",
"build": "rollup --config ../../../configs/jsactions/rollup.config.mjs --configProject nativemobileresources",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"release": "pnpm build",
Expand Down Expand Up @@ -47,6 +47,6 @@
"@types/querystringify": "^2.0.0",
"@types/url-parse": "^1.4.3",
"mendix": "~10.0.9976",
"rimraf": "^6.0.1"
"rimraf": "^6.1.2"
}
}
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Updated react-native-reanimated to v3.17.5. This addresses compatibility issues with React Native 0.78 and later versions.

## [5.0.2] - 2025-10-2

- Updated react-native-reanimated to v3.16.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@shopify/flash-list": "1.7.3",
"react-native-device-info": "14.0.4",
"react-native-gesture-handler": "2.24.0",
"react-native-reanimated": "3.16.7"
"react-native-reanimated": "3.17.5"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions.

## [2.0.0] - 2024-12-3

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-svg": "15.7.1"
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/image-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions.

## [3.0.1] - 2025-10-2

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/image-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@d11/react-native-fast-image": "8.11.1",
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-svg": "15.7.1",
"react-native-svg": "15.12.1",
"react-native-vector-icons": "10.2.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ exports[`Widget Dynamic Image SVG renders the structure 1`] = `
]
}
testID="Image1$SvgUri"
tintColor="#000"
uri="file:///this/is/a/fake/path.svg"
vbHeight={9999}
vbWidth={9999}
Expand Down Expand Up @@ -300,7 +299,6 @@ exports[`Widget Dynamic Image SVG renders the structure inside a modal 1`] = `
]
}
testID="Image1$SvgUri"
tintColor="#000"
uri="file:///this/is/a/fake/path.svg"
vbHeight={9999}
vbWidth={9999}
Expand Down Expand Up @@ -466,7 +464,6 @@ exports[`Widget Dynamic Image SVG renders the structure inside a modal 1`] = `
]
}
testID="Image1$SvgUri"
tintColor="#000"
uri="file:///this/is/a/fake/path.svg"
vbHeight={9999}
vbWidth={9999}
Expand Down Expand Up @@ -583,7 +580,6 @@ exports[`Widget Dynamic Image SVG renders the structure with custom height 1`] =
]
}
testID="Image1$SvgUri"
tintColor="#000"
uri="file:///this/is/a/fake/path.svg"
vbHeight={9999}
vbWidth={9999}
Expand Down Expand Up @@ -697,7 +693,6 @@ exports[`Widget Dynamic Image SVG renders the structure with custom width 1`] =
]
}
testID="Image1$SvgUri"
tintColor="#000"
uri="file:///this/is/a/fake/path.svg"
vbHeight={9999}
vbWidth={9999}
Expand Down Expand Up @@ -2057,7 +2052,6 @@ exports[`Widget Static Image SVG renders the structure 1`] = `
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2160,7 +2154,6 @@ exports[`Widget Static Image SVG renders the structure as a background image 1`]
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2267,7 +2260,6 @@ exports[`Widget Static Image SVG renders the structure as a background image wit
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2374,7 +2366,6 @@ exports[`Widget Static Image SVG renders the structure as a background image wit
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2502,7 +2493,6 @@ exports[`Widget Static Image SVG renders the structure inside a modal 1`] = `
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2671,7 +2661,6 @@ exports[`Widget Static Image SVG renders the structure inside a modal 1`] = `
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2792,7 +2781,6 @@ exports[`Widget Static Image SVG renders the structure with custom height 1`] =
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down Expand Up @@ -2910,7 +2898,6 @@ exports[`Widget Static Image SVG renders the structure with custom width 1`] = `
]
}
testID="Image1$SvgXml"
tintColor="#000"
vbHeight={15}
vbWidth={15}
version={1.1}
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/qr-code-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions.

## [4.0.0] - 2024-12-3

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/qr-code-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"react-native-qrcode-svg": "6.0.6",
"react-native-svg": "15.7.1"
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@mendix/piw-utils-internal": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/piw-native-utils-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc --watch",
"prebuild": "rimraf ./dist",
"prebuild": "rimraf ./dist/**",
"build": "tsc",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"prepare": "pnpm build",
"postinstall": "pnpm build"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*",
"rimraf": "^5.0.10"
"rimraf": "^6.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/tools/piw-utils-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc --watch",
"prebuild": "rimraf ./dist",
"prebuild": "rimraf ./dist/**",
"build": "tsc",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"prepare": "pnpm build",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*",
"rimraf": "^5.0.10"
"rimraf": "^6.1.2"
},
"files": [
"components",
Expand Down
Loading
Loading