Releases: wildseansy/sanity-plugin-computed-field
Releases · wildseansy/sanity-plugin-computed-field
v2.0.2
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
- @pedropalhari made their first contribution in #8
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Fixes small typescript error when calling defineType
on the computedFieds.
v2.0.0
v2.0.0 - Sanity v3 support
Breaking Changes
editable
no longer supported, usereadOnly=true/false
insteadreduceQueryResult
now passes bothdraft
andpublished
versions of the document- Use
type
computedBoolean
computedText
computedString
orcomputedNumber
instead ofinputComponent
v1.0.2
Adds support for floats in computed fields.
v1.0.1
🐣 ComputedField