Skip to content

v0.50.0

Compare
Choose a tag to compare
@kyoshino kyoshino released this 28 Dec 07:58
· 64 commits to main since this release
f94dc70
  • 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 write required: [en]. An empty array is equivalent to required: false.

Full Changelog: v0.49.9...v0.50.0