Releases: hananils/kirby-colors
Releases · hananils/kirby-colors
Version 1.7.3
- update Composer settings
Version 1.7.2
- fixs plugin name definition
- updates dependencies
Version 1.7.1
What's Changed
- Fix #27 : Translatable
help
blueprint by @Daandelange in #29 - Fix Vue type warning in panel by @Daandelange in #28
Full Changelog: 1.7.0...1.7.1
Version 1.7.0: Query contrast colors
This version adds the option to query contrast colors:
colors:
type: colors
label: Colors
contrast:
type: query
query: site.contrasts
You will have to make sure that the references field returns either a single color or an array of colors. Use methods like split
to handle comma-separated strings, e. g. site.constrasts.split
.
If you'd like to reference a field on the same page as your colors field, you'll have to watch for changes in order to get live updates:
colors:
type: colors
label: Colors
contrast:
type: watch
field: contrasts
contrasts:
type: text
label: Contrast colors
If you need to split values of the watched field, you have to define the split character as well:
colors:
type: colors
label: Colors
contrast:
type: watch
field: contrasts
split: ','
contrasts:
type: text
label: Contrast colors
Version 1.6.0
What's Changed
- Structure Field Preview by @medienbaecker in #23
New Contributors
- @medienbaecker made their first contribution in #23
Full Changelog: 1.5.2...1.6.0
Version 1.5.2
What's Changed
- chore: formatting & optimizations by @johannschopplich in #22
Full Changelog: 1.5.1...1.5.2
Version 1.5.1
What's Changed
- fix: remove event listeners on unmount & chore: formatting by @johannschopplich in #20
Full Changelog: 1.5.0...1.5.1
Version 1.5.0: Drag Color
What's Changed
- Fixes and mouse-drag-increment feature by @Daandelange in #19
New Contributors
- @Daandelange made their first contribution in #19
Full Changelog: 1.4.2...1.5.0
Version 1.4.2
Readme clean-up and update.
Version 1.4.1
Updates screenshot URLs and excludes them from ZIP exports.
Thanks, @johannschopplich!