Robin
3052025dd0
Use new semantic tokens for username colors ( #12209 )
...
* Use new semantic tokens for username colors
To match the tokens now used by the Compound Web avatar component
* Fix incorrect lock icon
* Update screenshots
2024-02-06 20:54:30 +00:00
Valere
cdfcd37b94
Fix the StorageManger detecting a false positive consistency check when manually migrating to rust from labs ( #12225 )
...
* Fix StorageManager checks for rust migration manual opt-in
* fix restricted imports
* Moved utility to check db internals into js-sdk
* fix typos and test names
* more timeout for migration test
2024-02-05 17:57:12 +00:00
renovate[bot]
b4ba6411ef
Update dependency @types/jest to v29.5.12 ( #12218 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-02 17:33:16 +00:00
David Baker
c1871ea59f
Update to compound-web 3.0.1 ( #12208 )
...
* Update to compound-web 3.0.1
Pulls in a fix to make the indicator icon dot black/white rather than
grey for activity.
* Update snapshots
* More snapshots
2024-02-02 10:26:06 +00:00
Michael Telatynski
c6dddf813c
Switch prepublishOnly to prepack to catch errors earlier ( #12202 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-02-01 11:25:58 +00:00
Valere
a5f9df5855
Support staged rollout of migration to Rust Crypto ( #12184 )
...
* Rust migration staged rollout
* Phased rollout unit tests
2024-01-31 15:52:23 +00:00
RiotRobot
31449d6f80
Reset matrix-js-sdk back to develop branch
2024-01-31 14:53:35 +00:00
RiotRobot
0ef487da3f
Resetting package fields for development
2024-01-31 14:53:26 +00:00
RiotRobot
9b69b86833
Merge branch 'master' into develop
2024-01-31 14:53:25 +00:00
RiotRobot
7be71be175
v3.91.0
2024-01-31 14:52:14 +00:00
RiotRobot
68d07a3077
Upgrade matrix-js-sdk to 31.2.0
2024-01-31 14:52:12 +00:00
David Baker
95430cecbc
Add notification dots to thread summary icons ( #12146 )
...
* Add notification dots to thread summary icons
Adopts new IndicatorIcon from compound to have threads icons with
indicator dot (that aren't also buttons). Adds green & red dots on
the threads icon in the thread summary to indicate notifications.
Changes the notification level dots colours in the threads panel to
be green to match.
* Update test for new CSS class
* Update snapshots with new class name
* Another snapshot update for new class name
* Replace more uses of old class name in tests
* More snapshot updates for new class name
* Unsure how this ever worked in chronological mode
* More snapshot updates
* Fix dot colours
* Upgrade to compound-web 3
* Fix computed notification levels
* Add test for notificationLevelToIndicator
2024-01-25 16:53:41 +00:00
RiotRobot
1e843b86f1
v3.91.0-rc.1
2024-01-24 16:38:56 +00:00
renovate[bot]
aea55eb080
Update all non-major dependencies ( #12168 )
...
* Update all non-major dependencies
* prettier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-24 10:30:20 +00:00
RiotRobot
863c9be710
v3.91.0-rc.0
2024-01-23 18:42:12 +00:00
RiotRobot
10ae0d1840
Upgrade matrix-js-sdk to 31.2.0-rc.0
2024-01-23 18:42:10 +00:00
Charly Nguyen
11096b207a
Expose apps/widgets ( #12071 )
...
* Expose apps/widgets
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Bump @matrix-org/react-sdk-module-api from 2.2.1 to 2.3.0
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
---------
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2024-01-22 10:53:27 +00:00
RiotRobot
d48740b4e8
Merge branch 'master' into develop
2024-01-19 13:50:12 +00:00
RiotRobot
4681bbbfce
v3.90.0
2024-01-19 13:48:46 +00:00
RiotRobot
abce0fdd2d
Upgrade matrix-js-sdk to 31.1.0
2024-01-19 13:48:45 +00:00
RiotRobot
3c405ac34d
Reset matrix-js-sdk back to develop branch
2024-01-16 17:41:19 +00:00
RiotRobot
385e5a8bdb
Resetting package fields for development
2024-01-16 17:41:09 +00:00
RiotRobot
559cf3ed89
Merge branch 'master' into develop
2024-01-16 17:41:08 +00:00
RiotRobot
9e16381a6e
v3.89.0
2024-01-16 17:39:45 +00:00
RiotRobot
8e77e2dd5f
Upgrade matrix-js-sdk to 31.0.0
2024-01-16 17:39:44 +00:00
Michael Telatynski
5983528a8d
Remove Cypress & Playwright in their entirety ( #12145 )
2024-01-16 09:48:49 +00:00
renovate[bot]
56d8ef3640
Update dependency @vector-im/compound-web to v2 ( #12133 )
...
* Update dependency @vector-im/compound-web to v2
* Update Tooltip props
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Include TooltipProvider in MatrixChat
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix pillify & tooltipify
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update tests to use TooltipProvider where necessary
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix tooltips in Modals, ContextMenus, PersistedElements, Spoiler, HtmlExport
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix tooltips in HTMLExport
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Don't pass mountAsChild to DOM
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* prettier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Stabilise test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-11 19:56:36 +00:00
renovate[bot]
6187c8c884
Update all non-major dependencies ( #12130 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-11 12:51:00 +00:00
renovate[bot]
1c72867f2f
Update dependency diff-dom to v5 ( #12134 )
...
* Update dependency diff-dom to v5
* Update snapshot
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-11 12:37:48 +00:00
renovate[bot]
c2b5c1fe96
Update all non-major dependencies ( #12118 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-10 16:26:00 +00:00
renovate[bot]
1333456fc8
Update dependency stylelint-config-standard to v36 ( #12124 )
...
* Update dependency stylelint-config-standard to v36
* Update stylelint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-10 10:42:30 +00:00
renovate[bot]
d82c3eea4f
Update dependency @vector-im/compound-web to v1 ( #12122 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-10 10:19:43 +00:00
renovate[bot]
559d11c3e9
Update dependency axe-core to v4.8.3 ( #12117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-10 10:13:33 +00:00
renovate[bot]
973d28313b
Update dependency eslint-plugin-unicorn to v50 ( #12123 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-10 10:10:11 +00:00
renovate[bot]
1091ba3e7c
Update dependency emojibase-regex to v15.3.0 ( #12045 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-10 03:02:50 +00:00
RiotRobot
7d03189307
v3.89.0-rc.0
2024-01-09 17:56:36 +00:00
RiotRobot
9705af7abc
Upgrade matrix-js-sdk to 31.0.0-rc.0
2024-01-09 17:56:34 +00:00
RiotRobot
1ccfc9a37e
Merge branch 'master' into develop
2024-01-04 14:33:43 +00:00
RiotRobot
2f67fe3079
v3.88.0
2024-01-04 14:32:30 +00:00
renovate[bot]
11be614a2f
Update typescript-eslint monorepo to v6 (major) ( #12096 )
...
* Update typescript-eslint monorepo to v6
* Fix typo
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-02 21:00:15 +00:00
renovate[bot]
a0c8575113
Update dependency prettier to v3 ( #12095 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-02 18:56:39 +00:00
RiotRobot
d2f7b4a2bf
Reset matrix-js-sdk back to develop branch
2023-12-19 15:54:00 +00:00
RiotRobot
1b3865b0ba
Resetting package fields for development
2023-12-19 15:53:49 +00:00
RiotRobot
33f23088a2
Merge branch 'master' into develop
2023-12-19 15:53:48 +00:00
RiotRobot
951c0d8483
v3.87.0
2023-12-19 15:52:17 +00:00
RiotRobot
069233acdc
Upgrade matrix-js-sdk to 30.3.0
2023-12-19 15:52:15 +00:00
R Midhun Suresh
a7c039d314
Fix playwright screenshot update command on linux ( #12060 )
...
* Change permission for synapse to work
* Upgrade playwright
2023-12-15 14:30:59 +00:00
renovate[bot]
6669cb70e4
Update dependency @vector-im/compound-web to v0.9.4 ( #11891 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-12-14 11:10:01 +00:00
renovate[bot]
e3336aef29
Update dependency stylelint to v16 - abandoned ( #12046 )
...
* Update dependency stylelint to v16
* Bump stylelint-scss for compat
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-12-13 10:02:12 +00:00
renovate[bot]
7ea9da52a2
Update dependency stylelint-config-standard to v35 ( #12047 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 18:37:18 +00:00