@react-native-ohos/react-native-image-crop-picker 0.50.2-rc.5 → 0.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## 鸿蒙化Log
|
|
4
4
|
|
|
5
|
+
### v0.50.2
|
|
6
|
+
|
|
7
|
+
- release: @react-native-ohos/react-native-image-crop-picker@0.50.2
|
|
8
|
+
|
|
9
|
+
### v0.50.2-rc.6
|
|
10
|
+
|
|
11
|
+
- pre-release: @react-native-ohos/react-native-image-crop-picker@0.50.2-rc.6
|
|
12
|
+
- fix: Adjust the height of the cropping frame to match the height of the image.
|
|
13
|
+
|
|
5
14
|
### v0.50.2-rc.2
|
|
6
15
|
|
|
7
16
|
- Fix the issue where the file size after compression is larger than the original file.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Please describe the basic information.",
|
|
4
4
|
"main": "index.ets",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.50.2
|
|
6
|
+
"version": "0.50.2",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@rnoh/react-native-openharmony": "file:../../node_modules/@react-native-oh/react-native-harmony/harmony/react_native_openharmony.har"
|
|
9
9
|
},
|
|
Binary file
|