Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.9.21
- Optimized performance of SSR
0.9.20
- Added warning if
Component#setState()
is called during onRender()
#326
- Fixed error message for checking the keys for uniqueness
- Fixed typescript definition for html attributes (
key
and ref
have removed from them)
0.9.19
- Added name of component to the error message in case of wrong returning value from
Component#onRender()
or functional component call
- Returning value from
Component#onRender()
or functional component call is checked more strictly from now
- Added typescript definition for
aria-hidden
attribute
0.9.18
- Fixed an issue with possible wrong value of previous attributes inside methods of lifecycle hooks in some edge cases
0.9.17
- Fixed an issue with overriding values of default attributes with passed
undefined
ones #322
- Added typescript definition of
defaultAttrs
for function components
0.9.16
TagNode#setHtml
ignores passed null
, undefined
and boolean values from now #320
- Fixed typescript definition for
onClick
handler which gets vidom.MouseSyntheticEvent
rather than vidom.SyntheticEvent
from now
0.9.15
- Added ability to pass
undefined
as a value of setRef
callback
- Fixed typescript definition for callback passing as
ref
0.9.14
- Fixed an issue with rendering
false
value in some edge cases
- Introduced
vidom.FocusSyntheticEvent
to typescript definition
0.9.13
- Component class or function is accessible for
ComponentNode
and FunctionComponentNode
as component
property from now
- Added animation events to typescript definition
0.9.12
- Fixed an issue with disability to subscribe on animation and transition events
- Improved typescript definition to simplify usage