Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.9](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.8...v1.1.9) (2025-10-01)


### Features

* add methods to update, delete, and manage custom items in calls ([8615d30](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/8615d306a09d6597909266e3b5cb6cd854e59ec7))
* updated WebRTC version to M134 to support Android 16 KB page sizes ([7a1eaa5](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/7a1eaa5953598c209c854aa4c75f67e5dac93984))

## [1.1.8](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.7...v1.1.8) (2025-04-29)


Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## v1.1.8
## v1.1.9

### Bug Fixes
- update android_handleFirebaseMessageData type to Record<string, string> | object
### Features
* add methods to update, delete, and manage custom items in calls
* support Android 16 KB page sizes
1 change: 1 addition & 0 deletions docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #001080;
--dark-hl-1: #9CDCFE;
--light-hl-2: #0070C1;
--dark-hl-2: #4FC1FF;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #267F99;
--dark-hl-4: #4EC9B0;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #A31515;
--dark-hl-6: #CE9178;
--light-hl-7: #795E26;
--dark-hl-7: #DCDCAA;
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #267F99;
--dark-hl-6: #4EC9B0;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #008000;
--dark-hl-8: #6A9955;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-10: #800000;
--dark-hl-10: #808080;
--light-hl-11: #FF0000;
--dark-hl-11: #9CDCFE;
--light-hl-12: #000000FF;
--dark-hl-12: #D4D4D4;
--light-hl-9: #800000;
--dark-hl-9: #808080;
--light-hl-10: #E50000;
--dark-hl-10: #9CDCFE;
--light-hl-11: #000000FF;
--dark-hl-11: #D4D4D4;
--light-hl-12: #098658;
--dark-hl-12: #B5CEA8;
--light-hl-13: #000000;
--dark-hl-13: #C8C8C8;
--light-hl-14: #CD3131;
--dark-hl-14: #F44747;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -71,7 +71,7 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -90,7 +90,7 @@ body.light {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
Loading