Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Releases: melishev/strapi-plugin-react-editorjs

v2.0.2

Choose a tag to compare

@melishev melishev released this 02 Sep 12:49

2.0.2 (2022-09-02)

Bug Fixes

v2.0.1

Choose a tag to compare

@melishev melishev released this 05 May 21:56

2.0.1 (2022-05-05)

Bug Fixes

v2.0.0

Choose a tag to compare

@melishev melishev released this 19 Mar 18:56

2.0.0 (2022-03-19)

Bug Fixes

  • added /api/ to byUrl and byFile (211c1f3)

  • fixed the image tool. Now able to add images from the media library, and automatically shuts the media library window after saving. (fb5a907)

  • include label for the rich text editor field (73187d7)

  • refactored to allow copy and paste images from another website (3330250), closes #5

  • returned to making API route only be 'react-editorjs' (ee9b747)

  • solution for #5 axios (1f2d9a7)

  • feat!: updates to allow Strapi v4 functionality (72b4913)

Features

  • add background to focused block & differentiate image tool caption (a5d2b1b)
  • add width, height, size, mime, responsive data to image tool (e07548c), closes #6 #16
  • enabled inline links (ad11533)

BREAKING CHANGES

  • This update refactors the plugin to work in Strapi v4. This code will not work in Strapi v3. At this time, the Image tool is not functioning. The link tool works, but thumbnails are being blocked by Strapi 4's contentSecurityPolicy. The current workaround for this is to replace the 'strapi::security' default export in ./config/middlewares.js to the following code (do this at your own risk):

"{
name: 'strapi::security',
config: {
contentSecurityPolicy: false
},
},"

I've yet to find a solution that can be baked into the plugin itself. I have also added "auth: false" to the routes config so that it is not necessary to give authenticated and public permissions to the plugin. This may need to be removed if it is seen as a security risk.

Custom styles have been added to Wysiwyg/wrapper.js for headers (H1-H6) because Strapi resets styles and there is no styling for the plugin without them.

I have updated editorjs to 2.23.2 and several other of the plugins (see package.json). I've also added @buffetjs/core and @buffetjs/styles to package.json because the library is not in Strapi now. I also removed "axios" because that library is in Strapi. I updated node to the following: "node": ">=10.16.0 <=16.x.x"

v2.0.0-beta.2

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@melishev melishev released this 13 Mar 19:27

2.0.0-beta.2 (2022-03-13)

Bug Fixes

  • fixed the image tool. Now able to add images from the media library, and automatically shuts the media library window after saving. (fb5a907)
  • include label for the rich text editor field (73187d7)
  • refactored to allow copy and paste images from another website (3330250), closes #5
  • returned to making API route only be 'react-editorjs' (ee9b747)
  • solution for #5 axios (1f2d9a7)

Features

  • add background to focused block & differentiate image tool caption (a5d2b1b)
  • add width, height, size, mime, responsive data to image tool (e07548c), closes #6 #16
  • enabled inline links (ad11533)

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@melishev melishev released this 24 Feb 22:54

2.0.0-beta.1 (2022-02-24)

Worked on the release: @jaskipper

Bug Fixes

  • added /api/ to byUrl and byFile (211c1f3)

  • feat!: updates to allow Strapi v4 functionality (72b4913)

BREAKING CHANGES

  • This update refactors the plugin to work in Strapi v4. This code will not work in Strapi v3. At this time, the Image tool is not functioning. The link tool works, but thumbnails are being blocked by Strapi 4's contentSecurityPolicy. The current workaround for this is to replace the 'strapi::security' default export in ./config/middlewares.js to the following code (do this at your own risk):

"{
name: 'strapi::security',
config: {
contentSecurityPolicy: false
},
},"

I've yet to find a solution that can be baked into the plugin itself. I have also added "auth: false" to the routes config so that it is not necessary to give authenticated and public permissions to the plugin. This may need to be removed if it is seen as a security risk.

Custom styles have been added to Wysiwyg/wrapper.js for headers (H1-H6) because Strapi resets styles and there is no styling for the plugin without them.

I have updated editorjs to 2.23.2 and several other of the plugins (see package.json). I've also added @buffetjs/core and @buffetjs/styles to package.json because the library is not in Strapi now. I also removed "axios" because that library is in Strapi. I updated node to the following: "node": ">=10.16.0 <=16.x.x"

v1.5.1

Choose a tag to compare

@melishev melishev released this 23 Feb 19:38

1.5.1 (2022-02-23)

Bug Fixes

  • '/link' controller was never responding. (e081bfa)

v1.5.1-beta.1

v1.5.1-beta.1 Pre-release
Pre-release

Choose a tag to compare

@melishev melishev released this 23 Feb 19:26

1.5.1-beta.1 (2022-02-23)

Bug Fixes

  • '/link' controller was never responding. (e081bfa)

v1.5.0

Choose a tag to compare

@melishev melishev released this 06 Sep 21:45

v1.5.0 Release - Customizable add-ons

In this new version:

  1. Added the ability to configure add-ons

Good luck 🚀

v1.4.0

Choose a tag to compare

@melishev melishev released this 06 Sep 19:37

v1.3.6 Release - New output data and fix error

In this new version:

  1. Fixed design flaws
  2. Solved the problem when it was impossible to edit the field, after saving with empty data
  3. Updated plugin dependencies

Good luck 🚀

v1.3.6

Choose a tag to compare

@melishev melishev released this 18 Aug 08:43

v1.3.6 Release - Fix

In this new version:

  1. Fix

Good luck 🚀