Vue.js: v2.0.0-rc.2 Release

Release date:
August 16, 2016
Previous version:
v2.0.0-rc.1 (released August 11, 2016)
Magnitude:
1,069 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v2.0.0-rc.2

yyx990803
chrisvfritz
naumovs

Directory Browser for v2.0.0-rc.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Improvements

  • v-show now respects the original display value of the element (@chrisvfritz)
  • The server renderer now supports rendering <script> and <style> tags (they are still forbidden on the client) - this allows using a Vue component to render the HTML layout of the entire page. (@naumovs)
  • Added warning for missing v-on handlers.
  • Added warning for duplicate <slot> usage which used to work in 1.x but is no longer supported in 2.0.

Fixed

  • Fixed vdom patch errors on components with empty root (e.g. when root has v-if or transition)
  • #3433 fix enter hook not firing for v-show transition
  • #3439 fix v-model on input[type=range] in IE
  • #3440 fix out-in transition entering early when parent re-renders
  • #3451 fix native events on components with inline-template
  • #3453 fix unnecessary child watcher calls on parent re-render