tobimori / kirby-icon-field

🏷️ A simple Icon field plugin for Kirby CMS.
https://getkirby.com/plugins/tobimori/icon-field
MIT License
38 stars 4 forks source link

not working with kirby 4.0.0-rc.1 #11

Closed movingwater closed 11 months ago

movingwater commented 1 year ago

Since the latest kirby version I cannot pick an icon. with the beta-2 of kirby it worked fine. If an icon is already selected and I want to delete it, the following error shows in the console: index.min.js:1 TypeError: Cannot read properties of undefined (reading 'move')

And there are also a lot of deprecated warnings:

index.min.js:1 Problem with plugin trying to register component "k-icon-selector-dropdown": cannot extend non-existent component "k-selector-dropdown"
index.min.js:1 Problem with plugin trying to register component "k-icon-selector": cannot extend non-existent component "k-selector"
tobimori commented 1 year ago

Known issue, the multi-select UI was unexpectedly completely overhauled in rc.1, which basically forced me to do a complete rewrite of the plugin. Please stay on beta.2 for now If you want to use the plugin.

nilshoerrmann commented 11 months ago

Do you by any chance have a time frame for a Kirby 4 compatible release? Thanks :)

tobimori commented 11 months ago

I'm currently moving to Hamburg hence I have limited availability. Sorry for the inconvenience.

nilshoerrmann commented 11 months ago

No worries and thanks for the feedback!

tobimori commented 11 months ago

Hi, I just released a new version that should work with the new Picklist Input. Thanks for your patience!