The new feature in this release: Apostrophe now automatically recompiles modified Nunjucks templates. This means you can hit refresh in your browser after hitting save in your editor when working on .html
files. Also note that this has always worked for .less
files.
Also, the big fix in this release: we fixed a longstanding bug in joinByArrayReverse
, which now works properly. joinByArrayReverse
is useful when you want to access joinByArray
from the “reverse” side (the type being joined with).