roosterjs 8.17.0 → 8.18.0-dev.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 +7103 -6928
- package/dist/rooster-amd.js +19188 -18522
- 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 +7506 -7331
- package/dist/rooster.js +19188 -18522
- package/dist/rooster.js.map +1 -1
- package/lib/createEditor.d.ts +10 -10
- package/lib/createEditor.js +31 -31
- package/lib/index.d.ts +7 -7
- package/lib/index.js +21 -21
- package/lib-amd/createEditor.d.ts +10 -10
- package/lib-amd/createEditor.js +30 -30
- package/lib-amd/index.d.ts +7 -7
- package/lib-amd/index.js +22 -22
- package/package.json +6 -6
- package/test/createEditorTest.d.ts +1 -1
- package/test/createEditorTest.js +56 -56
- package/tsconfig.child.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ There are also some extension packages to provide additional functionalities.
|
|
|
50
50
|
Provide color transformation utility to make editor work under dark mode.
|
|
51
51
|
|
|
52
52
|
2. [roosterjs-react](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_react.html):
|
|
53
|
-
Provide a React wrapper of roosterjs so it can be easily used with React.
|
|
53
|
+
Provide a React wrapper of roosterjs so it can be easily used with React.
|
|
54
54
|
|
|
55
55
|
### APIs
|
|
56
56
|
|