Commit 210f317
Bump RoosterJS to 9.33.0 (#3108)
* Fix toggling format issue at composition stage for CJK (#3064)
* draft
* temp
* update ff
* update
* test
* update
* Avoid "undefined" in HTML to Markdown generated content (#3069)
* fix: avoid "undefined" before paragraphs content
* fix: set "image" as the default alt value instead of "undefined"
---------
Co-authored-by: Francois Dursus <[email protected]>
* Add focus handling in formatTableWithContentModel and its tests (#3072)
* format applier (#3073)
* Keep implicit paragraph when pressing Enter at the start of it. (#3075)
* Enhance splitParagraph function to allow preservation of implicit paragraphs after split
* Fix preserveImplicitParagraph flag in handleEnterOnParagraph to false
* Update packages/roosterjs-content-model-plugins/lib/edit/utils/splitParagraph.ts
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
* Add beforeLogicalRootChanged event handling and related tests (#3077)
* Add beforeLogicalRootChanged event handling and related tests
* Rename event type from 'beforeLogicalRootChanged' to 'beforeLogicalRootChange' across relevant files
* Update packages/roosterjs-content-model-types/lib/event/LogicalRootChangedEvent.ts
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
* Disable isComposing check in DOM event propagation for Android (#3076)
* dsiable isComposing check for Android
* add test
---------
Co-authored-by: Bryan Valverde U <[email protected]>
* Allow plugins to store state in snapshot (#3079)
* Allow plugins to store custom state in undo snapshots
* Type fixes
* Move to using object instead array
* Fix #3080 (#3084)
* Add auto direction to setDirection (#3082)
* Initial commit
* Pending changes exported from your codespace
* fix code and tests
* Address comments
---------
Co-authored-by: wisaulni <[email protected]>
Co-authored-by: Bryan Valverde U <[email protected]>
* Ensure image is loaded before creating image wrapper (#3090)
* Enhance image loading handling in ImageEditPlugin to support resizing and editing of images not fully loaded
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
* test (#3092)
* Fix #3085 (#3095)
Co-authored-by: Julia Roldi <[email protected]>
* Adjust the image wrapper to stay inline (#3093)
Use text-bottom instead of bottom for vertical-align to prevent the image to rotate below the text line. Also add some 5px in margin bottom to compensate for the height of the bottom handles.
* Fix 309357 (#3097)
* Fix 309357
* improve
* improve
* improve
* Update packages/roosterjs-content-model-types/lib/context/ModelToDomOption.ts
Co-authored-by: Copilot <[email protected]>
* Update packages/roosterjs-content-model-types/lib/context/ModelToDomSettings.ts
Co-authored-by: Copilot <[email protected]>
* fix build
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Bryan Valverde U <[email protected]>
* Fix #3063 (#3096)
* Fix #3087 Delete paragraph styles when there is nothing else to be deleted (#3094)
* Fix #3087
* Update packages/roosterjs-content-model-plugins/lib/edit/deleteSteps/deleteParagraphStyle.ts
Co-authored-by: Copilot <[email protected]>
* Update packages/roosterjs-content-model-plugins/lib/edit/deleteSteps/deleteParagraphStyle.ts
Co-authored-by: Copilot <[email protected]>
* Update packages/roosterjs-content-model-plugins/lib/edit/deleteSteps/deleteParagraphStyle.ts
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
* Remove karma changes (#3102)
* karma
* change
* Adjust Block Indentation (#3099)
When inserting a list or table in an indented segment, add the indentation to the block.
* Process non-visible elements (#3089)
New parameter processNonVisibleElements has been added to the DomToModelSettings and DomToModelOptions, allowing optional processing of non-visible elements.
* Fix runtime color for dark mode (#3101)
* Fix runtime color for dark mode
* add test
* fix build
* table rtl (#3103)
The style direction: RTL does move the table to the right, so use justifySelf:flex-end.
* image-handles (#3104)
When rotating an image, the resize handles direction must be updated according to the rotation angle.
* Fix superscript rule (#3106)
* Update main version to 9.33.0 and remove overrides
* Bump adapter
* Fix 380860 (#3107)
---------
Co-authored-by: Haowen Chen <[email protected]>
Co-authored-by: François Dursus <[email protected]>
Co-authored-by: Francois Dursus <[email protected]>
Co-authored-by: Julia Roldi <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Rain-Zheng <[email protected]>
Co-authored-by: florian-msft <[email protected]>
Co-authored-by: Jiuqing Song <[email protected]>
Co-authored-by: wisaulni <[email protected]>
Co-authored-by: wisaulni <[email protected]>1 parent 45757fd commit 210f317
File tree
86 files changed
+2310
-164
lines changed- .vscode
- demo/scripts/controlsV2
- demoButtons
- mainPane
- options
- sidePane
- editorOptions
- presets/allPresets
- packages
- roosterjs-content-model-api
- lib
- modelApi
- block
- common
- list
- publicApi
- format
- table
- test
- modelApi
- common
- list
- publicApi
- format
- table
- roosterjs-content-model-core
- lib
- command
- createModelFromHtml
- paste
- editor/core
- test
- command
- createModelFromHtml
- paste
- editor/core
- roosterjs-content-model-dom
- lib
- domToModel
- context
- processors
- utils
- formatHandlers
- block
- utils
- modelApi/editing
- modelToDom
- context
- utils
- test
- domToModel
- context
- processors
- utils
- formatHandlers
- block
- utils
- modelToDom
- context
- handlers
- roosterjs-content-model-plugins
- lib
- autoFormat/numbers
- edit
- deleteSteps
- imageEdit
- Resizer
- Rotator
- constants
- types
- utils
- test
- autoFormat/numbers
- edit
- deleteSteps
- imageEdit
- Resizer
- Rotator
- utils
- paste
- plugin
- powerPoint
- roosterjs-content-model-types/lib
- contentModel/format
- context
- parameter
- roosterjs-editor-adapter
- lib
- corePlugins
- editor
- utils
- test
- corePlugins
- editor/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+2310
-164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
41 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
42 | 61 | | |
43 | 62 | | |
44 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
173 | 179 | | |
174 | | - | |
| 180 | + | |
175 | 181 | | |
176 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
303 | 311 | | |
304 | 312 | | |
305 | 313 | | |
306 | | - | |
| 314 | + | |
307 | 315 | | |
308 | 316 | | |
309 | 317 | | |
310 | 318 | | |
311 | 319 | | |
312 | | - | |
| 320 | + | |
313 | 321 | | |
314 | 322 | | |
315 | 323 | | |
| |||
337 | 345 | | |
338 | 346 | | |
339 | 347 | | |
340 | | - | |
| 348 | + | |
341 | 349 | | |
342 | 350 | | |
343 | 351 | | |
| |||
355 | 363 | | |
356 | 364 | | |
357 | 365 | | |
358 | | - | |
| 366 | + | |
359 | 367 | | |
360 | 368 | | |
361 | 369 | | |
| |||
389 | 397 | | |
390 | 398 | | |
391 | 399 | | |
| 400 | + | |
392 | 401 | | |
393 | 402 | | |
394 | 403 | | |
395 | 404 | | |
396 | 405 | | |
397 | 406 | | |
398 | 407 | | |
399 | | - | |
| 408 | + | |
400 | 409 | | |
401 | 410 | | |
402 | | - | |
| 411 | + | |
403 | 412 | | |
404 | 413 | | |
405 | 414 | | |
| |||
425 | 434 | | |
426 | 435 | | |
427 | 436 | | |
428 | | - | |
| 437 | + | |
429 | 438 | | |
430 | 439 | | |
431 | 440 | | |
| |||
434 | 443 | | |
435 | 444 | | |
436 | 445 | | |
437 | | - | |
438 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
439 | 450 | | |
440 | 451 | | |
441 | 452 | | |
| |||
501 | 512 | | |
502 | 513 | | |
503 | 514 | | |
504 | | - | |
| 515 | + | |
505 | 516 | | |
506 | 517 | | |
507 | 518 | | |
| |||
515 | 526 | | |
516 | 527 | | |
517 | 528 | | |
| 529 | + | |
518 | 530 | | |
519 | 531 | | |
520 | 532 | | |
| |||
523 | 535 | | |
524 | 536 | | |
525 | 537 | | |
526 | | - | |
| 538 | + | |
527 | 539 | | |
528 | 540 | | |
529 | 541 | | |
530 | 542 | | |
531 | 543 | | |
532 | 544 | | |
533 | 545 | | |
| 546 | + | |
534 | 547 | | |
535 | | - | |
| 548 | + | |
536 | 549 | | |
537 | 550 | | |
538 | 551 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
0 commit comments