Skip to content

BETA v0.0.6

Compare
Choose a tag to compare
@enzoaicardi enzoaicardi released this 03 Mar 18:10
· 36 commits to main since this release

useDefine

  • statement return is now optional in renderFunctions (same behavior as return 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

v0.0.5...v0.0.6