Skip to content

1.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@medienbaecker medienbaecker released this 21 Feb 14:44

Breaking changes

  • The query option has been renamed to template because we want to use query for a new feature.

New features

  • Dynamic options: Use Kirby's query language for options, just like select, radio, and checkboxes fields (options: site.colors)
  • Custom preview components: Register your own preview types via panel.plugin(). The field checks for a globally registered k-token-preview-{type} component before falling back to built-in previews.