Skip to content

Releases: dfilatov/vidom

0.7.1

15 Jan 07:16
Compare
Choose a tag to compare
  • Fixed environment check to make vidom more envify+uglifyjs friendly #276
  • Fixed children normalization in case of only child #278

0.7.0

11 Jan 15:01
Compare
Choose a tag to compare
  • Removed onInitialStateRequest lifecycle method in favour of call setState inside onInit #272
  • Added ability to get updated value of multi-value <select> inside onChange handler #274

0.6.6

10 Jan 15:32
Compare
Choose a tag to compare
  • Fixed a bug with sequential calls of setState breaking previous component state #270

0.6.3

06 Jan 15:00
Compare
Choose a tag to compare
  • Fixed ref behaviour in some edge cases after patching Component and FunctionComponent nodes

0.6.2

02 Jan 21:00
Compare
Choose a tag to compare
  • Fixed referencies for cloned ComponentNode

0.6.0

01 Jan 20:18
Compare
Choose a tag to compare
  • Introduced callback-based implementation of referencies to component instances and dom nodes #264
  • Refactored internal dom components #266
  • Removed deprecated mountToDom and unmountFromDom
  • Removed obtrusive console message about dev mode

0.5.8

21 Dec 17:40
Compare
Choose a tag to compare
  • Implemented Component#getChildren method #262

0.5.7

13 Dec 09:57
Compare
Choose a tag to compare
  • Added ability to clone nodes #191

0.5.6

25 Nov 08:29
Compare
Choose a tag to compare
  • Fixed an issue with wrong stringifying of overloaded attributes #110

0.5.5

22 Nov 14:00
Compare
Choose a tag to compare
  • Improved performance of server-side rendering