RiotRobot
70dabba32d
v1.11.1
2022-07-26 16:43:41 +01:00
RiotRobot
9f53b83bdb
Upgrade matrix-react-sdk to 3.49.0
2022-07-26 16:41:50 +01:00
RiotRobot
caf6a1ce62
Upgrade matrix-js-sdk to 19.1.0
2022-07-26 16:41:27 +01:00
RiotRobot
a08df49db1
Reset matrix-js-sdk back to develop branch
2022-07-26 16:36:36 +01:00
RiotRobot
807da7327e
Resetting package fields for development
2022-07-26 16:34:57 +01:00
RiotRobot
b8073c4c38
Merge branch 'master' into develop
2022-07-26 16:34:33 +01:00
RiotRobot
dc3d659cef
v3.49.0
2022-07-26 16:24:54 +01:00
RiotRobot
6efe982550
Upgrade matrix-js-sdk to 19.1.0
2022-07-26 16:19:07 +01:00
Hubert Chathi
dd82f4b47d
bump olm version to match bump in matrix-js-sdk
2022-07-20 09:21:11 -04:00
Michael Telatynski
42ff9d6dc8
Move Lazy Loading tests from Puppeteer to Cypress ( #8982 )
...
* Remove Puppeteer Lazy Loading tests
* Remove Puppeteer Lazy Loading tests
* Remove Puppeteer Lazy Loading tests
* Stash lazy loading cypress tests
* Stash lazy loading cypress tests
* Update cypress-real-events
* Stash offline-less test
* Add offline/online'ing
2022-07-18 13:16:44 +01:00
RiotRobot
9518e61eae
v1.11.1-rc.2
2022-07-15 15:03:05 +01:00
Michael Telatynski
01f4bb8c78
Rename PostCSS files to .pcss ( #9013 )
...
* Rename PostCSS files to `.pcss`
* Make Stylelint happy
* Delint
* Rename new files too
* delint
* Fix bad comment placement
2022-07-15 14:53:23 +01:00
Michael Telatynski
64ed6ebdad
Rename PostCSS files to .pcss ( #22769 )
...
* Rename PostCSS files to `.pcss`
* Make Stylelint happy
* Make Stylelint happy v2
* Update CompatibilityView.tsx
* Update res/css/structures/ErrorView.pcss
Co-authored-by: Michael Weimann <mail@michael-weimann.eu >
* Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/pcss
Conflicts:
package.json
res/css/_components.scss
res/css/structures/_NotificationPanel.pcss
res/css/views/dialogs/_SpotlightDialog.pcss
res/css/views/rooms/_EventTile.pcss
res/css/views/rooms/_ReadReceiptGroup.pcss
yarn.lock
* Only use CI_PACKAGE mode on develop, it skips minification which can find some errors
* Keep name to not break existing PRs
Co-authored-by: Michael Weimann <mail@michael-weimann.eu >
2022-07-15 14:53:21 +01:00
RiotRobot
73df4077da
Upgrade matrix-react-sdk to 3.49.0-rc.2
2022-07-15 14:51:16 +01:00
RiotRobot
bbf28603ef
v3.49.0-rc.2
2022-07-15 14:47:03 +01:00
ElementRobot
9414af4dca
Upgrade dependencies ( #22428 )
...
* [create-pull-request] automated change
* Pin postcss-hexrgba as 2.1.0 needs postcss 8
* Bump typescript version
Co-authored-by: t3chguy <t3chguy@users.noreply.github.com >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-07-13 17:11:22 +01:00
ElementRobot
7b7181be18
Upgrade dependencies ( #8749 )
...
* [create-pull-request] automated change
* Remove conflicting HTMLStyleElement type improvement
* Pin postcss-hexrgba as 2.1.0 needs postcss 8
* Bump typescript version
* Add missing crypto stub
Co-authored-by: t3chguy <t3chguy@users.noreply.github.com >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-07-13 17:11:19 +01:00
Janne Mareike Koschinski
f5f79158ed
Implement Use Case Selection screen ( #8984 )
...
* Introduce new splash page wrapper
* Introduce new use case selection screen
2022-07-13 15:43:44 +02:00
Šimon Brandner
e1d4817d54
Add a script to check for dead code ( #22793 )
2022-07-13 10:04:32 +02:00
RiotRobot
0cf8abcc6f
v1.11.1-rc.1
2022-07-12 14:27:23 +01:00
RiotRobot
c12f51c7ab
Upgrade matrix-react-sdk to 3.49.0-rc.1
2022-07-12 14:20:19 +01:00
RiotRobot
3b109fbaeb
Upgrade matrix-js-sdk to 19.1.0-rc.1
2022-07-12 14:13:54 +01:00
RiotRobot
7b744cd938
v3.49.0-rc.1
2022-07-12 14:10:24 +01:00
RiotRobot
78bda2b6da
Upgrade matrix-js-sdk to 19.1.0-rc.1
2022-07-12 14:09:05 +01:00
Michael Telatynski
7fb48d24e4
Upgrade to Cypress 10 ( #9008 )
...
* Upgrade to Cypress 10
* Remove stale comment
2022-07-08 13:14:13 +01:00
Travis Ralston
a4f9e7adad
Build the module system on yarn start ( #22773 )
...
So developers can actually run the app with an empty modules file.
2022-07-07 21:19:08 +02:00
Travis Ralston
f1e5b95554
Wire up module loading to application startup ( #21703 )
...
* Early module loader bundler
* Add a module installer script
* Add dev-friendly docs
* Add real module-api dependency
* Speed up `yarn add` for mulitple modules
* Fix version check for modules
* Appease the linter
2022-07-05 12:26:54 -06:00
Travis Ralston
7f5bb61a79
Support a module API surface for custom functionality ( #8246 )
...
* Early implementation of module API surface + functions for ILAG module
* Wire up dialog functions and ILAG-needed surface
* Ensure component renders for modules get overridden
* Respond to changes from module API interface
* Use a real module-api dependency
* Update for new Dialogs interface
* Add support for getConfigValue from module API
* Update the remainder of the module API interface
* Docs & cleanup
* Add some unit tests around module stuff
Needs end-to-end tests still.
* Appease early linters
* Break import cycles by not directly depending on Lifecycle
* Appease the linter
* Fix bad merge
2022-07-05 12:26:44 -06:00
RiotRobot
f03200f8e6
Reset matrix-react-sdk back to develop branch
2022-07-05 14:36:58 +01:00
RiotRobot
1070081217
Reset matrix-js-sdk back to develop branch
2022-07-05 14:36:48 +01:00
RiotRobot
9abbcd041f
v1.11.0
2022-07-05 14:28:25 +01:00
RiotRobot
2b29c24483
Upgrade matrix-react-sdk to 3.48.0
2022-07-05 14:24:28 +01:00
RiotRobot
9c40422b7d
Upgrade matrix-js-sdk to 19.0.0
2022-07-05 14:18:42 +01:00
RiotRobot
bdc05ec268
Reset matrix-js-sdk back to develop branch
2022-07-05 14:16:38 +01:00
RiotRobot
d80dd8f02f
Resetting package fields for development
2022-07-05 14:16:29 +01:00
RiotRobot
68dead71aa
Merge branch 'master' into develop
2022-07-05 14:16:28 +01:00
RiotRobot
5a1ed59a9d
v3.48.0
2022-07-05 14:14:47 +01:00
RiotRobot
517494d619
Upgrade matrix-js-sdk to 19.0.0
2022-07-05 14:12:58 +01:00
Eric Eastwood
a5871206fa
Add support for JSX in stuff we import in Cypress test code ( #8738 )
...
* Add support for JSX in stuff we import in Cypress test code
Spawning from:
- https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r883260722
- https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r878660677
* Add problem import
* Inherit from existing type definitions
See https://github.com/matrix-org/matrix-react-sdk/pull/8738#discussion_r887350469
* Specify `commonjs`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove `mxSettingsStore` as it's no longer needed
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
2022-06-30 16:23:45 +00:00
RiotRobot
961135c85d
v1.11.0-rc.1
2022-06-28 16:29:08 +01:00
RiotRobot
abc4c62fe4
Upgrade matrix-react-sdk to 3.48.0-rc.1
2022-06-28 16:25:53 +01:00
RiotRobot
323fb47c79
Upgrade matrix-js-sdk to 19.0.0-rc.1
2022-06-28 16:25:16 +01:00
RiotRobot
d8b6011bf6
v3.48.0-rc.1
2022-06-28 16:12:45 +01:00
RiotRobot
b0cea630a3
Upgrade matrix-js-sdk to 19.0.0-rc.1
2022-06-28 16:10:33 +01:00
Michael Telatynski
7f7ad10b04
Update matrix-web-i18n ( #8914 )
2022-06-28 14:15:51 +01:00
Michael Telatynski
ab8cfa2d28
Update matrix-web-i18n ( #22666 )
2022-06-28 14:15:50 +01:00
dependabot[bot]
9eda502a9b
Bump jsrsasign from 10.5.20 to 10.5.25 ( #22646 )
...
Bumps [jsrsasign](https://github.com/kjur/jsrsasign ) from 10.5.20 to 10.5.25.
- [Release notes](https://github.com/kjur/jsrsasign/releases )
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt )
- [Commits](https://github.com/kjur/jsrsasign/compare/10.5.20...10.5.25 )
---
updated-dependencies:
- dependency-name: jsrsasign
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 14:39:04 -06:00
RiotRobot
b69d4b6346
Reset matrix-react-sdk back to develop branch
2022-06-14 14:49:43 +01:00
RiotRobot
a7260f004e
Reset matrix-js-sdk back to develop branch
2022-06-14 14:49:30 +01:00
RiotRobot
ba38b73a15
v1.10.15
2022-06-14 14:33:17 +01:00