@lvce-editor/editor-worker 18.10.0 → 18.11.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.
@@ -3955,6 +3955,7 @@ const createEditor = async ({
3955
3955
  savedSelections,
3956
3956
  tabSize,
3957
3957
  uri,
3958
+ useFunctionalRendering,
3958
3959
  width,
3959
3960
  x,
3960
3961
  y
@@ -4022,6 +4023,7 @@ const createEditor = async ({
4022
4023
  uid: id,
4023
4024
  undoStack: [],
4024
4025
  uri,
4026
+ useFunctionalRendering,
4025
4027
  validLines: [],
4026
4028
  widgets: [],
4027
4029
  width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "18.10.0",
3
+ "version": "18.11.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"