Evan You
e5e940307b
add dep
8 years ago
Evan You
f4f4c126f2
ssr: handle link rel=preload for non-js assets too
8 years ago
Evan You
81a187b668
bump lock
8 years ago
Evan You
ee3f061cce
update sponsors
8 years ago
Evan You
37035e5e74
update yarn.lock
8 years ago
Evan You
a1e01bf492
only handle script preload
8 years ago
Evan You
655c0f185b
tests for ssr bundleRenderer + template + clientManifest
8 years ago
Evan You
2ea80399da
restructure ssr tests: move template tests into separate file
8 years ago
Evan You
e0a7c1ac68
use data attribute for ssr marker
8 years ago
Evan You
c880db55be
tweak prefetch inferring
8 years ago
Evan You
8827406c86
support embedding scripts
8 years ago
Evan You
dbb47db248
handle updated bundle format and client manfiest
8 years ago
Evan You
fb3efcc9a8
tweak key
8 years ago
Evan You
fa42a7b35d
handle no-css async chunks
8 years ago
Evan You
2451c45d4f
fix preload for used chunks
8 years ago
Evan You
2fe42ef0c5
fix option passing
8 years ago
Evan You
fae6b87786
refactor: pull in vue-ssr-html-stream and refactor into generic template renderer
8 years ago
Evan You
e165b32a74
update sponsors
8 years ago
Eduardo San Martin Morote
6e2fc7e798
Add lastname in backers.md
8 years ago
Evan You
0cebdf55ab
[release] 2.2.6
8 years ago
Evan You
113fce9955
[build] 2.2.6
8 years ago
Kenneth Crawford
6fcfdbd83f
warn and handle missing get in computed ( fix #5265 ) ( #5267 )
8 years ago
Evan You
3209f6f517
remove parent/ref elm references when destroying instance, fix memory leak (fix vue-router#1279)
8 years ago
ZhangJan
be076173d0
fix a typo ( #5284 )
8 years ago
Evan You
8a518c1efd
update sponsors and backers
8 years ago
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