Vue.js: v2.1.4 Release

Release date:
December 2, 2016
Previous version:
v2.1.3 (released November 24, 2016)
Magnitude:
2,783 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v2.1.4

yyx990803
KingMario
kazupon
Jinjiang

Directory Browser for v2.1.4

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

Release Notes Published

Improvements

  • Added typings for 2.1 features (@ktsn via #4305)
  • New v-on modifier: .once (@KingMario via #4267)
  • config.keyCodes now support Array values for mapping an alias to multiple keyCodes. (@defcc via #4328)
  • Modifier key modifiers (.ctrl, .alt, .shift and .meta) now also work for KeyboardEvents.

Fixed

  • #4304 fix in-browser detection in jsdom + Node 7
  • #4306 fix static style bindings that contains !important
  • #4315 fix incorrect context for slot content created in functional components
  • #4339 fix keep-alive child component root transition
  • fix stateful transition wrapper component as child component root