roosterjs 8.6.1 → 8.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/rooster-amd-min.js +1 -1
- package/dist/rooster-amd-min.js.map +1 -1
- package/dist/rooster-amd.d.ts +468 -34
- package/dist/rooster-amd.js +1757 -881
- package/dist/rooster-amd.js.map +1 -1
- package/dist/rooster-min.js +1 -1
- package/dist/rooster-min.js.map +1 -1
- package/dist/rooster.d.ts +472 -38
- package/dist/rooster.js +1757 -881
- package/dist/rooster.js.map +1 -1
- package/lib/createEditor.js +2 -4
- package/lib/createEditor.js.map +1 -1
- package/lib-amd/createEditor.js +2 -2
- package/lib-amd/createEditor.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Rooster provides DOM level APIs (in `roosterjs-editor-dom`), core APIs (in `roos
|
|
|
51
51
|
|
|
52
52
|
`roosterjs-editor-dom` provides several levels of DOM operations:
|
|
53
53
|
|
|
54
|
-
- Perform basic DOM operations such as `
|
|
54
|
+
- Perform basic DOM operations such as `wrap()`, `unwrap()`, ...
|
|
55
55
|
- Wrap a given DOM node with `InlineElement` or `BlockElement` and perform
|
|
56
56
|
operations with DOM Walker API.
|
|
57
57
|
- Perform DOM operations on a given scope using scopers.
|