Michael Telatynski
47877ba2da
Switch to importing matrix-js-sdk from its main export ( #11360 )
...
* Switch to importing TypedEventEmitter from main js-sdk export
* Switch to importing js-sdk/matrix in cypress
* Remove duplicated imports
* Fix lint:js-fix to run prettier last otherwise ESLint --fix may cause a mess
* Add lint rule
* Fix cypress-axe import
* Fix cypress-axe import
2023-08-03 12:56:30 +00:00
Michael Telatynski
44f51fd1cb
Clear requiresClient and show pop-out if widget-api fails to ready ( #11321 )
...
* Clear requiresClient and show pop-out if widget-api fails to ready
* Upgrade matrix-widget-api
2023-08-03 10:14:15 +00:00
Germain
05b88d99ed
Upgrade compound-web@0.2.3 ( #11357 )
...
Because it did not work for production node environments before
2023-08-03 08:49:50 +00:00
Germain
d49581344e
Integrate @vector-im/compound-web ( #11354 )
...
* Create useRoomName hook
Mark RoomName component as deprecated
* Pass out-of-band data to relevant RoomHeader component
* Mark LegacyRoomHeader as deprecated
* Fix incorrect search&replace in _RoomHeader.pcss
* lintfix
* Mark room as optional in room topic hook
* Fix i18n
* Discard use of useCallback
* Change export of useRoomName
* fix ts issue
* lints
* Add room topic to room header
* lintfix
* lintfix & clamp to one line
* Revert optimisations to DecoratedRoomAvatar
* Add test for opening the room summary
* Make transition honour prefer-reduced-motion
* Integrate @vector-im/compound-web
* Use compound type styles
* Use latest version of @vector-im/compound-web
* Change component name
* Fallback when room is undefined
* fix snapshot
2023-08-02 13:03:04 +00:00
ElementRobot
4f790eb134
Reset matrix-js-sdk back to develop branch
2023-08-01 12:53:01 +01:00
ElementRobot
50ca01f8d0
Reset matrix-react-sdk back to develop branch
2023-08-01 12:52:44 +01:00
ElementRobot
3b37081818
Merge branch 'master' into develop
...
# Conflicts:
# yarn.lock
2023-08-01 12:51:00 +01:00
ElementRobot
a0e0df32af
v1.11.37
2023-08-01 12:46:38 +01:00
ElementRobot
69c43bb142
Upgrade matrix-js-sdk to 27.1.0
2023-08-01 12:45:16 +01:00
ElementRobot
2abff92b7b
Upgrade matrix-react-sdk to 3.77.0
2023-08-01 12:44:18 +01:00
ElementRobot
9026996d9e
Reset matrix-js-sdk back to develop branch
2023-08-01 12:40:16 +01:00
ElementRobot
7c34675359
Resetting package fields for development
2023-08-01 12:39:49 +01:00
ElementRobot
7d72a011e3
Merge branch 'master' into develop
2023-08-01 12:39:45 +01:00
ElementRobot
dcd8f9a16f
v3.77.0
2023-08-01 12:39:36 +01:00
ElementRobot
eda8cd88eb
Upgrade matrix-js-sdk to 27.1.0
2023-08-01 12:38:11 +01:00
Germain
c037b847da
Upgrade wysiwyg editor for ctrl+backspace windows fix ( #11324 )
...
* Upgrade wysiwyg editor for ctrl+backspace windows fix
* upgrade lockfile
* Fix after upgrading the wysiswyg package
2023-07-28 08:03:00 +00:00
renovate[bot]
5405c22db1
Update all non-major dependencies ( #11329 )
...
* Update all non-major dependencies
* Add isLocation to ComposerEvent analytics events
* Remove cypress-each as it is incompatible with modern typescript
* Roll back eslint-plugin-deprecate
* Remove stale comment
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andy Balaam <andy.balaam@matrix.org >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-07-27 11:34:44 +00:00
renovate[bot]
790ff16701
Update all non-major dependencies ( #25858 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-07-27 11:33:18 +01:00
renovate[bot]
b0317e6752
Update dependency eslint-plugin-unicorn to v48 ( #11331 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 09:20:29 +00:00
renovate[bot]
58e40c597d
Update dependency eslint-plugin-unicorn to v48 ( #25859 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 10:19:44 +01:00
ElementRobot
7018f78510
v1.11.37-rc.1
2023-07-27 09:49:13 +01:00
ElementRobot
a618f95369
Upgrade matrix-js-sdk to 27.1.0-rc.1
2023-07-27 09:47:40 +01:00
ElementRobot
fef081c77b
Upgrade matrix-react-sdk to 3.77.0-rc.1
2023-07-27 09:47:24 +01:00
renovate[bot]
60043597ec
Update dependency stylelint-config-standard to v34 ( #11236 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 08:44:05 +00:00
ElementRobot
bccefd4d86
v3.77.0-rc.1
2023-07-27 09:39:46 +01:00
ElementRobot
84ce5cbb59
Upgrade matrix-js-sdk to 27.1.0-rc.1
2023-07-27 09:38:15 +01:00
Michael Telatynski
5fbdbccdc6
Temporarily add missing @types imports ( #11309 )
...
* Add CI to typecheck without yarn link like in release process
* Temporarily add missing @types imports
2023-07-25 08:29:52 +00:00
Kerry
0b0d77cbcc
OIDC: Persist details in session storage, create store ( #11302 )
...
* utils to persist clientId and issuer after oidc authentication
* add dep oidc-client-ts
* persist issuer and clientId after successful oidc auth
* add OidcClientStore
* comments and tidy
* format
2023-07-20 21:30:19 +00:00
RiotRobot
1c420b436d
Reset matrix-js-sdk back to develop branch
2023-07-18 15:21:32 +01:00
RiotRobot
19d663d052
Merge branch 'master' into develop
2023-07-18 15:19:24 +01:00
RiotRobot
494cb39984
v1.11.36
2023-07-18 15:13:04 +01:00
RiotRobot
af929fcf0d
Upgrade matrix-react-sdk to 3.76.0
2023-07-18 15:09:36 +01:00
RiotRobot
9be4fcf7d2
Upgrade matrix-js-sdk to 27.0.0
2023-07-18 15:09:16 +01:00
RiotRobot
86bd66b7c3
Reset matrix-js-sdk back to develop branch
2023-07-18 13:34:50 +01:00
RiotRobot
c268560b32
Resetting package fields for development
2023-07-18 13:33:48 +01:00
RiotRobot
5881df3f41
Merge branch 'master' into develop
2023-07-18 13:33:41 +01:00
RiotRobot
35c7df19af
v3.76.0
2023-07-18 13:33:23 +01:00
RiotRobot
f0f1f0c1f5
Upgrade matrix-js-sdk to 27.0.0
2023-07-18 13:30:17 +01:00
Michael Telatynski
8f000384fe
Replace sinon fake timers with jest timers ( #11275 )
2023-07-17 12:29:51 +00:00
Michael Telatynski
048d8c417d
Remove redundant dependencies ( #25814 )
2023-07-17 13:15:03 +01:00
RiotRobot
dd9678d97c
v1.11.36-rc.2
2023-07-14 16:36:25 +01:00
RiotRobot
3ee4cbd992
Upgrade matrix-react-sdk to 3.76.0-rc.2
2023-07-14 16:34:14 +01:00
RiotRobot
d77877dc20
Upgrade matrix-js-sdk to 27.0.0-rc.2
2023-07-14 16:33:43 +01:00
RiotRobot
d8dcfc96cc
v3.76.0-rc.2
2023-07-14 16:16:19 +01:00
RiotRobot
fe947dca9e
Upgrade matrix-js-sdk to 27.0.0-rc.2
2023-07-14 16:14:48 +01:00
Richard van der Hoff
46c12a808f
Cypress test for QR code display ( #11240 )
2023-07-13 13:56:15 +00:00
renovate[bot]
d67db02eea
Update dependency stylelint-config-standard to v34 ( #25765 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 10:18:30 +01:00
renovate[bot]
6508aca804
Update jest ( #25760 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 09:09:04 +00:00
alunturner
f6ee109f9e
Integration work for rich text editor 2.3.1 ( #11172 )
...
* accompanying changes
* switch to set innerHTML
* bump rte to 2.3.1
* update types for dynamic import
* add comment
* Add comments to dynamic imports
* update comments
2023-07-13 07:26:33 +00:00
renovate[bot]
da0b6580e5
Update babel monorepo ( #25505 )
...
* Update babel monorepo
* Add missing @babel/plugin-proposal-logical-assignment-operators dependency
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-07-12 14:59:32 +00:00