v0.50.0
- The new KeyValue (Dictionary) widget allows users to add arbitrary key-value string pairs to a field. The implementation is compatible with Static CMS, a now-defunct community fork of Netlify CMS. This solves #200 and effectively solves decaporg/decap-cms#5489.
- The
required
field option now accepts an array of locale codes in addition to a boolean, making the field required for a subset of locales when i18n support is enabled. For example, if only English is required, you could writerequired: [en]
. An empty array is equivalent torequired: false
.
Full Changelog: v0.49.9...v0.50.0