Evan You
c0ad75beeb
[release] 2.2.5
8 years ago
Evan You
b876395441
[build] 2.2.5
8 years ago
Evan You
bfeb28f1fa
pin todomvc css version
8 years ago
Evan You
3b7cfc71cb
coverage
8 years ago
Evan You
f4630d0105
treat <input> with different types as different nodes ( fix #5266 )
8 years ago
Evan You
5222f06a2c
bump deps
8 years ago
Evan You
6de1b9b3ef
optimize patch conditionals
8 years ago
Evan You
0bb529a275
also warn when listening to camelCase events in in-DOM templates
8 years ago
Piotr Kaminski
e47b1e5c4d
Allow named properties on reactive arrays. ( #5216 )
* Allow named properties on reactive arrays.
* Remove semicolons to comport with style guide.
* Pacify flow type checking.
Without the cast to any, flow complains that Array doesn't have an
__ob__ property. This appears to be an instance of this issue:
https://github.com/facebook/flow/issues/1330
8 years ago
katashin
70db229a49
handle v-model on password input field on ie9 ( fix #5250 ) ( #5253 )
8 years ago
Raymond Rutjes
23a058ed13
fix(inject): change warn message when trying to mutate an injected value ( #5243 )
8 years ago
kingwl
7dea9f1eb2
fix provide isn't reactive with a single array ( #5229 )
* fix provide isn't reactive with a single array - Fix #5223
* add warning when injections has been modified
8 years ago
kingwl
4c4a2ab65f
trigger event after reassigned state - Fix #5191 ( #5233 )
8 years ago
chengchao
e733e5cee8
fix SSR v-show render. ( #5224 )
* fix SSR v-show bug. v-show info needs to be merged from parent to child component
* improve variable name
* update test case
* update test case
8 years ago
Evan You
84856a3a76
update issue template
8 years ago
Evan You
dd35cbf69a
remove env vars from npm scripts
8 years ago
Evan You
59a372229b
also catch error in data() ( close #5198 )
8 years ago
Evan You
26f196780c
always use uid when calling performance.mark ( fix #5209 )
8 years ago
Hanks
29445153e3
[weex] Support unary and left open tags ( #5052 )
* [weex] Support unary and left open tags
* [weex] add test case for unary tag
* [compiler] move canBeLeftOpenTag to compiler option
8 years ago
Evan You
2343b908c2
[release] 2.2.4
8 years ago
Evan You
6cf5d2d0d3
[build] 2.2.4
8 years ago
Evan You
45e273fa02
fix perf measure regression for nested components of the same name ( fix #5181 )
8 years ago
Evan You
d185dd294c
[release] 2.2.3
8 years ago
Evan You
b28aa39962
[build] 2.2.3
8 years ago
Evan You
368a335337
perf code coverage
8 years ago
Evan You
041683953a
improve camelCase prop warning message
8 years ago
AchillesJ
c6ab2e06d4
warn when template contains text outside root element ( #5164 )
* warn when template contains text outside root element
* fix warned flag
* make warn once a function
8 years ago
CodinCat
025e763124
Warn when not passing props in kebab-case ( #5161 )
* Warn when not passing props in kebab-case
* Move keyInLowerCase to dev only block
8 years ago
Evan You
4d227b98d0
turn off perf timeline measuring by default + reduce its impact on dev time perf ( fix #5174 )
8 years ago
Evan You
a6e1ae0aac
v-bind object should have lower priority than explicit bindings ( fix #5150 )
8 years ago
Evan You
e7dfcc334d
fix custom directive arg fall through ( fix #5162 )
8 years ago
Evan You
0b964c8440
formatting tweaks
8 years ago
Evan You
045ff5d56d
refactor create-component
8 years ago
kingwl
4964b253d0
fix wrong order of generate modifier code ( #5147 )
* fix wrong order of generate modifier code
* add unit test of #5146
* Update events.js
8 years ago
AchillesJ
f9706dc288
fix v-on unit test ( #5144 )
8 years ago
Herrington Darkholme
8fca83d6b6
fix #5121 : parse content in textarea as plaintext ( #5143 )
* fix #5121 : parse content in textarea as plaintext
* update comment
8 years ago
Evan You
82bc8b7429
Merge branch 'dev' of github.com:vuejs/vue into dev
8 years ago
Evan You
d0b8dce4a6
[release] 2.2.2
8 years ago
Evan You
8921d63bb0
[build] 2.2.2
8 years ago
Evan You
95cd2bd7fa
test v-model select with circular reference
8 years ago
Evan You
e6f89c0e2d
error-detector code style tweak
8 years ago
Brett Willemsen
890e68a37d
Update dbmon benchmark css to reflect changes made in js-repaint-perfs project. ( #5123 )
8 years ago
Evan You
fc6f181052
fix weex model test
8 years ago
Evan You
9d3ceba251
also include weex tests in npm test
8 years ago
Evan You
12870be9e0
expose component v-model expression on passed data
8 years ago
AchillesJ
06de266b11
reusing onRE ( #5130 )
* remove unnecessary code
* improve compiler codegen
* change false to 0
* reusing onRE
8 years ago
Evan You
c619b8d22c
remove inline value warnings for checkbox/radio/select also ( close #5112 )
8 years ago
kingwl
2e1e809467
fix prevent default unit test ( #5127 )
8 years ago
Evan You
303824ea9c
default slot should use fallback content when it contains all whitespace nodes ( fix #5097 )
8 years ago
Evan You
41ef650f9d
remove log
8 years ago