Skip to content

BETA v0.0.4

Compare
Choose a tag to compare
@enzoaicardi enzoaicardi released this 18 Feb 21:07
· 55 commits to main since this release

New DX

  • Split Vif.method into separated methods

    • useDefine
    • useSignal
    • useObserve
    • useNavigate
    • useI18n
  • Change renderFunction context

    • this refers to the customElement
    • props refers to the component datas
  • Change renderFunction arguments

    • from (signal, html, css)
    • to { props, html, css } as Object

ea15deb...v0.0.4