-
Notifications
You must be signed in to change notification settings - Fork 292
v10.4.3 #1896
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
v10.4.3 #1896
Conversation
MartinCupela
commented
Jan 4, 2023
- fix: prevent duplicate pagination requests in InfiniteScroll (fix: prevent duplicate pagination requests in InfiniteScroll #1885)
- fix: check for window with getComputedStyle (fix: check for window with getComputedStyle #1888)
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/typescript (chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/typescript #1891)
- chore(deps): bump json5 in /examples/website-demos/virtual-event (chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/website-demos/virtual-event #1893)
- chore(deps): bump json5 in /examples/website-demos/social-messaging (chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/website-demos/social-messaging #1892)
- chore(deps): bump json5 from 2.2.0 to 2.2.3 in /examples/vite (chore(deps): bump json5 from 2.2.0 to 2.2.3 in /examples/vite #1890)
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/capacitor (chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/capacitor #1894)
- chore(deps): bump @stream-io/stream-chat-css from 3.7.1 to 3.7.2
- chore(deps-dev): bump stream-chat from 7.1.0 to 8.2.1 (chore(deps-dev): bump stream-chat from 7.1.0 to 8.2.1 #1889)
- chore(deps): bump @playwright/test from 1.22.0 to 1.29.1 (chore(deps): bump @playwright/test from 1.22.0 to 1.29.1 #1895)
* refactor(useScrollLocationLogic): remove unused param currentUserId * fix: adjust scrollTop on new message batch load while beyond the InfiniteScroll threshold * fix: return Promise from loadNextPage loadPreviousPage * fix: avoid new pagination requests in InfiniteScroll while the previous request still in flight * refactor: remove unused & undocumented InfiniteScroll prop pageStart * refactor: remove unused & undocumented InfiniteScroll prop initialLoad * fix: get scrollTop value directly from listElement to adjust the scroll position * fix: get scrollTop value directly from listElement to adjust the scroll position * test(InfiniteScroll): make pagination function spies to return a Promise * test(useMessageListScrollManager): remove unit test file * test(e2e): verify the MessageList pagination does not lead to content jumping * fix: register loadMore scroll listener for infinite scroll with useLayoutEffect * Revert "refactor: remove unused & undocumented InfiniteScroll prop initialLoad" This reverts commit 5ddad56. * fix: do not force the loadNextPage and loadPreviousPage function to return a Promise * fix: revert loadMore, loadMoreNewer back to non-async * Revert "test(useMessageListScrollManager): remove unit test file" This reverts commit 1a21be8. * refactor: revert useMessageListScrollManager to use onScrollBy and scrollContainerMeasures params * test: execute useMessageListScrollManager tests with new param loadMoreScrollThreshold * Revert "test(InfiniteScroll): make pagination function spies to return a Promise" This reverts commit 9b46955. * Revert "fix: return Promise from loadNextPage loadPreviousPage" This reverts commit 5338f02. * docs: remove message-list-hooks.mdx
…1891) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1892) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1894) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump stream-chat from 7.1.0 to 8.2.1 Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 7.1.0 to 8.2.1. - [Release notes](https://github.com/GetStream/stream-chat-js/releases) - [Changelog](https://github.com/GetStream/stream-chat-js/blob/master/CHANGELOG.md) - [Commits](GetStream/stream-chat-js@v7.1.0...v8.2.1) --- updated-dependencies: - dependency-name: stream-chat dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): remove stream-chat ^7.1.0 from peerDependencies Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MartinCupela <martin.cupela@gmail.com>
Codecov ReportBase: 83.46% // Head: 83.51% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1896 +/- ##
==========================================
+ Coverage 83.46% 83.51% +0.05%
==========================================
Files 259 259
Lines 6410 6412 +2
Branches 1806 1808 +2
==========================================
+ Hits 5350 5355 +5
+ Misses 891 887 -4
- Partials 169 170 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Size Change: +557 B (0%) Total Size: 1.85 MB
ℹ️ View Unchanged
|
|
🎉 This PR is included in version 10.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |