mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
* Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655. -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmNg78cRHHJlbGVhc2Vz QHJpb3QuaW0ACgkQK6qbhVK9kEfLrg//du2u1JAL2C4pLgW/miHCQLa1vRpazYKt Xdk8KUPaF/KNebJL433WaxsalzPRelZ5kkKHQngmTf4+zFgTMQrQhA1/QVW/BnEX 5w1zxtbG6uqCSSve4PtH1tyM9yJ1Kwj7lMWIRlhUaTv1tOkY2STyPUrLEDsikhF1 yG83x5veB2Ncw3Y/ZgMcmPskduFmzh94pVCqRJC9+o3cRzmgY/a0NhlGYY+rUmqW IHma5nmWmI+d9g7tZ6TandPe6/npLMV90RwmawF/8EJp4GnoZ2EZ0sfR9Ahdgszm xNOwJ1ujS9mWoxN1ODsYE5Sthbb+fYye6Tra8yDpx9N0HJJf9KL7SZNoBznrqnKi Ad42d/cD2DsQ72nvCjZfTBTci72JJRLPeGd3dXkUYDC2xHjorYb276S5sBi/LvwR 7onS92zv+4fH3MxTlAraZWRMSoY5ckJ2Vb94kOP0knUDNMnmJF1tQgdfp3UW74iP Mz6ACAWf6bIXXXZwNmtBanEUO2/eti6zd1wyCrHaiPjabw57bNAnOxlHGy4Lrvpn 0qh4f/FQWqOWq2Z4isSUl/8VvvNAF4+CiFFaKWUzDjw3Qw2FPuJLggSsZm6L0FiS /EjF0SHf1us4d5i+TuYWwvBYu8U4HBruNK9/v/riT5FMT7O2OLik9qtyGwNo9Txx lybAh+uVHx4= =QFCs -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJNBAABCAA3FiEEUMS2jJrglzPzHXqk10PFDIthmEwFAmNlchgZHGNvZGV3b3Jr c0BzdXBlcmNhYmxlLm9ubAAKCRDXQ8UMi2GYTIMgEAC6/I0m0clY2Ijv+/aNSXW3 SRkLVx472izmoLMwoXQoY37EOaRM7yDyHuskqU01a9QvKxSUQn/a7zpQDfdE/Drz 311e5pauKW9KneM9Dacq2FhxPP174J1KZivJ8tb8gUcZ6o6Hc6LidmRoHj0K7cjo pjX91gXQgtWZthYkDIkZwPYAJyJRFcrWC4kKILRFlnBysnIPFFDZbzDlS1xxSRLd rc2Rsed7zDssWrGD5fgQJltLKlU/Oe+vRqMq2ylSnqiL3og2o8clnAvx4YF/iqJ0 t3dWbKgw7csXeIxCPqakKhWEyE6fZxd+CXdPSNt80PDHWuK9rCJM11RolpQ6D931 6y/To58Fo6sZNRIHDJepOZ1aUiPHC/+GEuj+We5jAcvE0vuiV4ZRGbBVcekQuOPc vFP9P/fPuhmF/ArOLWI83YMdIHd737TIkx9HmxrmlcPpbkKtMB+6RTElPAmWiYmI sn8SdofnEACW7foEcs+i0++V2numZ9DvopdnU9R2Dpah2yhWGsyH018GPBMXuqoy qPLIJvaAg80uDvwx05w2M4LVZZBQ+ija7oIX4HH8hvlrDrbI446cUXi65rPksK/U eA3d0Bp8HYFgRF7KMGbNb0cbLSNwwXyf8RfqTH8EPELqQuaFNdwKvahwxUM+DVfB GUk19p4GvQLrM4ZRgs9K7A== =nKu+ -----END PGP SIGNATURE----- Merge tag 'v1.11.13' into sc * Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni. * Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.
This commit is contained in:
commit
072d022170
@ -1,3 +1,11 @@
|
||||
Changes in [1.11.13](https://github.com/vector-im/element-web/releases/tag/v1.11.13) (2022-11-01)
|
||||
=================================================================================================
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
|
||||
* Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634.
|
||||
* Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.
|
||||
|
||||
Changes in [1.11.12](https://github.com/vector-im/element-web/releases/tag/v1.11.12) (2022-10-26)
|
||||
=================================================================================================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "element-web",
|
||||
"version": "1.11.12",
|
||||
"version": "1.11.13",
|
||||
"description": "A feature-rich client for Matrix.org",
|
||||
"author": "New Vector Ltd.",
|
||||
"repository": {
|
||||
@ -60,8 +60,8 @@
|
||||
"gfm.css": "^1.1.2",
|
||||
"jsrsasign": "^10.5.25",
|
||||
"katex": "^0.16.0",
|
||||
"matrix-js-sdk": "21.0.0",
|
||||
"matrix-react-sdk": "3.59.0",
|
||||
"matrix-js-sdk": "21.0.1",
|
||||
"matrix-react-sdk": "3.59.1",
|
||||
"matrix-widget-api": "^1.1.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "17.0.2",
|
||||
|
18
yarn.lock
18
yarn.lock
@ -8170,10 +8170,10 @@ matrix-events-sdk@^0.0.1-beta.7:
|
||||
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.7.tgz#5ffe45eba1f67cc8d7c2377736c728b322524934"
|
||||
integrity sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA==
|
||||
|
||||
matrix-js-sdk@21.0.0:
|
||||
version "21.0.0"
|
||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-21.0.0.tgz#e81d7c64d370ba9f3dddf6f4cfb7d4ae2e7174e1"
|
||||
integrity sha512-x4mUdp+ozWHrfm6qBiAxq3htQJWza0AMqdmaDOCr7/74U3cUcwCZrKOdKA7IHWN9W0WrpzJ9TG/ZA2hDKB5FJA==
|
||||
matrix-js-sdk@21.0.1:
|
||||
version "21.0.1"
|
||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-21.0.1.tgz#4ba88505a1b96b4d23288066865b67ccc17079a0"
|
||||
integrity sha512-xrJibvMwj38fMeNX7e9kfEzR9xv5UNwWkYGlyQE+ag81HGLacbJvEix/2zkEQ40TypB9ENVioVFIyVYGN9Rv2Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
another-json "^0.2.0"
|
||||
@ -8192,10 +8192,10 @@ matrix-mock-request@^2.5.0:
|
||||
dependencies:
|
||||
expect "^28.1.0"
|
||||
|
||||
matrix-react-sdk@3.59.0:
|
||||
version "3.59.0"
|
||||
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.59.0.tgz#ad98103ba65e17639452b0b13bd19178e6c2f550"
|
||||
integrity sha512-JxJA3oEQTB0lb9+PDdHa9X8vwTyZKsw0vG0Vl4krmPaDjT0Hs9zBa3d5/KmLswnBKBtyGWIqadVIrm3PHzuolQ==
|
||||
matrix-react-sdk@3.59.1:
|
||||
version "3.59.1"
|
||||
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.59.1.tgz#c195052c944c0e352621b77d51510ec756692e4c"
|
||||
integrity sha512-pK3d8hWkMTvQieuK9M7jPbBjXWEnvIuoF7O10ib6deHdNh7Vm87B3pPEmgoTfPKwWRTiQgT9pqhs57/IvD1e4w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@matrix-org/analytics-events" "^0.2.0"
|
||||
@ -8235,7 +8235,7 @@ matrix-react-sdk@3.59.0:
|
||||
maplibre-gl "^1.15.2"
|
||||
matrix-encrypt-attachment "^1.0.3"
|
||||
matrix-events-sdk "^0.0.1-beta.7"
|
||||
matrix-js-sdk "21.0.0"
|
||||
matrix-js-sdk "21.0.1"
|
||||
matrix-widget-api "^1.1.1"
|
||||
minimist "^1.2.5"
|
||||
opus-recorder "^8.0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user