From 6961e5e97ff946cc5882939f8b1665eded314ff1 Mon Sep 17 00:00:00 2001 From: Thomas HUMMEL Date: Fri, 19 Jul 2024 10:29:08 +0200 Subject: [PATCH] core(lib): Update readme and package version --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08a68d3d..799b5b90 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co - [Facebook](https://www.facebook.com) - `facebook` service - [Instagram](https://www.instagram.com/codex_team/) - `instagram` service - [YouTube](https://youtube.com) - `youtube` service -- [Twitter](https://twitter.com/codex_team) - `twitter` service. (https://twitframe.com used for render) +- [Twitter](https://twitter.com/codex_team) - `twitter` service. ( used for render) - [Twitch](https://twitch.tv) - `twitch-video` service for videos and `twitch-channel` for channels - [Miro](https://miro.com) - `miro` service - [Vimeo](https://vimeo.com) — `vimeo` service @@ -25,10 +25,10 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co - [CodePen](https://codepen.io) — `codepen` service - [Pinterest](https://www.pinterest.com) - `pinterest` service - [GitHub Gist](https://gist.github.com) - `github` service +- Figma - `figma` service +- Whimsical - whimsical service - 👇 Any other [customized service](#add-more-services) - - ## Installation Get the package @@ -151,6 +151,7 @@ var editor = EditorJS({ ``` #### Inline Toolbar + Editor.js provides useful inline toolbar. You can allow it\`s usage in the Embed Tool caption by providing `inlineToolbar: true`. ```javascript @@ -180,7 +181,6 @@ var editor = EditorJS({ | height | `number` | embedded content height | caption | `string` | content caption - ```json { "type" : "embed", diff --git a/package.json b/package.json index 9bb5aa3c..426dbb86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/embed", - "version": "2.7.0", + "version": "2.8.0", "keywords": [ "codex editor", "embed",