@umoteam/editor 4.2.0 → 4.6.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 +3 -1
- package/README.zh-CN.md +3 -1
- package/dist/style.css +1 -1
- package/dist/umo-editor.js +46768 -0
- package/package.json +121 -63
- package/dist/umo-editor.mjs +0 -44220
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p style="text-align: center; margin: 2rem 0">
|
|
1
|
+
<p style="text-align: center; margin: 2rem 0;">
|
|
2
2
|
<a href="https://umodoc.com" target="_blank"><img src="https://unpkg.com/@umoteam/editor-external@latest/static/logo.svg" alt="umodoc.com" width="280" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
@@ -98,6 +98,8 @@ The development of Umo Editor could not have been possible without the support o
|
|
|
98
98
|
|
|
99
99
|
- [Umo Team](https://github.com/umodoc): 👨💻 Core developers
|
|
100
100
|
- [Cassielxd](https://github.com/Cassielxd): 💪 Implemented pagination and many important features for Umo Editor
|
|
101
|
+
- [Na'aman Hirschfeld](https://github.com/Goldziher):💪🏻 Enhanced TypeScript support, added test cases, and provided a better foundation for the development of Umo Editor
|
|
102
|
+
- [ChenErik](https://github.com/ChenErik):🛠️ Contributed code to Umo Editor
|
|
101
103
|
- [Sherman Xu](https://github.com/xuzhenjun130): 🛠 Contributed code to Umo Editor
|
|
102
104
|
|
|
103
105
|
We welcome all forms of contributions, including but not limited to submitting bug reports, feature requests, and code contributions.
|
package/README.zh-CN.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p style="text-align: center; margin: 2rem 0">
|
|
1
|
+
<p style="text-align: center; margin: 2rem 0;">
|
|
2
2
|
<a href="https://umodoc.com" target="_blank"><img src="https://unpkg.com/@umoteam/editor-external@latest/static/logo.svg" alt="umodoc.com" width="280" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
@@ -96,6 +96,8 @@ Umo Editor 的发展,离不开社区的支持,以下是为 Umo Editor 贡献
|
|
|
96
96
|
|
|
97
97
|
- [Umo Team](https://github.com/umodoc):👨💻 核心开发者
|
|
98
98
|
- [Cassielxd](https://github.com/Cassielxd):💪🏻 为 Umo Editor 实现了分页和很多重要的功能
|
|
99
|
+
- [Na'aman Hirschfeld](https://github.com/Goldziher):💪🏻 增强对 TypeScript 的支持,添加测试,为 Umo Editor 的发展提供更好的基础
|
|
100
|
+
- [ChenErik](https://github.com/ChenErik):🛠️ 为 Umo Editor 贡献了部分代码
|
|
99
101
|
- [Sherman Xu](https://github.com/xuzhenjun130):🛠️ 为 Umo Editor 贡献了部分代码
|
|
100
102
|
|
|
101
103
|
我们欢迎任何形式的贡献,包括但不限于提交 Bug 报告、功能请求、代码贡献等。
|