Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jul 7, 2023
1 parent 3554e0c commit cae2d0c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# agora-rtc-react

# 2.0.0-alpha.0 (2023-07-07)

### Bug Fixes

- **examples:** import style from dist ([37f71be](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/37f71be09d022688d0917f10766be70e315c1aa1))
- **examples:** missing share screen enabled flag ([f86f8b2](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/f86f8b2c2edbf2015dad4b2c87465e65273c0c60))
- **examples:** mobx - catch create screen track failed ([6ef43dd](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/6ef43ddd964953d1debf28c3142a628cdc9ded3a))
- **examples:** overview - publish tracks on connected ([5524c29](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/5524c29cf84e28b7c66ef23a51c9dd9763570211))
- **examples:** publish local track on create ([a1ad261](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/a1ad261592a282fd472de80d20ce7ab4a81e253b))
- **examples:** typo ([d7852bd](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/d7852bd8fbd9f5a63f5c46202b71cb523db8ce6e))
- **rtc:** play track on state changes ([42afef0](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/42afef08cf874496f7c32fc5dd7b31f9db92b596))
- **rtc:** set connection state on init ([47833e6](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/47833e6acce05436f1bcf0beec1d9f2754310527))
- **rtc:** subscribe remote users when appropriate ([17929e9](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/17929e94c7b35e4d3242cb08f21eb0d5c627956b))

### Features

- add AgoraRTCScreenShareProvider ([1b6c9b0](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/1b6c9b05e824292a1373786d06d9a8e911c3f5d7))
- add husky & commitlint & lint-staged ([a95f228](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/a95f2284ad40200ab6bcf5f58a49e0e2dc1e1613))
- **rtc:** add auto join ([56978fb](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/56978fbb44f7b93581623d515cbeadee2bff2255))
- **rtc:** add icons ([bbb2516](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/bbb25169da28d0095a47fadae10dca1ded11102e))
- **rtc:** add remote user ([66d15e5](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/66d15e5d286a3b0f49b6785af5dab84973332aa0))
- **rtc:** add remote user cover ([3c8877c](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/3c8877cf31de472aed2e6becc9705c733f680d2e))
- **rtc:** add TrackBoundary ([70c0d9e](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/70c0d9ef5833db7c4f53f422178aeaab79397a1e))
- **rtc:** add useIsConnected ([ee3aa21](https://github.com/AgoraIO-Extensions/agora-rtc-react/commit/ee3aa21e6516b3a1b2fe3e507108fa34ce72f872))

0 comments on commit cae2d0c

Please sign in to comment.