Releases: vifjs/vif
Releases · vifjs/vif
BETA v0.1.6
BETA v0.1.4
BETA v0.1.3
Directive
- Prevent signal invalid dependencies (that can cause infinite loop)
Types
- Improve typescript types
BETA v0.1.2
Directives
- Fix bug on template directives after optimizations due to length miscalculation
BETA v0.1.1
BETA v0.1.0
Build
- fix bug affecting form element because of "content" property
Directives
- improve template performances on insert and remove
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
BETA v0.0.5
- add
useEffect
method andthis.useEffect
- remove
signal.effect
property
BETA v0.0.4
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