-
Notifications
You must be signed in to change notification settings - Fork 0
Added CHANGELOG #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also update the version in package.json to 3.3.0-rc1
(reflecting that 3.3.0 is in development)
CHANGELOG.md
Outdated
|
||
#### Example App | ||
|
||
* Revamped the example app. The new example app is rebuilt on the updated stack and showcases all SDK features (calls, screenshare, remote mute, etc.). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should mention screenshare in the screenshare PR, since it's not yet currently implemented:
* Revamped the example app. The new example app is rebuilt on the updated stack and showcases all SDK features (calls, screenshare, remote mute, etc.). | |
* Revamped the example app. The new example app is rebuilt on the updated stack and showcases all SDK features (calls, remote mute, etc.). |
CHANGELOG.md
Outdated
* Added **screenshare** support for Android and iOS. | ||
|
||
* **Android:** Full screenshare support. | ||
* **iOS:** Screenshare supported for **in-app** screensharing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove here, add to PR #4 once this is merged
CHANGELOG.md
Outdated
|
||
### Fixes | ||
|
||
* General bug fixes and code cleanup across native and JS layers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to more specific here. I remember that you made a fix in the connect
method specifically for iOS, let's add that here
CHANGELOG.md
Outdated
* Updated native Android SDK to `7.9.0`. | ||
* Updated native iOS SDK to `5.10`. | ||
* Updated React Native to `0.81`. | ||
* Updated React / related deps to `19.1`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What counts as related deps
in this case? Let's be specific
CHANGELOG.md
Outdated
* Updated native iOS SDK to `5.10`. | ||
* Updated React Native to `0.81`. | ||
* Updated React / related deps to `19.1`. | ||
* Updated documentation to reflect new APIs, installation steps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add a link to the docs here
* Updated documentation to reflect new APIs, installation steps | |
* Updated [documentation](./docs/README.md) to reflect new APIs, installation steps |
CHANGELOG.md
Outdated
#### Android | ||
|
||
* Native SDK bumped to `7.9.0`. | ||
* Full screenshare implementation included. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove here, add to PR #4 once this is merged
CHANGELOG.md
Outdated
#### iOS | ||
|
||
* Native SDK bumped to `5.10`. | ||
* Screenshare support included for **in-app** screensharing (see updated docs for limitations and integration instructions). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove here, add to PR #4 once this is merged
CHANGELOG.md
Outdated
* Updated native Android SDK to `7.9.0`. | ||
* Updated native iOS SDK to `5.10`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated native Android SDK to `7.9.0`. | |
* Updated native iOS SDK to `5.10`. | |
* Updated native Twilio Video Android SDK to `7.9.0`. | |
* Updated native Twilio Video iOS SDK to `5.10`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Added CHANGELOG.md file and filled the current release (In Progress)