Commit e2ae751
Version bump 8.54.0 (#2042)
* Content Model: Improve cache behavior (#1999)
* Content Model: Improve cache behavior
* fix build
* fix comment
* Skip Trigger plugin event on plain text paste (#2011)
* init
* remove unneeded change
* Update return type
* Fix 218869: Do not allow dragging on readonly content (#2010)
* Fix 218869: Do not allow dragging readonly content
* fix test
* Content Model: Fix 194024 and 220289 (#2012)
* Content Model: Fix 221290 Support float for image (#2013)
* Content Model: improve formatWithContentModel 1 (#2001)
* Content Model: Improve cache behavior
* fix build
* Content Model: improve formatWithContentModel
* Content Model: improve formatWithContentModel 2 (#2002)
* Content Model: Improve cache behavior
* fix build
* Content Model: improve formatWithContentModel
* Content Model: improve formatWithContentModel 2
* fix format
* WIP
* fix handles
* MergeModel, do not inherit the styles of table when splitting the param (#2016)
* init
* init
* address comment
* update test names
* fixes
* Demo site: Fix insert link button in Content Model ribbon (#2018)
* Content Model: insertEntity API (#1800)
* Content Model insertEntity
* improve
* improve
* Content Model: Improve cache behavior
* fix build
* Content Model: improve formatWithContentModel
* Content Model: improve formatWithContentModel 2
* Improve
* fix build
* fix build
* improve
* add test
* add test
* add test
* add test
* fix dark color
* fix test
* fix build and test
* crop
* fix xase
* check cell exist
* Fix #1752, rename header to heading (#2020)
* fix cell empty cells
* fix flipped image
* Update logic to decide if we need to merge a table on paste. (#2022)
* Fix TableSelectionCopy
* update unit tests
* Fix 2
* address comment
* Content Model: Rename a test file (#2029)
* Fix Triple clicking a single cell selecting more than one (#2024)
* fix triple click, optimisation
* Remove `display: flex` style on paste (#2031)
* init
* Fix
* Replace first cell content if input while on cell selection (#2030)
* select first cell content and empty, add undo if change
* Content Model: Fix 222135 (#2035)
* Fix 222135
* fix build
* Content Model: Fix 219312 (#2036)
* Fix regression when creating the BeforePasteEvent (#2039)
* init
* fix build
* Content Model: Fix 220050 (#2037)
* Content Model: Fix 220050
* Fix build
* improve
* improve
* Simplify the domToModel call in `paste.ts` (#2040)
* add more changes
* fix build
* fix test
* Content Model: Support vertical-align for image (#2041)
* Content Model: Support vertical-align for image
* fix build and test
---------
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* version bump
---------
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
Co-authored-by: Júlia Roldi <juliaroldi@microsoft.com>
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>1 parent fc1c8bc commit e2ae751
165 files changed
Lines changed: 6813 additions & 2216 deletions
File tree
- demo/scripts/controls
- contentModel
- components
- format/formatPart
- model
- plugins
- ribbonButtons/contentModel
- sidePane
- contentModelApiPlayground
- insertEntity
- formatState
- packages-content-model
- roosterjs-content-model-dom
- lib
- domToModel
- context
- processors
- formatHandlers
- common
- segment
- utils
- modelApi/creators
- modelToDom
- handlers
- test
- domToModel
- context
- processors
- formatHandlers
- common
- segment
- utils
- modelApi/creators
- modelToDom/handlers
- roosterjs-content-model-editor
- lib
- domToModel/processors
- editor
- coreApi
- corePlugins
- plugins
- PastePlugin
- utils
- modelApi
- common
- edit
- deleteSteps
- utils
- entity
- selection
- table
- publicApi
- block
- editing
- entity
- format
- image
- link
- table
- utils
- publicTypes
- format/formatState
- parameter
- test
- domToModel/processors
- editor
- coreApi
- plugins
- paste
- e2e
- utils
- modelApi
- common
- edit
- entity
- selection
- table
- publicApi
- block
- editing
- entity
- format
- list
- segment
- utils
- roosterjs-content-model-types/lib
- block
- context
- decorator
- format
- formatParts
- packages-ui/roosterjs-react/lib
- inputDialog
- type
- utils
- ribbon
- component
- buttons
- type
- packages
- roosterjs-editor-api/lib
- format
- roosterjs-editor-core
- lib
- coreApi
- corePlugins
- test
- coreApi
- corePlugins
- roosterjs-editor-dom/lib/table
- roosterjs-editor-plugins
- lib/plugins
- ImageEdit
- constants
- imageEditors
- Paste
- wordConverter
- TableCellSelection
- keyUtils
- mouseUtils
- test/imageEdit
- roosterjs-editor-types/lib/interface
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
Lines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
| 12 | + | |
9 | 13 | | |
10 | | - | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | | - | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
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 | + | |
0 commit comments