@textbus/platform-browser 5.2.7 → 5.3.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.en.md ADDED
@@ -0,0 +1,10 @@
1
+ **[中文](README.md)**
2
+
3
+ Textbus browser / PC platform module
4
+ =====================
5
+
6
+ Textbus is a framework for highly interactive rich text editing. Unlike many editors, it centers on **components**, uses formats as helpers, simplifies common editor APIs, and raises the abstraction level so Textbus stays approachable while scaling to complex apps.
7
+
8
+ ### Documentation
9
+
10
+ More docs: [textbus.io](https://textbus.io) · [English](https://textbus.io/en/index.html)
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ **[English](README.en.md)**
2
+
1
3
  Textbus PC 浏览器支持模块
2
4
  =====================
3
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/platform-browser",
3
- "version": "5.2.7",
3
+ "version": "5.3.0",
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": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@tanbo/stream": "^1.2.7",
36
- "@viewfly/core": "^3.0.0-alpha.8",
37
- "@textbus/core": "^5.2.7"
36
+ "@viewfly/core": "^2.2.0 || ^3.0.0",
37
+ "@textbus/core": "^5.3.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "rimraf": "^3.0.2",