Commit fb93567
Version bump content model packages to 0.25.0 (#2392)
* wip
* wip
* refactor
* fix dependecies
* fix dependecies
* fix dependecies
* WIP
* add test
* add tests
* types
* add comment
* add comment
* add comment
* add comment
* add comment
* comments
* fix build
* fixes
* fixes
* refactor
* fixes
* Add shortcut support Ctrl+K for insertLink (#2333)
* Add shortcut support Ctrl+K for insertLink
* Add metakey and alt key checks
* Add insertButton check and disable param
* add options to ribbon and decouple onButtonClick
* update
* update fix
* add break statement
* remove duplicate imports
---------
Co-authored-by: Ghanem10 <107857762+Ghanem10@users.noreply.github.com>
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
* Content Model: Add back ContentModelBeforePasteEvent (#2347)
* Use margin-top and bottom for list margin (#2346)
* Standalone Editor: Improve cache (3rd try) (#2344)
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* fixes
* fix test
* Fix safari selection issue (#2332)
* try fix safari selection issue
* fix content model editor, add test
* fix focus bug
* Standalone Editor: Remove dependency to old code from api and plugins package (#2349)
* Content Model: Decouple test code from old code (#2351)
* Fix demo site (#2353)
* Content Model: Fix table text color (#2359)
* Fix pending format (#2354)
* Fix pending format
* improve
* Standalone Editor: Provide a DOMHelper to allow access DOM tree (#2363)
* Fix shadow edit (#2355)
* Fix 2 shadow edit issue (#2356)
* Support unit "inch" when parse value (#2357)
* Content Model: Support inch when parse unit value
* add comment
* Code clean up: small refactor to paste code (#2365)
* Refactor paste
* add test
* Code clean up: Remove IStandaloneEditor.setContentModel (#2364)
* Add support to cursor around Block entities. (#2350)
* rotator space
* Port ContextMenu plugin (#2366)
* Port ContextMenu plugin
* add test
* Content Model: Fix 252436 (#2367)
* Content Model: Fix 252436
* add test
---------
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* Code cleanup: Remove parameter onNodeCreated (#2374)
* Code cleanup: Remove isContentModelEditor (#2371)
* Code cleanup: Remove isContentModelEditor
* add buttons
* Add `isReverted` to DOM Selection (#2368)
* add Changes
* add Tests
* fix dependencies
* address comments
* address comment
* fix after merge
* fix test
---------
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
* Code cleanup: Remove NormalizeTablePlugin (#2376)
* add normalize content model
* fix build
* Code cleanup: Replace createContentModel with getContentModelCopy (#2372)
* Code cleanup: Remove isContentModelEditor
* add buttons
* Code cleanup: Replace createContentModel with getContentModelCopy
* Code cleanup: Remove get/setZoomScale (#2378)
* Code cleanup: Remove get/setZoomScale
* Add calculateZoomScale function
* improve
* Code cleanup: Move isNodeInEditor into DOMHelper (#2379)
* Code cleanup: Remove TODO (#2384)
* Add write permission to deploy action (#2383)
* Revert "Add support to cursor around Block entities. (#2350)" (#2390)
This reverts commit 7998d03.
* Content Model: Fix #2202 (#2389)
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* bump
---------
Co-authored-by: Júlia Roldi <juliaroldi@microsoft.com>
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>
Co-authored-by: Gani <107857762+gm-al@users.noreply.github.com>
Co-authored-by: Ghanem10 <107857762+Ghanem10@users.noreply.github.com>
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>1 parent 56194db commit fb93567
File tree
197 files changed
+6944
-2947
lines changed- .github/workflows
- demo/scripts/controls
- contentModel/editor
- ribbonButtons/contentModel
- sidePane/contentModel
- buttons
- packages-content-model
- roosterjs-content-model-api
- lib
- modelApi
- block
- common
- link
- list
- publicApi
- block
- entity
- format
- link
- segment
- test
- modelApi
- block
- common
- link
- list
- publicApi
- block
- format
- link
- segment
- roosterjs-content-model-core
- lib
- coreApi
- corePlugin
- utils
- editor
- override
- publicApi
- domUtils
- selection
- utils
- paste
- test
- coreApi
- corePlugin
- utils
- editor
- metadata
- overrides
- publicApi/selection
- utils
- paste
- roosterjs-content-model-dom
- lib
- domToModel/processors
- formatHandlers
- block
- utils
- modelApi/creators
- modelToDom
- test
- domToModel/processors
- formatHandlers
- block
- common
- segment
- utils
- modelApi/creators
- modelToDom/handlers
- roosterjs-content-model-editor
- lib
- coreApi
- corePlugins
- editor
- utils
- publicTypes
- test
- corePlugins
- editor
- utils
- roosterjs-content-model-plugins
- lib
- autoFormat
- utils
- edit
- paste
- test
- autoFormat
- utils
- edit
- deleteSteps
- paste
- e2e
- pasteSourceValidations
- roosterjs-content-model-types/lib
- context
- editor
- event
- format/formatParts
- parameter
- pluginState
- selection
- roosterjs-content-model
- lib
- packages-ui/roosterjs-react/lib
- common
- type
- ribbon/plugin
- packages
- roosterjs-editor-core/lib
- coreApi
- corePlugins
- roosterjs-editor-dom
- lib/list
- test/list
- roosterjs-editor-plugins/lib/plugins
- ImageEdit/imageEditors
- TableCellSelection
- tools
- buildTools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
197 files changed
+6944
-2947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
22 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
23 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
24 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
25 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
26 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
27 | 96 | | |
28 | 97 | | |
29 | | - | |
30 | 98 | | |
31 | 99 | | |
32 | 100 | | |
| |||
101 | 169 | | |
102 | 170 | | |
103 | 171 | | |
| 172 | + | |
104 | 173 | | |
105 | 174 | | |
106 | 175 | | |
107 | 176 | | |
108 | | - | |
109 | 177 | | |
110 | 178 | | |
111 | 179 | | |
112 | 180 | | |
113 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
114 | 246 | | |
115 | 247 | | |
116 | 248 | | |
| |||
130 | 262 | | |
131 | 263 | | |
132 | 264 | | |
| 265 | + | |
133 | 266 | | |
134 | 267 | | |
135 | 268 | | |
136 | | - | |
137 | 269 | | |
138 | 270 | | |
139 | 271 | | |
| |||
162 | 294 | | |
163 | 295 | | |
164 | 296 | | |
| 297 | + | |
| 298 | + | |
165 | 299 | | |
166 | 300 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
170 | 304 | | |
171 | 305 | | |
172 | 306 | | |
| |||
192 | 326 | | |
193 | 327 | | |
194 | 328 | | |
195 | | - | |
196 | 329 | | |
197 | 330 | | |
198 | | - | |
199 | 331 | | |
200 | 332 | | |
201 | 333 | | |
| |||
254 | 386 | | |
255 | 387 | | |
256 | 388 | | |
| 389 | + | |
257 | 390 | | |
| 391 | + | |
258 | 392 | | |
259 | 393 | | |
260 | 394 | | |
261 | 395 | | |
262 | 396 | | |
263 | 397 | | |
264 | 398 | | |
265 | | - | |
266 | 399 | | |
267 | 400 | | |
268 | 401 | | |
| |||
0 commit comments