stream-chat-react
stream-chat-react copied to clipboard
chore(deps-dev): bump stream-chat from 6.7.3 to 6.8.0
Bumps stream-chat from 6.7.3 to 6.8.0.
Release notes
Sourced from stream-chat's releases.
v6.8.0
6.8.0 (2022-08-11)
Features
- add more sync function types (#1024) (b34fe11)
- add pending message in send message request and response (#1016) (db32e24)
- get pending message with metadata (#1026) (62e81f8)
- pending messages in channel response (#1019) (1db90fe)
- pending messages in channel state (#1023) (252c6e3)
Bug Fixes
Changelog
Sourced from stream-chat's changelog.
6.8.0 (2022-08-11)
Features
- add more sync function types (#1024) (b34fe11)
- add pending message in send message request and response (#1016) (db32e24)
- get pending message with metadata (#1026) (62e81f8)
- pending messages in channel response (#1019) (1db90fe)
- pending messages in channel state (#1023) (252c6e3)
Bug Fixes
Commits
ed1b43fchore(release): v6.8.0 (#1030)5b76466docs: added jsdoc for wsConnection optionf3a9ab4fix: race condition of query channels and ws connection (#1029)62e81f8feat: get pending message with metadata (#1026)9f0909ebuild(deps): bump terser from 5.6.0 to 5.14.2 (#1015)b34fe11feat: add more sync function types (#1024)252c6e3feat: pending messages in channel state (#1023)1db90fefeat: pending messages in channel response (#1019)db32e24feat: add pending message in send message request and response (#1016)d047d04chore: add missing changelog (#1013)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #1707 (6ec95a5) into develop (565ee55) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #1707 +/- ##
========================================
Coverage 79.70% 79.70%
========================================
Files 229 229
Lines 5803 5803
Branches 1713 1713
========================================
Hits 4625 4625
Misses 1031 1031
Partials 147 147
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #1717.