Skip to content

Commit 4c02ee1

Browse files
committed
chore: release 1.1.9
1 parent 888cfd2 commit 4c02ee1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3622
-3973
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.9](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.8...v1.1.9) (2025-10-01)
2+
3+
4+
### Features
5+
6+
* add methods to update, delete, and manage custom items in calls ([8615d30](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/8615d306a09d6597909266e3b5cb6cd854e59ec7))
7+
* updated WebRTC version to M134 to support Android 16 KB page sizes ([7a1eaa5](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/7a1eaa5953598c209c854aa4c75f67e5dac93984))
8+
9+
10+
### Reverts
11+
12+
* Revert "chore: Update CHANGELOG for version 1.1.9" ([cef96ae](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/cef96aecdabb53ca663efccff8da5c9a2da58875))
13+
* Revert "chore: Bump version to 1.1.9 and update dependencies; add new HTML documentation files" ([8ad7549](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/8ad7549177655d901f1fa421cbc6a688858e138f))
14+
115
## [1.1.8](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.7...v1.1.8) (2025-04-29)
216

317

docs/assets/highlight.css

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #001080;
5-
--dark-hl-1: #9CDCFE;
6-
--light-hl-2: #0070C1;
7-
--dark-hl-2: #4FC1FF;
8-
--light-hl-3: #0000FF;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #267F99;
11-
--dark-hl-4: #4EC9B0;
12-
--light-hl-5: #AF00DB;
13-
--dark-hl-5: #C586C0;
14-
--light-hl-6: #A31515;
15-
--dark-hl-6: #CE9178;
16-
--light-hl-7: #795E26;
17-
--dark-hl-7: #DCDCAA;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #001080;
9+
--dark-hl-3: #9CDCFE;
10+
--light-hl-4: #0070C1;
11+
--dark-hl-4: #4FC1FF;
12+
--light-hl-5: #0000FF;
13+
--dark-hl-5: #569CD6;
14+
--light-hl-6: #267F99;
15+
--dark-hl-6: #4EC9B0;
16+
--light-hl-7: #AF00DB;
17+
--dark-hl-7: #C586C0;
1818
--light-hl-8: #008000;
1919
--dark-hl-8: #6A9955;
20-
--light-hl-9: #098658;
21-
--dark-hl-9: #B5CEA8;
22-
--light-hl-10: #800000;
23-
--dark-hl-10: #808080;
24-
--light-hl-11: #FF0000;
25-
--dark-hl-11: #9CDCFE;
26-
--light-hl-12: #000000FF;
27-
--dark-hl-12: #D4D4D4;
20+
--light-hl-9: #800000;
21+
--dark-hl-9: #808080;
22+
--light-hl-10: #E50000;
23+
--dark-hl-10: #9CDCFE;
24+
--light-hl-11: #000000FF;
25+
--dark-hl-11: #D4D4D4;
26+
--light-hl-12: #098658;
27+
--dark-hl-12: #B5CEA8;
2828
--light-hl-13: #000000;
2929
--dark-hl-13: #C8C8C8;
3030
--light-hl-14: #CD3131;
3131
--dark-hl-14: #F44747;
32-
--light-code-background: #F5F5F5;
32+
--light-code-background: #FFFFFF;
3333
--dark-code-background: #1E1E1E;
3434
}
3535

@@ -71,7 +71,7 @@
7171
--code-background: var(--dark-code-background);
7272
} }
7373

74-
body.light {
74+
:root[data-theme='light'] {
7575
--hl-0: var(--light-hl-0);
7676
--hl-1: var(--light-hl-1);
7777
--hl-2: var(--light-hl-2);
@@ -90,7 +90,7 @@ body.light {
9090
--code-background: var(--light-code-background);
9191
}
9292

93-
body.dark {
93+
:root[data-theme='dark'] {
9494
--hl-0: var(--dark-hl-0);
9595
--hl-1: var(--dark-hl-1);
9696
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)