Skip to content

Releases: dfilatov/vidom

0.9.21

20 Aug 15:22
Compare
Choose a tag to compare
  • Optimized performance of SSR

0.9.20

19 Aug 11:45
Compare
Choose a tag to compare
  • 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

21 Jul 11:46
Compare
Choose a tag to compare
  • 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

11 Jul 13:12
Compare
Choose a tag to compare
  • Fixed an issue with possible wrong value of previous attributes inside methods of lifecycle hooks in some edge cases

0.9.17

07 Jul 06:20
Compare
Choose a tag to compare
  • 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

04 Jul 07:49
Compare
Choose a tag to compare
  • 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

26 Jun 20:02
Compare
Choose a tag to compare
  • Added ability to pass undefined as a value of setRef callback
  • Fixed typescript definition for callback passing as ref

0.9.14

23 Jun 10:37
Compare
Choose a tag to compare
  • Fixed an issue with rendering false value in some edge cases
  • Introduced vidom.FocusSyntheticEvent to typescript definition

0.9.13

22 Jun 14:55
Compare
Choose a tag to compare
  • Component class or function is accessible for ComponentNode and FunctionComponentNode as component property from now
  • Added animation events to typescript definition

0.9.12

21 Jun 15:21
Compare
Choose a tag to compare
  • Fixed an issue with disability to subscribe on animation and transition events
  • Improved typescript definition to simplify usage