11 Commits

Author SHA1 Message Date
c415f7a09b [lexical-react] Refactor: Replace React$MixedElement and React$Node with React.MixedElement and React.Node (#6984) 2024-12-23 18:31:36 +00:00
9c18a9d9ec Fix Flow types (#4485) 2023-05-11 11:09:15 -04:00
ccd3c03bff Add optional cursors container prop for a better positioning in scrollable layouts (#3025) 2022-09-15 15:52:05 -06:00
6b976589b3 Fix small type issue (#2847) 2022-08-18 17:03:59 +01:00
8aebc59eed chore: Move useCollaborationContext to dedicated file (#2777) 2022-08-08 09:03:08 +01:00
12d60f70b7 Rename listener methods to include type in the method name (#1514)
* Renamed listener methods

* Fix bug in root listener
2022-04-09 00:43:33 -07:00
be98b6c3fc add username prop to the collab plugin (#1454) 2022-04-09 00:43:29 -07:00
90850c440f fix null value from getLocalState() when provider awareness reset during reload (#1419) 2022-04-09 00:43:28 -07:00
ed535157be set up listener for provider doc reload after disconnection/reconnection (#1409)
* set up listener for provider doc reload after disconnection/reconnection

* fixing package-lock.json
2022-04-09 00:43:28 -07:00
642620f67e correcting the flow type for getStates of provider awareness (#1379) 2022-04-09 00:43:27 -07:00
5c9b3566bb Make type defs for lexical react (#1369)
* Add Flow type definitions for Lexical React

* Fix bugs

* Revert bad merge
2022-04-09 00:43:26 -07:00