Skip to content

Releases: hananils/kirby-colors

Version 1.7.3

09 Jun 09:42
Compare
Choose a tag to compare
  • update Composer settings

Version 1.7.2

09 Jun 09:28
Compare
Choose a tag to compare
  • fixs plugin name definition
  • updates dependencies

Version 1.7.1

16 Jan 19:30
138e247
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

Version 1.7.0: Query contrast colors

11 Nov 11:18
Compare
Choose a tag to compare

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

25 Jan 17:03
f0f1ce2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.2...1.6.0

Version 1.5.2

23 Nov 11:04
e356f6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.5.2

Version 1.5.1

23 Nov 09:06
c263b20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Version 1.5.0: Drag Color

22 Nov 14:55
f457166
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.5.0

Version 1.4.2

16 Nov 13:27
Compare
Choose a tag to compare

Readme clean-up and update.

Version 1.4.1

01 Oct 13:13
5350a4b
Compare
Choose a tag to compare

Updates screenshot URLs and excludes them from ZIP exports.
Thanks, @johannschopplich!