SHA256
1
0
forked from pool/element-web

Accepting request 1124104 from devel:languages:nodejs

1.11.48

OBS-URL: https://build.opensuse.org/request/show/1124104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2023-11-08 21:18:01 +00:00 committed by Git OBS Bridge
commit cdb0535596
7 changed files with 44 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4877ba045a92503e8d779c43f6f15cab113a7d6b8c9592e7704d402eea6b6056
size 1498245

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5007e77c1e0ca98563d0decefb6e6ca178983676b4cf7aebfb8d1363d8e73cbb
size 2380818

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Nov 7 18:20:38 UTC 2023 - Dominik Heidler <dheidler@suse.de>
- - Version 1.11.48
## ✨ Features
* Correctly fill window.matrixChat even when a Wrapper module is active (https://github.com/vector-im/element-web/pull/26395). Contributed by @dhenneke.
* Knock on a ask-to-join room if a module wants to join the room when navigating to a room (https://github.com/matrix-org/matrix-react-sdk/pull/11787). Contributed by @dhenneke.
* Element-R: Include crypto info in sentry (https://github.com/matrix-org/matrix-react-sdk/pull/11798). Contributed by @florianduros.
* Element-R: Include crypto info in rageshake (https://github.com/matrix-org/matrix-react-sdk/pull/11797). Contributed by @florianduros.
* Element-R: Add current version of the rust-sdk and vodozemac (https://github.com/matrix-org/matrix-react-sdk/pull/11785). Contributed by @florianduros.
* Fix unfederated invite dialog (https://github.com/matrix-org/matrix-react-sdk/pull/9618). Fixes vector-im/element-meta#1466 and #22102. Contributed by @owi92.
* New right panel visual language (https://github.com/matrix-org/matrix-react-sdk/pull/11664).
* OIDC: add friendly errors (https://github.com/matrix-org/matrix-react-sdk/pull/11184). Fixes #25665. Contributed by @kerryarchibald.
## 🐛 Bug Fixes
* Fix rightpanel hiding scrollbar (https://github.com/matrix-org/matrix-react-sdk/pull/11831). Contributed by @kerryarchibald.
* Fix multi-tab session lock on Firefox not being cleared (https://github.com/matrix-org/matrix-react-sdk/pull/11800). Fixes #26165. Contributed by @ManuelHu.
* Deserialise spoilers back into slash command form (https://github.com/matrix-org/matrix-react-sdk/pull/11805). Fixes #26344.
* Fix Incorrect message scaling for verification request (https://github.com/matrix-org/matrix-react-sdk/pull/11793). Fixes #24304. Contributed by @capGoblin.
* Fix: Unable to restore a soft-logged-out session established via SSO (https://github.com/matrix-org/matrix-react-sdk/pull/11794). Fixes #25957. Contributed by @kerryarchibald.
* Use configurable github issue links more consistently (https://github.com/matrix-org/matrix-react-sdk/pull/11796).
* Fix io.element.late_event received_ts vs received_at (https://github.com/matrix-org/matrix-react-sdk/pull/11789).
* Make invitation dialog scrollable when infos are too long (https://github.com/matrix-org/matrix-react-sdk/pull/11753). Contributed by @nurjinjafar.
* Fix spoiler text-align (https://github.com/matrix-org/matrix-react-sdk/pull/11790). Contributed by @ajbura.
* Fix: Right panel keeps showing chat when unmaximizing widget. (https://github.com/matrix-org/matrix-react-sdk/pull/11697). Fixes #26265. Contributed by @manancodes.
* Fix margin of invite to room button (https://github.com/matrix-org/matrix-react-sdk/pull/11780). Fixes #26410.
* Update base64 import (https://github.com/matrix-org/matrix-react-sdk/pull/11784).
* Set max size for Element logo in search warning (https://github.com/matrix-org/matrix-react-sdk/pull/11779). Fixes #26408.
* Fix: emoji size in room header topic, remove obsolete emoji style (https://github.com/matrix-org/matrix-react-sdk/pull/11757). Fixes #26326. Contributed by @kerryarchibald.
* Fix: Bubble layout design is broken (https://github.com/matrix-org/matrix-react-sdk/pull/11763). Fixes #25818. Contributed by @manancodes.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 2 10:44:14 UTC 2023 - Dominik Heidler <dheidler@suse.de> Thu Nov 2 10:44:14 UTC 2023 - Dominik Heidler <dheidler@suse.de>

View File

@ -17,7 +17,7 @@
Name: element-web Name: element-web
Version: 1.11.47 Version: 1.11.48
Release: 0 Release: 0
Summary: A glossy Matrix collaboration client - web files Summary: A glossy Matrix collaboration client - web files
License: Apache-2.0 License: Apache-2.0

View File

@ -1,13 +1,11 @@
Index: element-web-1.11.20/package.json --- element-web-1.11.48/package.json 2023-11-07 16:23:24.000000000 +0100
=================================================================== +++ element-web-1.11.48a/package.json 2023-11-07 19:28:10.853001362 +0100
--- element-web-1.11.20.orig/package.json 2023-01-20 13:52:01.000000000 +0100
+++ element-web-1.11.20/package.json 2023-01-27 13:02:23.452017454 +0100
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
"build:res": "ts-node scripts/copy-res.ts", "build:res": "ts-node scripts/copy-res.ts",
"build:genfiles": "yarn build:res && yarn build:jitsi && yarn build:module_system", "build:genfiles": "yarn build:res && yarn build:jitsi && yarn build:module_system",
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js", "build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
- "build:bundle": "webpack --progress --bail --mode production", - "build:bundle": "webpack --progress --mode production",
+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --bail --mode production", + "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --mode production",
"build:bundle-stats": "webpack --progress --bail --mode production --json > webpack-stats.json", "build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json",
"build:module_system": "tsc --project ./tsconfig.module_system.json && node ./lib/module_system/scripts/install.js", "build:module_system": "tsc --project ./tsconfig.module_system.json && node ./lib/module_system/scripts/install.js",
"dist": "scripts/package.sh", "dist": "scripts/package.sh",

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c5878d3c1ac0a0834430889444171737f6215c8d507e3ae3bb581ca27a43db81 oid sha256:e869a25995d7ecc5a8d06a824a2601fdeec4c875e0770f730b537970c8fb2fee
size 99199941 size 98053230

View File

@ -20,7 +20,7 @@ osc add element-web-*.tar.gz
rm -rf "element-web-${version}" rm -rf "element-web-${version}"
tar xzvf element-web-${version}.tar.gz tar xzvf element-web-${version}.tar.gz
cd element-web-${version} cd element-web-${version}
changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/') changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/' -e 's/\[.*\](\(.*\))/\1/g')
echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc
yarn cache clean yarn cache clean