Skip to content

Releases: wildseansy/sanity-plugin-computed-field

v2.0.2

09 Jun 05:31
Compare
Choose a tag to compare

What's Changed

  • Updated requirements to be more current with sanity's plugin ecosystem
  • feat: added the ability for the reducer to support async functions by @pedropalhari in #8

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Feb 23:48
Compare
Choose a tag to compare

Fixes small typescript error when calling defineType on the computedFieds.

v2.0.0

18 Feb 23:30
39dbdec
Compare
Choose a tag to compare

v2.0.0 - Sanity v3 support

Breaking Changes

  • editable no longer supported, use readOnly=true/false instead
  • reduceQueryResult now passes both draft and published versions of the document
  • Use type computedBoolean computedText computedString or computedNumber instead of inputComponent

v1.0.2

15 Jun 18:30
Compare
Choose a tag to compare

Adds support for floats in computed fields.

v1.0.1

06 Apr 03:42
Compare
Choose a tag to compare
🐣 ComputedField