@textbus/adapter-viewfly 4.0.0-alpha.33 → 4.0.0-alpha.35

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.
@@ -153,7 +153,7 @@ class Adapter extends DomAdapter {
153
153
  else {
154
154
  jsxNode.props.ref = ref;
155
155
  }
156
- slot.changeMarker.rendered();
156
+ slot.__changeMarker__.rendered();
157
157
  return jsxNode;
158
158
  }
159
159
  }
package/bundles/index.js CHANGED
@@ -155,7 +155,7 @@ class Adapter extends platformBrowser.DomAdapter {
155
155
  else {
156
156
  jsxNode.props.ref = ref;
157
157
  }
158
- slot.changeMarker.rendered();
158
+ slot.__changeMarker__.rendered();
159
159
  return jsxNode;
160
160
  }
161
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-viewfly",
3
- "version": "4.0.0-alpha.33",
3
+ "version": "4.0.0-alpha.35",
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.33",
30
- "@textbus/platform-browser": "^4.0.0-alpha.33",
29
+ "@textbus/core": "^4.0.0-alpha.35",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.35",
31
31
  "@viewfly/core": "^0.6.3"
32
32
  },
33
33
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/textbus/textbus.git/issues"
50
50
  },
51
- "gitHead": "5eb73f9a388d331946a8579aa6eaa23cc44bffe0"
51
+ "gitHead": "a50ac82617ef249feadbe926bae178912ed9a310"
52
52
  }