element-tiptap
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -0,1 +1,8 @@ | ||
# [1.15.0](https://github.com/Leecason/element-tiptap/compare/@1.14.0...@1.15.0) (2020-03-19) | ||
### Features | ||
* Add russiang i18n locale ([9e7f241](https://github.com/Leecason/element-tiptap/commit/9e7f24166ede13bbecd9cc0d39dd44d25a5eebee)) | ||
# [1.14.0](https://github.com/Leecason/element-tiptap/compare/@1.13.0...@1.14.0) (2020-03-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "element-tiptap", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "A WYSIWYG editor based on Tiptap and Element.", | ||
@@ -5,0 +5,0 @@ "author": "leecason", |
@@ -36,3 +36,3 @@ <p align="center"><a href="https://github.com/Leecason/element-tiptap" target="_blank" rel="noopener noreferrer"><img src="/examples/assets/logo_for_github.png?raw=true" alt="ElTiptap logo"></a></p> | ||
- ๐TypeScript support | ||
- ๐I18n support(`en`, `zh`, `pl`). welcome to contribute more languages | ||
- ๐I18n support(`en`, `zh`, `pl`, `ru`). welcome to contribute more languages | ||
- ๐Events you might use: `init`, `transaction`, `focus`, `blur`, `paste`, `drop`, `update` | ||
@@ -116,4 +116,9 @@ - ๐Fully extensible, you can customize extension with [tiptap](https://github.com/scrumpy/tiptap) and [Prosemirror](https://github.com/ProseMirror/prosemirror) | ||
Available languages: `en`(default), `zh`, `pl`. | ||
Available languages: | ||
- `en`(default) | ||
- `zh` | ||
- `pl` by @FurtakM | ||
- `ru` by @baitkul | ||
Welcome contribution. | ||
@@ -436,2 +441,3 @@ | ||
### footer | ||
Footer of the editor, after the editor content. | ||
@@ -442,3 +448,3 @@ | ||
1. fork this project | ||
2. edit code | ||
2. edit code (semantic commit is better) | ||
3. PR to `develop` branch | ||
@@ -445,0 +451,0 @@ |
@@ -6,2 +6,3 @@ // @ts-nocheck | ||
import pl from './pl'; | ||
import ru from './ru'; | ||
@@ -13,2 +14,3 @@ const defaultLang = 'en'; | ||
pl, | ||
ru, | ||
}; | ||
@@ -15,0 +17,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1593069
89
20596
478