Skip to content

Releases: dfilatov/vidom

0.3.18

03 Aug 08:11
Compare
Choose a tag to compare
  • Fix an issue with patching a tag and fragment nodes with themselves

0.3.17

02 Aug 08:38
Compare
Choose a tag to compare
  • Added ability to nodes to be patched with itself

0.3.16

01 Aug 07:25
Compare
Choose a tag to compare
  • Added some minor optimization tweaks

0.3.15

21 Jul 13:03
Compare
Choose a tag to compare
  • Implemented workaround to make mouse events work with any DOM-elements on IOS #229

0.3.14

14 Jul 11:01
Compare
Choose a tag to compare
  • Improved performance in Chrome in case of massive removing #227

0.3.10

11 Jul 12:52
Compare
Choose a tag to compare
  • Exposed console and IS_DEBUG

0.3.9

08 Jul 12:51
Compare
Choose a tag to compare
  • Vidom now is built via rollup: bundle size is reduced from 10KB to 8КB #225
  • Improved server-side rendering performance
  • Component#onInitialStateRequest and Component#onInit now accepts children argument

0.3.8

05 Jul 07:08
Compare
Choose a tag to compare
  • Fixed adoption of empty fragment #224
  • Added throwing of exception in case of trying to reuse nodes #222

0.3.7

04 Jul 10:52
Compare
Choose a tag to compare
  • Component#render and FunctionComponent now renders comment node instead of <noscript/> if null is returned #220
  • Internal refactoring of fragments
  • Moved from babel-preset-es2015-loose to babel-preset-es2015-minimal preset

0.3.6

30 Jun 07:58
Compare
Choose a tag to compare
  • Added support of media events #217