Vue.js: v2.1.9 Release

Release date:
January 16, 2017
Previous version:
v2.1.8 (released December 28, 2016)
Magnitude:
3,251 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

25 Features Released with v2.1.9

Top Contributors in v2.1.9

Jinjiang
yyx990803
defcc
Hanks10100
jlmakes
mingmingwon
posva
andymanitara
arielpchara
kazupon

Directory Browser for v2.1.9

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

Release Notes Published

Fixed

  • #3433, #4445, #4511 avoid parsing error when being bundled via Browserify (@arielpachara via #4646)
  • #4590 handle component root patch edge case
  • #4599 ensure updated hook is called after child components are updated
  • #4620 fix checkboxes that are in-focus not updating on data change (@defcc via #4639)
  • #4633 fix keep-alive with dynamic include/exclude patterns
  • #4650 fix single -> array & array -> single event handler patching
  • #4655 fix v-on .once on multiple elements
  • #4658 fix input with static value bindings being reset on component update
  • #4693 support calling $mount in created again
  • #4702 fix leave transition ending early when multiple custom transition components are used together