Skip to content

3.0.9

Compare
Choose a tag to compare
@tchapi tchapi released this 21 Dec 08:25
· 16 commits to master since this release
7e17244

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)