You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convert `getLocalAliases` to a stable API call ([\#2402](https://github.com/matrix-org/matrix-js-sdk/pull/2402)).
6
+
7
+
## 🐛 Bug Fixes
8
+
* Fix request, crypto, and bs58 imports ([\#2414](https://github.com/matrix-org/matrix-js-sdk/pull/2414)). Fixes #2415.
9
+
* Update relations after every decryption attempt ([\#2387](https://github.com/matrix-org/matrix-js-sdk/pull/2387)). Fixes vector-im/element-web#22258. Contributed by @weeman1337.
10
+
* Fix degraded mode for the IDBStore and test it ([\#2400](https://github.com/matrix-org/matrix-js-sdk/pull/2400)). Fixes matrix-org/element-web-rageshakes#13170.
11
+
* Don't cancel SAS verifications if `ready` is received after `start` ([\#2250](https://github.com/matrix-org/matrix-js-sdk/pull/2250)).
* Fix behaviour of isRelation with relation m.replace for state events ([\#2389](https://github.com/matrix-org/matrix-js-sdk/pull/2389)). Fixes vector-im/element-web#22280.
14
+
* Fixes #2384 ([\#2385](https://github.com/matrix-org/matrix-js-sdk/pull/2385)). Fixes undefined/matrix-js-sdk#2384. Contributed by @schmop.
15
+
* Ensure rooms are recalculated on re-invites ([\#2374](https://github.com/matrix-org/matrix-js-sdk/pull/2374)). Fixes vector-im/element-web#22106.
16
+
1
17
Changes in [18.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v18.0.0) (2022-05-24)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,10 @@ Merge Strategy
249
249
250
250
The preferred method for merging pull requests is squash merging to keep the
251
251
commit history trim, but it is up to the discretion of the team member merging
252
-
the change. When stacking pull requests, you may wish to do the following:
252
+
the change. We do not support rebase merges due to `allchange` being unable to
253
+
handle them. When merging make sure to leave the default commit title, or
254
+
at least leave the PR number at the end in brackets like by default.
255
+
When stacking pull requests, you may wish to do the following:
253
256
254
257
1. Branch from develop to your branch (branch1), push commits onto it and open a pull request
255
258
2. Branch from your base branch (branch1) to your work branch (branch2), push commits and open a pull request configuring the base to be branch1, saying in the description that it is based on your other PR.
0 commit comments