Version 2.0.0
I just released an update of the Multiselect field and bumped up the version number to 2.0.0. As the version number suggests, this update changes a few things that can break current setups. You can find it at https://github.com/distantnative/field-multiselect
Main changes are full keyboard support and that I restructured the field to be delivered as it plugin (which requires Kirby 2.3 - currently in beta). It goes into site/plugins/field-multiselect/
. The plugin then registers the field. With the new registry in Kirby 2.3, I believe all third-party elements like fields, snippets, blueprints etc. should also be delivered wrapped as a plugin. This enables us to keep only custom elements that are rather specific to the project in site/fields
, site/tags
etc.
Changlog
- Requires Kirby 2.3.0
- Renamed to
field-multiselect
(required renaming repository) - Full keyboard support added (up & down arrows)
- Rewritten as plugin that registers the multiselect field
- Restructured CSS as SCSS (using gulp)
- JS improvements (and uglified via gulp)
- Updated package.json (supports the Kirby CLI)