dimitrov-adrian / directus-extension-editorjs-interface

Block editor (Editor.js) interface for Directus 9
https://www.npmjs.com/package/directus-extension-editorjs
GNU General Public License v3.0
180 stars 42 forks source link

Extension needs updating for rc.75+ (Vue 3) #12

Closed benosman closed 3 years ago

benosman commented 3 years ago

I got caught by surprise, when updating directus to fix some issues I was experiencing, that this extension stopped working.

It turns out that it needs to be updated to Vue 3.

https://github.com/directus/directus/releases/tag/v9.0.0-rc.75

I had a quick look myself but so far haven't got a working rollup config.

dimitrov-adrian commented 3 years ago

Yes indeed, I had made a quick try but it seems there is upcoming changes in directus upstream, so I am thinking to wait their merge and then refactor against Vue 3

nkCreation commented 3 years ago

Hi, did you planned to fix this extensions ? or maybe you know what to do but don't have the time ? Thank's :)

dimitrov-adrian commented 3 years ago

It's now working with latest RC. Thanks!

nkCreation commented 3 years ago

You rocks !

definiteIymaybe commented 3 years ago

Awesome. Thanks a lot!