Skip to content

Commit 97e2394

Browse files
svg version update (#276)
2 parents e9f106c + d00dc4e commit 97e2394

File tree

12 files changed

+23
-30
lines changed

12 files changed

+23
-30
lines changed

configs/e2e/native_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-native-material-menu": "1.2.0",
77
"react-native-linear-gradient": "2.5.6",
88
"@react-native-community/netinfo": "5.9.7",
9-
"react-native-svg": "15.7.1",
9+
"react-native-svg": "15.11.2",
1010
"react-native-system-navigation-bar": "2.6.3",
1111
"react-native-video": "5.2.1",
1212
"@react-native-async-storage/async-storage": "2.0.0",

packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- Updated react-native-svg from version 15.7.1 to 15.11.2
10+
911
### Changed
1012

1113
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.

packages/pluggableWidgets/gallery-text-filter-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gallery-text-filter-native",
33
"widgetName": "GalleryTextFilter",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@mendix/piw-native-utils-internal": "*",
2828
"@mendix/piw-utils-internal": "*",
29-
"react-native-svg": "15.7.1"
29+
"react-native-svg": "15.11.2"
3030
},
3131
"devDependencies": {
3232
"@mendix/pluggable-widgets-tools": "~10.0.1",

packages/pluggableWidgets/gallery-text-filter-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="GalleryTextFilter" version="2.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="GalleryTextFilter" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="GalleryTextFilter.xml" />
66
</widgetFiles>

packages/pluggableWidgets/image-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- Updated react-native-svg from version 15.7.1 to 15.11.2
10+
911
### Changed
1012

1113
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.

packages/pluggableWidgets/image-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "image-native",
33
"widgetName": "Image",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Display an image and enlarge it on click",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
"@mendix/piw-native-utils-internal": "*",
3232
"@mendix/piw-utils-internal": "*",
3333
"react-native-fast-image": "8.3.2",
34-
"react-native-svg": "15.7.1",
34+
"react-native-svg": "15.11.2",
3535
"react-native-vector-icons": "10.2.0"
3636
},
3737
"devDependencies": {

packages/pluggableWidgets/image-native/src/components/__tests__/__snapshots__/Image.spec.tsx.snap

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ exports[`Widget Dynamic Image SVG renders the structure 1`] = `
8080
]
8181
}
8282
testID="Image1$SvgUri"
83-
tintColor="#000"
8483
uri="file:///this/is/a/fake/path.svg"
8584
vbHeight={9999}
8685
vbWidth={9999}
@@ -300,7 +299,6 @@ exports[`Widget Dynamic Image SVG renders the structure inside a modal 1`] = `
300299
]
301300
}
302301
testID="Image1$SvgUri"
303-
tintColor="#000"
304302
uri="file:///this/is/a/fake/path.svg"
305303
vbHeight={9999}
306304
vbWidth={9999}
@@ -466,7 +464,6 @@ exports[`Widget Dynamic Image SVG renders the structure inside a modal 1`] = `
466464
]
467465
}
468466
testID="Image1$SvgUri"
469-
tintColor="#000"
470467
uri="file:///this/is/a/fake/path.svg"
471468
vbHeight={9999}
472469
vbWidth={9999}
@@ -583,7 +580,6 @@ exports[`Widget Dynamic Image SVG renders the structure with custom height 1`] =
583580
]
584581
}
585582
testID="Image1$SvgUri"
586-
tintColor="#000"
587583
uri="file:///this/is/a/fake/path.svg"
588584
vbHeight={9999}
589585
vbWidth={9999}
@@ -697,7 +693,6 @@ exports[`Widget Dynamic Image SVG renders the structure with custom width 1`] =
697693
]
698694
}
699695
testID="Image1$SvgUri"
700-
tintColor="#000"
701696
uri="file:///this/is/a/fake/path.svg"
702697
vbHeight={9999}
703698
vbWidth={9999}
@@ -2057,7 +2052,6 @@ exports[`Widget Static Image SVG renders the structure 1`] = `
20572052
]
20582053
}
20592054
testID="Image1$SvgXml"
2060-
tintColor="#000"
20612055
vbHeight={15}
20622056
vbWidth={15}
20632057
version={1.1}
@@ -2160,7 +2154,6 @@ exports[`Widget Static Image SVG renders the structure as a background image 1`]
21602154
]
21612155
}
21622156
testID="Image1$SvgXml"
2163-
tintColor="#000"
21642157
vbHeight={15}
21652158
vbWidth={15}
21662159
version={1.1}
@@ -2267,7 +2260,6 @@ exports[`Widget Static Image SVG renders the structure as a background image wit
22672260
]
22682261
}
22692262
testID="Image1$SvgXml"
2270-
tintColor="#000"
22712263
vbHeight={15}
22722264
vbWidth={15}
22732265
version={1.1}
@@ -2374,7 +2366,6 @@ exports[`Widget Static Image SVG renders the structure as a background image wit
23742366
]
23752367
}
23762368
testID="Image1$SvgXml"
2377-
tintColor="#000"
23782369
vbHeight={15}
23792370
vbWidth={15}
23802371
version={1.1}
@@ -2502,7 +2493,6 @@ exports[`Widget Static Image SVG renders the structure inside a modal 1`] = `
25022493
]
25032494
}
25042495
testID="Image1$SvgXml"
2505-
tintColor="#000"
25062496
vbHeight={15}
25072497
vbWidth={15}
25082498
version={1.1}
@@ -2671,7 +2661,6 @@ exports[`Widget Static Image SVG renders the structure inside a modal 1`] = `
26712661
]
26722662
}
26732663
testID="Image1$SvgXml"
2674-
tintColor="#000"
26752664
vbHeight={15}
26762665
vbWidth={15}
26772666
version={1.1}
@@ -2792,7 +2781,6 @@ exports[`Widget Static Image SVG renders the structure with custom height 1`] =
27922781
]
27932782
}
27942783
testID="Image1$SvgXml"
2795-
tintColor="#000"
27962784
vbHeight={15}
27972785
vbWidth={15}
27982786
version={1.1}
@@ -2910,7 +2898,6 @@ exports[`Widget Static Image SVG renders the structure with custom width 1`] = `
29102898
]
29112899
}
29122900
testID="Image1$SvgXml"
2913-
tintColor="#000"
29142901
vbHeight={15}
29152902
vbWidth={15}
29162903
version={1.1}

packages/pluggableWidgets/image-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Image" version="3.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Image" version="3.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Image.xml" />
66
</widgetFiles>

packages/pluggableWidgets/qr-code-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- Updated react-native-svg from version 15.7.1 to 15.11.2
10+
911
### Changed
1012

1113
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.

packages/pluggableWidgets/qr-code-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qr-code-native",
33
"widgetName": "QRCode",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@mendix/piw-native-utils-internal": "*",
2929
"react-native-qrcode-svg": "6.0.6",
30-
"react-native-svg": "15.7.1"
30+
"react-native-svg": "15.11.2"
3131
},
3232
"devDependencies": {
3333
"@mendix/piw-utils-internal": "1.0.0",

0 commit comments

Comments
 (0)