Skip to content

Releases: vifjs/vif

BETA v0.1.6

24 Jul 08:01
Compare
Choose a tag to compare

Directives

  • Fix omission in route directive

v0.1.4...v0.1.6

BETA v0.1.4

24 Jul 07:46
Compare
Choose a tag to compare

Directives

  • Fix omission in if directive

v0.1.3...v0.1.4

BETA v0.1.3

23 Jul 14:59
Compare
Choose a tag to compare

Directive

  • Prevent signal invalid dependencies (that can cause infinite loop)

Types

  • Improve typescript types

v0.1.2...v0.1.3

BETA v0.1.2

02 Jun 12:48
Compare
Choose a tag to compare

Directives

  • Fix bug on template directives after optimizations due to length miscalculation

v0.1.1...v0.1.2

BETA v0.1.1

31 May 07:52
Compare
Choose a tag to compare

Directives

  • optimize template checking

v0.1.0...v0.1.1

BETA v0.1.0

30 May 16:18
Compare
Choose a tag to compare

Build

  • fix bug affecting form element because of "content" property

Directives

  • improve template performances on insert and remove

v0.0.6...v0.1.0

BETA v0.0.6

03 Mar 18:10
Compare
Choose a tag to compare

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

BETA v0.0.5

22 Feb 10:26
Compare
Choose a tag to compare
  • add useEffect method and this.useEffect
  • remove signal.effect property

v0.0.4...v0.0.5

BETA v0.0.4

18 Feb 21:07
Compare
Choose a tag to compare

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