junohamburg / kirby-visual-block-selector

A customized block selector that displays a preview image for each block.
MIT License
43 stars 2 forks source link

v4 compatibility #2

Closed distantnative closed 1 year ago

distantnative commented 1 year ago

Hi there,

Just wanted to give a heads up on a small change that this plugin will need to support Kirby 4 (currently in development):

if (window.panel.user.id === null) return;

For v4 we will likely keep the Vuex store around (even though not using it ourselves anymore), but it could be that for v5 (in summer 2024) we would drop it from the core. Then we would need to think about a better alternative for you.

SebastianEberlein-JUNO commented 1 year ago

Thanks for the heads up, I added a fix in the latest release.

tobimori commented 1 year ago

Works again, thank you very much :)