v0.61.0
- A list item now comes with a menu that allows users to duplicate the item, insert a new item above/below it, or remove it. This solves #316 and effectively solves decaporg/decap-cms#1244.
- The
value_field
Relation field option can now contain a locale prefix like{{locale}}/{{slug}}
, which will be replaced with the current locale. It’s intended to support i18n in Astro. This solves #302.
Full Changelog: v0.60.7...v0.61.0