v0.26.0
- You can now customize the canonical slug property name/value using the new
canonical_slug
i18n option when localizing entry slugs, supported since v0.25.0. Discussion: #137 - You can now use a full regular expression, including flags, for the widget
pattern
option. For example, if you want to allow 280 characters or less in a multiline text field, you could write/^.{0,280}$/s
. This effectively solves decaporg/decap-cms#6500. - Bug fixes and improvements.
Full Changelog: v0.25.1...v0.26.0