Skip to content

Commit 548da06

Browse files
committedJun 12, 2019
v2.3.4
1 parent 3cc7e23 commit 548da06

File tree

11 files changed

+1931
-2258
lines changed

11 files changed

+1931
-2258
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### 历史更新记录
22

3+
- 2019-06-11 v2.3.4
4+
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.3.0)
5+
- 加入韩语(kr)、日语(jpn)、土耳其语(tr)
6+
- 加入更多[hooks](https://www.yuque.com/braft-editor/be/gz44tn#gug9gs)支持
37
- 2019-06-11 v2.3.3
48
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.1.13)
59
- 加入更多[hooks](https://www.yuque.com/braft-editor/be/gz44tn#gug9gs)支持

‎README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Braft Editor是基于draft-js开发的编辑器,而draft-js内部并不是直
2828
- 允许设置编辑器可用的颜色列表、字号以及字体
2929
- 允许自定义需要展示的控制按钮和展示顺序
3030
- 允许增加额外的自定义按钮
31-
- 多语言支持(目前已支持简体中文、繁体中文、英文和波兰语
31+
- 多语言支持(目前已支持简体中文、繁体中文、英文、波兰语、日语、韩语、土耳其语
3232
- ...更多特性开发中
3333

3434
## 鸣谢
@@ -37,11 +37,14 @@ Braft Editor是基于draft-js开发的编辑器,而draft-js内部并不是直
3737
- 感谢[Samy Pessé](https://github.com/SamyPesse) 开发的[draft-js-multidecorators](https://github.com/SamyPesse/draft-js-multidecorators),Thanks!
3838
- 感谢[JackLam](https://github.com/lamjack)提供的繁体中文语言自持,Thanks!
3939
- 感谢[Paweł Krefta](https://github.com/pkrefta)提供的波兰语言支持,Thanks!
40+
- 感谢[YYL1999](https://github.com/YYL1999)提供的韩语和日语语言支持,Thanks!
41+
- 感谢[Gencer W. Genç](https://github.com/gencer)提供的土耳其语言支持,Thanks!
4042

4143
## 近期更新记录
4244

43-
- 2019-06-11 v2.3.3
44-
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.1.13)
45+
- 2019-06-11 v2.3.4
46+
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.3.0)
47+
- 加入韩语(kr)、日语(jpn)、土耳其语(tr)
4548
- 加入更多[hooks](https://www.yuque.com/braft-editor/be/gz44tn#gug9gs)支持
4649
- 2019-05-28 v2.3.2
4750
- 修复传入RAW字符串无法正常解析为问题

‎dist/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface BraftEditorProps {
3030
| 'en'
3131
| 'tr'
3232
| 'ru'
33-
| 'jp'
33+
| 'jpn'
3434
| 'kr'
3535
| 'pl'
3636
| ((languages: any, context: any) => any);

0 commit comments

Comments
 (0)
Please sign in to comment.