Skip to content

svg version update #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: mx/10.18
Choose a base branch
from
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.5.6",
"@react-native-community/netinfo": "5.9.7",
"react-native-svg": "15.7.1",
"react-native-svg": "15.12.0",
"react-native-system-navigation-bar": "2.6.3",
"react-native-video": "5.2.1",
"@react-native-async-storage/async-storage": "2.0.0",
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 from version 15.7.1 to 15.12.0

### Changed

- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gallery-text-filter-native",
"widgetName": "GalleryTextFilter",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-svg": "15.7.1"
"react-native-svg": "15.12.0"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "~10.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="GalleryTextFilter" version="2.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="GalleryTextFilter" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="GalleryTextFilter.xml" />
</widgetFiles>
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 from version 15.7.1 to 15.12.0

### Changed

- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/image-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "image-native",
"widgetName": "Image",
"version": "3.0.0",
"version": "3.0.1",
"description": "Display an image and enlarge it on click",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-fast-image": "8.3.2",
"react-native-svg": "15.7.1",
"react-native-svg": "15.12.0",
"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: 1 addition & 1 deletion packages/pluggableWidgets/image-native/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Image" version="3.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Image" version="3.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Image.xml" />
</widgetFiles>
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 from version 15.7.1 to 15.12.0

### Changed

- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/qr-code-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qr-code-native",
"widgetName": "QRCode",
"version": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,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.0"
},
"devDependencies": {
"@mendix/piw-utils-internal": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/qr-code-native/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="QRCode" version="4.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="QRCode" version="4.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="QRCode.xml" />
</widgetFiles>
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9631,7 +9631,7 @@ __metadata:
"@mendix/pluggable-widgets-tools": "npm:~10.0.1"
detox: "npm:^19.13.0"
eslint: "npm:^7.32.0"
react-native-svg: "npm:15.7.1"
react-native-svg: "npm:15.12.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10315,7 +10315,7 @@ __metadata:
detox: "npm:^19.13.0"
eslint: "npm:^7.32.0"
react-native-fast-image: "npm:8.3.2"
react-native-svg: "npm:15.7.1"
react-native-svg: "npm:15.12.0"
react-native-vector-icons: "npm:10.2.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -15593,7 +15593,7 @@ __metadata:
detox: "npm:^19.13.0"
eslint: "npm:^7.32.0"
react-native-qrcode-svg: "npm:6.0.6"
react-native-svg: "npm:15.7.1"
react-native-svg: "npm:15.12.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -16146,17 +16146,17 @@ __metadata:
languageName: node
linkType: hard

"react-native-svg@npm:15.7.1":
version: 15.7.1
resolution: "react-native-svg@npm:15.7.1"
"react-native-svg@npm:15.12.0":
version: 15.12.0
resolution: "react-native-svg@npm:15.12.0"
dependencies:
css-select: "npm:^5.1.0"
css-tree: "npm:^1.1.3"
warn-once: "npm:0.1.1"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10/343d2603b0bd54d24303a09c37698612e208b83e449c92d108aaa6d7826a7ac39fe2bad0b439bff789a24d5f54280e3eb218202006658b8a7e117b2d1d8ccfeb
checksum: 10/e7df04154fcb76a5a7b0b4e376395f44cc4b90ca6df9d04cff8835546b0a501acf31c2d468742f4accf9ba6fe9e5efd8e5880133d518ad6fc1f3164d79674c8f
languageName: node
linkType: hard

Expand Down
Loading