We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd17c commit fb1743aCopy full SHA for fb1743a
updates/version.yaml
@@ -126,3 +126,11 @@
126
- "Fix translations conflicting between nested fields and translatable root fields of the same name."
127
"2.1.3": "Fixed issue with translatable models"
128
"2.1.4": "Fixed issue with broken imports in the backend Locales controller."
129
+"2.1.5":
130
+ - "Add support for translatable nested forms"
131
+ - "Add validation for translated string"
132
+ - "Add setTranslatableUseFallback() / deprecate noFallbackLocale()"
133
+ - "Only extend cms page if cms module is enabled"
134
+ - "Prevent browser autofill for hidden locale inputs"
135
+ - "System MailTemplate model is now translatable"
136
+ - "Make fields using @context translatable"
0 commit comments