@umoteam/editor 4.5.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 +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/style.css +1 -1
- package/dist/umo-editor.js +29057 -28118
- package/package.json +82 -41
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
|
|
|
@@ -99,7 +99,7 @@ The development of Umo Editor could not have been possible without the support o
|
|
|
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
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
|
-
- [
|
|
102
|
+
- [ChenErik](https://github.com/ChenErik):🛠️ Contributed code to Umo Editor
|
|
103
103
|
- [Sherman Xu](https://github.com/xuzhenjun130): 🛠 Contributed code to Umo Editor
|
|
104
104
|
|
|
105
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
|
|
|
@@ -97,7 +97,7 @@ Umo Editor 的发展,离不开社区的支持,以下是为 Umo Editor 贡献
|
|
|
97
97
|
- [Umo Team](https://github.com/umodoc):👨💻 核心开发者
|
|
98
98
|
- [Cassielxd](https://github.com/Cassielxd):💪🏻 为 Umo Editor 实现了分页和很多重要的功能
|
|
99
99
|
- [Na'aman Hirschfeld](https://github.com/Goldziher):💪🏻 增强对 TypeScript 的支持,添加测试,为 Umo Editor 的发展提供更好的基础
|
|
100
|
-
- [
|
|
100
|
+
- [ChenErik](https://github.com/ChenErik):🛠️ 为 Umo Editor 贡献了部分代码
|
|
101
101
|
- [Sherman Xu](https://github.com/xuzhenjun130):🛠️ 为 Umo Editor 贡献了部分代码
|
|
102
102
|
|
|
103
103
|
我们欢迎任何形式的贡献,包括但不限于提交 Bug 报告、功能请求、代码贡献等。
|