Commit 5ee0325
authored
Fixed re-rendering issues with React StrictMode (#986)
- StrictMode renders editor only once, fixed broken test, bring back enforced language client disposal
- Renamed LanguageClientsManager to LanguageClientManager
- Update dependencies
- Fix lint issues
- Fixed multiple editor rendering problems
- Updated dependencies and changelogs
- Fixed htmlContainter check was made too early
- Fix re-mount errors and enforce htmlElement when ViewsService is ised (react or not)
- Fix EditorService detection
- Fix editorDipose triggered to often, fixed and extended react tests
- Properly kick and stop queue
- Fixed all tests and align strict and non-strict mode tests. text and options can be updated without restarting the editor
- Added independent loggers for MonacoVscodeApiWrapper, EditorApp, LanguageClientWrapper and LanguageClientManager
- Fix exceptions break queue, language client dispose is integrated in main config, only editorAppConfig drives text changes
- Separate language client tests / move to own files
- Implemented review comments. All paths use the central error handling and queue mechanism. Added external monaco-vscode-api init tests
- Improve code and model update handling
- Fix logging default and remove console.log1 parent 8145a49 commit 5ee0325
File tree
53 files changed
+6451
-4310
lines changed- docs
- diagrams
- guides
- packages
- client
- src
- common
- editorApp
- vscode
- wrapper
- test
- editorApp
- support
- vscode
- wrapper
- examples
- resources/debugger
- src
- appPlayground
- common/client
- json/client
- langium/statemachine
- config
- multi
- python/client
- vscode-ws-jsonrpc/src
- server
- wrapper-react
- src
- test
- support
- verify
- angular
- next
- peerNpm
- peerPnpm
- peerYarn
- webpack
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+6451
-4310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments