@textbus/adapter-react 4.0.0-alpha.34 → 4.0.0-alpha.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -151,7 +151,7 @@ class Adapter extends DomAdapter {
151
151
  else {
152
152
  vElement.attrs.set('ref', refFn);
153
153
  }
154
- slot.changeMarker.rendered();
154
+ slot.__changeMarker__.rendered();
155
155
  return vNodeToJSX(vElement);
156
156
  }
157
157
  }
package/bundles/index.js CHANGED
@@ -153,7 +153,7 @@ class Adapter extends platformBrowser.DomAdapter {
153
153
  else {
154
154
  vElement.attrs.set('ref', refFn);
155
155
  }
156
- slot.changeMarker.rendered();
156
+ slot.__changeMarker__.rendered();
157
157
  return vNodeToJSX(vElement);
158
158
  }
159
159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-react",
3
- "version": "4.0.0-alpha.34",
3
+ "version": "4.0.0-alpha.36",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.3",
29
- "@textbus/core": "^4.0.0-alpha.34",
30
- "@textbus/platform-browser": "^4.0.0-alpha.34",
29
+ "@textbus/core": "^4.0.0-alpha.36",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.36",
31
31
  "react": "^17.0.0 || ^18.0.0"
32
32
  },
33
33
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "b6f9bfbce3135865fc0c8a3e6b622a7040019634"
52
+ "gitHead": "dbcf24938a558780bc752cdcd3633d0e21a7a0d9"
53
53
  }