File tree Expand file tree Collapse file tree 14 files changed +100
-12
lines changed
uikit-react-native-foundation Expand file tree Collapse file tree 14 files changed +100
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * added image compression feature ([ 568b5bb] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21 ) )
12
+ * ** utils:** added useSafeAreaPadding hook ([ 80cd9ab] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/80cd9abea96a95cb3f51a7c8ecc87c0bbd7e104d ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * added missing labels for permissions ([ 89186bd] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80 ) )
18
+ * ** chat-hooks:** do not clear next message when loading prev message ([ 6508144] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/65081448760750f1ac61315171f29092124f147b ) )
19
+ * ** uikit:** fixed to useContext type compiles the correct package path ([ d17ccb0] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/d17ccb0a1a492b6ec6558e97e7d3b35021db2242 ) )
20
+ * ** uikit:** support compatibility for removing AppState listener under 0.65 ([ b122691] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672 ) )
21
+
22
+
23
+
6
24
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
25
8
26
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * added image compression feature ([ 568b5bb] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21 ) )
12
+
13
+
14
+
6
15
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
16
8
17
** Note:** Version bump only for package @sendbird/docs-validation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/docs-validation" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"test" : " tsc --project tsconfig.build.json" ,
Original file line number Diff line number Diff line change 6
6
],
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true ,
9
- "version" : " 2.2 .0" ,
9
+ "version" : " 2.3 .0" ,
10
10
"command" : {
11
11
"publish" : {
12
12
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** chat-hooks:** do not clear next message when loading prev message ([ 6508144] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/65081448760750f1ac61315171f29092124f147b ) )
12
+
13
+
14
+
6
15
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
16
8
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-chat-hooks" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " React hooks that built with SendbirdChat SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
38
38
"access" : " public"
39
39
},
40
40
"dependencies" : {
41
- "@sendbird/uikit-utils" : " 2.2 .0"
41
+ "@sendbird/uikit-utils" : " 2.3 .0"
42
42
},
43
43
"devDependencies" : {
44
44
"@types/react" : " *" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native-foundation" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
39
39
"access" : " public"
40
40
},
41
41
"dependencies" : {
42
- "@sendbird/uikit-utils" : " 2.2 .0"
42
+ "@sendbird/uikit-utils" : " 2.3 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/react" : " *" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * added image compression feature ([ 568b5bb] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21 ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added missing labels for permissions ([ 89186bd] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80 ) )
17
+ * ** uikit:** fixed to useContext type compiles the correct package path ([ d17ccb0] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/d17ccb0a1a492b6ec6558e97e7d3b35021db2242 ) )
18
+ * ** uikit:** support compatibility for removing AppState listener under 0.65 ([ b122691] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672 ) )
19
+
20
+
21
+
6
22
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
41
41
"access" : " public"
42
42
},
43
43
"dependencies" : {
44
- "@sendbird/uikit-chat-hooks" : " 2.2 .0" ,
45
- "@sendbird/uikit-react-native-foundation" : " 2.2 .0" ,
46
- "@sendbird/uikit-utils" : " 2.2 .0"
44
+ "@sendbird/uikit-chat-hooks" : " 2.3 .0" ,
45
+ "@sendbird/uikit-react-native-foundation" : " 2.3 .0" ,
46
+ "@sendbird/uikit-utils" : " 2.3 .0"
47
47
},
48
48
"devDependencies" : {
49
49
"@bam.tech/react-native-image-resizer" : " ^3.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** utils:** added useSafeAreaPadding hook ([ 80cd9ab] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/80cd9abea96a95cb3f51a7c8ecc87c0bbd7e104d ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * ** uikit:** support compatibility for removing AppState listener under 0.65 ([ b122691] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672 ) )
17
+
18
+
19
+
6
20
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-utils" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " UIKit utilities" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0 ) (2023-02-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * added image compression feature ([ 568b5bb] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21 ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added missing labels for permissions ([ 89186bd] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80 ) )
17
+
18
+
19
+
6
20
## [ 2.2.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0 ) (2023-01-03)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-sample-cli" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"postinstall" : " patch-package" ,
You can’t perform that action at this time.
0 commit comments