From 00983241e2f5c656f53817b35ec9e08047040d4a Mon Sep 17 00:00:00 2001 From: flaming-cl Date: Sun, 22 Jan 2023 14:45:10 -0500 Subject: [PATCH] remove redundant files & update readme --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a21f610..20edc90 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,11 @@ Colored text will be wrapped with a `color` tag with an `color-plugin` class. ``` ## Recent Updates -| Field | Type | Description | -|---------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| V1.12.1 | Mar-25-2022 | CSS variable Support for colorCollection/defaultColor. This version supports the newest version of Editor.js (v2.23.2). Previous versions support Editor.js (v2.0) | -| V1.13.1 | May-1-2022 | Thanks to HaoCherHong's contribution, we add a custom color picker in this version. | -| V2.0.1 | Jan-20-2023 | Add new features: 1. clean applied text/marker color. When the left area of the plugin color turns blue, it means applied color can be cleaned now. 2. Allow customized icons | +| Field | Type | Description | +|---------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| V1.12.1 | Mar-25-2022 | CSS variable Support for colorCollection/defaultColor. This version supports the newest version of Editor.js (v2.23.2). Previous versions support Editor.js (v2.0) | +| V1.13.1 | May-1-2022 | Thanks to HaoCherHong's contribution, we add a custom color picker in this version. | +| V2.0.1 | Jan-20-2023 | New features: 1. clean applied text/marker color. When the left area of the plugin color turns blue, it means applied color can be cleaned now. 2. Allow customized icons | ## Credits UI Built Based on https://github.com/XboxYan/xy-ui by XboxYan diff --git a/package.json b/package.json index f3292e6..616725f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editorjs-text-color-plugin", - "version": "2.0.0", + "version": "2.0.1", "description": "Text Color Tool for Editor.js", "main": "./dist/bundle.js", "scripts": {