New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

element-tiptap

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-tiptap - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

src/i18n/ru/index.ts

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc