BETA v0.0.6
useDefine
- statement
return
is now optional in renderFunctions (same behavior asreturn this;
)
useI18n
useI18n
now return a translations signal which contain all the corresponding translations- this allow more flexibility on SPA translations and better performances
useI18n.onload
is replaced by an onload property of the translation signal
Wiki
- wiki updates for i18n and production steps