Skip to content

Commit ef2bbb8

Browse files
committed
chore: release 0.5.0
1 parent dea5d80 commit ef2bbb8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 0.5.0 (2021-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* android 11加载相册一直loading ([0cd7e86](https://github.com/syanbo/react-native-syan-image-picker/commit/0cd7e86292a99dab74428c3a4d603d3aaf2da637))
7+
* Android Q 判断 ([b28fcd1](https://github.com/syanbo/react-native-syan-image-picker/commit/b28fcd104a198d8f7e3287c20d393cb4297239a2))
8+
* fixed [#180](https://github.com/syanbo/react-native-syan-image-picker/issues/180) 修复Android偶现拍照结束空指针导致的应用重启问题 ([17af859](https://github.com/syanbo/react-native-syan-image-picker/commit/17af85958b8a6182eb165b816e38497909cca4b9))
9+
10+
11+
### Features
12+
13+
* add example ([3082099](https://github.com/syanbo/react-native-syan-image-picker/commit/3082099a40a6d77f3f19ca4fece8a37509f5afe0))
14+
* add showSelectedIndex ([34182de](https://github.com/syanbo/react-native-syan-image-picker/commit/34182de0508c2a77c6734ec9dd974a1076600608))
15+
* **openVideoPicker:** add coverUri property for android ([71afdc6](https://github.com/syanbo/react-native-syan-image-picker/commit/71afdc6dee66e8eaa1fb540d07f40f6ae3fd55a3))
16+
* **openVideoPicker:** add openVideoPicker api. close [#154](https://github.com/syanbo/react-native-syan-image-picker/issues/154) ([8c5a5dc](https://github.com/syanbo/react-native-syan-image-picker/commit/8c5a5dc90d672ed043fce2572b2239ae9fa75915))
17+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-syan-image-picker",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"description": "React-Native 多图片选择 支持裁剪 压缩",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)