3.0.9
Fix multiple partial translations (#354) — Thanks @adelinerobinet
ℹ️ A note on this release:
This release might introduce a BC break if you were using the id
attribute of a partial translation div to target it in CSS or Javascript, like so for instance:
#Article_translations_fr_a2lix_translations-fields {
border: 1px solid green;
}
You must now use the full id
that includes a concatenation of field names (See here)