Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Releases: flaming-cl/editorjs-text-color-plugin

V2.0.3

14 Jun 23:13
Compare
Choose a tag to compare

Fix Chrome 114 popover conflicts

V2.0.2

24 Jan 05:05
Compare
Choose a tag to compare

###Fix:

  1. close the conversion tool when opening inline color plugins
  2. optimized picker initialization

V 2.0.1

21 Jan 01:18
Compare
Choose a tag to compare

readme

New features:

  1. Support toggle applied color.
  2. Allow customized icons

V1.13.1

01 May 15:12
Compare
Choose a tag to compare

Thanks to HaoCherHong's contribution, we add a custom color picker in this version.
image

V1.12.1

25 Mar 07:06
Compare
Choose a tag to compare
  1. This version supports the newest version of Editor.js (v2.23.2)
  2. Add CSS variables Support for colorCollection/defaultColor:
Color: {
      class: ColorPlugin, // if load from CDN, please try: window.ColorPlugin
      config: {
         colorCollections: ['var(--main-text-color)', '#9C27B0', '#673AB7', '#3F51B5', '#0070FF', '#03A9F4', '#00BCD4', '#4CAF50', '#8BC34A', '#CDDC39', '#FFF'],
         defaultColor: 'var(--main-text-color)',
         type: 'text', 
      }     
    },
  1. If you do not set up the defaultColor config, it will be the first color in the color picker panel.