Skip to content

Releases: rasteiner/k3-whenquery

0.5.0

23 May 14:16
fe50f80
Compare
Choose a tag to compare

search operator now supports regexes. Example:

fields:
  images:
    type: files
  info:
    text: There is an svg file in your selection. Hurray!
    whenQuery: >
      images::any($.filename =~ /\.svg$/i)

0.4.1

29 Sep 13:03
Compare
Choose a tag to compare

Fix blocks & layout field that have no whenquery

0.3.1

29 Sep 13:04
Compare
Choose a tag to compare

Fix blocks & layout field that have no whenquery

0.4.0

27 Sep 15:46
dc1e74f
Compare
Choose a tag to compare

Support for Kirby 3.8

⚠️ Requires Kirby 3.8

0.3.0

27 Sep 15:39
e4518c4
Compare
Choose a tag to compare

Adds support for blocks and layout fields.

⚠️ BREAKS compatibility with other plugins that extend blocks and layout fields.

0.2.2

04 Feb 13:36
c86eb7d
Compare
Choose a tag to compare

0.2.1

03 Feb 10:19
3fdd9fb
Compare
Choose a tag to compare

Support for reducers

0.2.0

13 Jan 08:58
60ffd11
Compare
Choose a tag to compare

fixes #3 #4 #5

0.1.0

13 Dec 17:39
de1bfc8
Compare
Choose a tag to compare

Initial release