Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
156b45b
Rewrite event handling in useInputEventProcessor.ts
florianduros Jan 23, 2023
b350d3c
Add keyboard UP behaviour for RTE
florianduros Jan 24, 2023
55dcbec
Add Downward navigation in RTE
florianduros Jan 25, 2023
43d20cc
Update @matrix-org/matrix-wysiwyg to 0.21.0
florianduros Jan 26, 2023
2cf2b14
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Jan 26, 2023
c79201d
Fix TS strict errors
florianduros Jan 26, 2023
d94f388
Move getEventsFromEditorStateTransfer to a separate file
florianduros Jan 26, 2023
156b787
Close editing when end of message is reached
florianduros Jan 26, 2023
d5a218b
Fix incorrect js-sdk import
florianduros Jan 26, 2023
bd516e7
Add Keyboard Up test
florianduros Jan 27, 2023
d1ab860
Add test for Keyboard Down
florianduros Jan 30, 2023
c2ecf35
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Jan 30, 2023
f29e5da
Fix TS errors
florianduros Jan 30, 2023
fc0cb02
Add test for editing closing
florianduros Jan 30, 2023
e69a7ac
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Jan 30, 2023
7ff47fc
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Jan 30, 2023
c5bb0be
Add cypress tests for Keyboard Navigation
florianduros Jan 31, 2023
5af8ac5
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Jan 31, 2023
9dde317
Removed cypress tests :(
florianduros Jan 31, 2023
0a697fe
Merge branch 'develop' into florianduros/feat/keyboard-movement-rte
florianduros Feb 1, 2023
1fa5800
PR comments
florianduros Feb 1, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update @matrix-org/matrix-wysiwyg to 0.21.0
  • Loading branch information
florianduros committed Jan 26, 2023
commit 43d20cc9840fa59eb051dc6dee9a3f7d9669b2bc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@matrix-org/analytics-events": "^0.4.0",
"@matrix-org/matrix-wysiwyg": "^0.20.0",
"@matrix-org/matrix-wysiwyg": "^0.21.0",
"@matrix-org/react-sdk-module-api": "^0.0.3",
"@sentry/browser": "^7.0.0",
"@sentry/tracing": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1589,10 +1589,10 @@
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.2.tgz#a09d0fea858e817da971a3c9f904632ef7b49eb6"
integrity sha512-oVkBCh9YP7H9i4gAoQbZzswniczfo/aIptNa4dxRi4Ff9lSvUCFv6Hvzi7C+90c0/PWZLXjIDTIAWZYmwyd2fA==

"@matrix-org/matrix-wysiwyg@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-0.20.0.tgz#6193f790b031eaa96e944b647fe2b27018639d57"
integrity sha512-9VqzyccwizglssShi/M+tCxdZDgzsecH4WjlS0HC5KkLmljIxxlHFstf/D3C/G4ZfRodFUh6wUvd+oQI/ScPpw==
"@matrix-org/matrix-wysiwyg@^0.21.0":
version "0.21.0"
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-0.21.0.tgz#596429087224ed1b33b4e1199cb4409ce0e6c08d"
integrity sha512-WRMDWFzhMUrnduFF7IUgKyXTPCud/LijS/ddCMmgP0QaYRJgVz0JvUgLHziiO1LgBqHYPQfJUhXPIb6abaXmPg==

"@matrix-org/olm@https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz":
version "3.2.14"
Expand Down