Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.9.1
0.9.0
- Noticeably improved performance of server-side rendering, over 50% compared with 0.8x
- Added support of TypeScript #306
shouldUpdate
,onAttrsChange
,onChildrenChange
,onContextChange
lifecycle methods renamed toonAttrsReceive
,onChildrenReceive
,onContextReceive
,shouldRerender
respectively #303- Added support of some missing dom events:
onAnimationStart
,onAnimationIteration
,onAnimationEnd
,onTransitionEnd
#304 - Added support of some missing html attributes:
autoplay
,contenteditable
,crossorigin
,formaction
,formenctype
,formmethod
,formnovalidate
,formtarget
,novalidate
, etc #305
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
- Redesigned a way to obtain
attrs
,children
,context
andstate
inside component's instance #282 - Exception is throwed in dev mode in case of attempt to modify
attrs
,children
,context
andstate
directly #284 tag
,attrs
,children
,key
properties of virtual node are made public #281- Static method
onDefaultAttrsRequest()
ofComponent
is replaced with staticdefaultAttrs
property #286