Commit 8e54faa
Bump RoosterJS 9.24.0 (#2981)
* Support undeletable anchor Step 1: Support hidden properties (#2970)
* Support undeletable anchor Step 1: Support hidden properties
* improve comments
* Support undeletable anchor Step 2: Add undeletable property to link (#2971)
* Support undeletable anchor Step 1: Support hidden properties
* Support undeletable anchor step 2
* improve comments
* Support undeletable anchor Step 3: Support anchor (#2972)
* Support undeletable anchor Step 1: Support hidden properties
* Support undeletable anchor step 2
* improve comments
* Support undeletable anchor Step 3
* Find previously marked paragraph (#2975)
* Support undeletable anchor Step 4: Prevent deleting undeletable anchor (#2973)
* Support undeletable anchor Step 1: Support hidden properties
* Support undeletable anchor step 2
* improve comments
* Support undeletable anchor Step 3
* Support undeletable anchor Step 4
* improve
* add test
* fix typo
* Do not enable paragraph map by default (#2978)
* Check selection for empty anchor (#2979)
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>
* fix test
---------
Co-authored-by: Jiuqing Song <jisong@microsoft.com>1 parent 2917ddf commit 8e54faa
File tree
6 files changed
+142
-24
lines changed- packages
- roosterjs-content-model-core
- lib/corePlugin/cache
- test/corePlugin/cache
- roosterjs-content-model-dom
- lib/domToModel/processors
- test/domToModel/processors
- roosterjs-content-model-types/lib/editor
6 files changed
+142
-24
lines changedLines changed: 16 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
Lines changed: 34 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
93 | 116 | | |
94 | 117 | | |
95 | 118 | | |
| |||
115 | 138 | | |
116 | 139 | | |
117 | 140 | | |
118 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
119 | 144 | | |
120 | 145 | | |
121 | 146 | | |
| |||
371 | 396 | | |
372 | 397 | | |
373 | 398 | | |
374 | | - | |
| 399 | + | |
375 | 400 | | |
376 | 401 | | |
377 | 402 | | |
| |||
392 | 417 | | |
393 | 418 | | |
394 | 419 | | |
| 420 | + | |
395 | 421 | | |
396 | 422 | | |
397 | | - | |
| 423 | + | |
398 | 424 | | |
399 | 425 | | |
400 | 426 | | |
| |||
418 | 444 | | |
419 | 445 | | |
420 | 446 | | |
| 447 | + | |
421 | 448 | | |
422 | 449 | | |
423 | | - | |
| 450 | + | |
424 | 451 | | |
425 | 452 | | |
426 | 453 | | |
| |||
446 | 473 | | |
447 | 474 | | |
448 | 475 | | |
| 476 | + | |
449 | 477 | | |
450 | 478 | | |
451 | 479 | | |
| |||
479 | 507 | | |
480 | 508 | | |
481 | 509 | | |
482 | | - | |
| 510 | + | |
483 | 511 | | |
484 | 512 | | |
485 | 513 | | |
| |||
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
362 | 437 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments