Evan You
25a688ee31
chore: update backers
6 years ago
Evan You
312fd51770
chore: update sponsors
6 years ago
Evan You
1e77d355ad
chore: new sponsor
6 years ago
Evan You
3d36a443c7
fix: fix potential xss vulnerability in ssr when using v-bind
6 years ago
Evan You
5a255d946c
chore: update sponsors and backers
6 years ago
Evan You
21112ecc69
chore: update sponsor
6 years ago
Evan You
48acf71a01
chore: remove bmqb
6 years ago
Evan You
0e5306658a
chore: sponsors
6 years ago
Evan You
1f68e1eb01
chore: update sponsors
6 years ago
Evan You
b10ea06a37
chore: update sponsors
6 years ago
Evan You
52719ccab8
chore: sponsor cleanup
7 years ago
Evan You
bb953435af
chore: update sponsors
7 years ago
Sean Larkin
5e3823a576
chore(package.json): Add sideEffects: false field in package.json ( #8099 )
7 years ago
Evan You
654e5f153d
chore: new sponsor
7 years ago
Alexander
1abb944a71
chore(typo): no dots at the end of the comments ( #8087 )
7 years ago
Evan You
1ff51be93c
chore: new sponsor
7 years ago
Evan You
97f113e7b5
chore: update sponsors
7 years ago
Evan You
8cc7eaeadd
chore: update sponsors
7 years ago
jonkofee
38d5459e10
chore: use reactive components count in benchmark ( #7996 )
7 years ago
Zhenfei You
62265035c0
feat(weex): support object syntax of class ( #7930 )
7 years ago
Pooya Parsa
ef0b250979
feat(server, webpack-plugin): webpack 4 support ( #7839 )
SSR webpack 4 compat
7 years ago
Clark Du
575b6e77ab
fix(ssr): render initial and used async css chunks ( #7902 )
compatibility with webpack 4 + mini CSS extraction
close #7897
7 years ago
Evan You
ae6dcd63a0
fix(ssr): remove trailing hash in webpack module identifier when
generating client manifest
7 years ago
Evan You
805a4fd676
chore: new sponsor
7 years ago
Evan You
ee1a36820e
chore: update sponsor
7 years ago
Evan You
19552a82a6
build: release 2.5.17-beta.0
7 years ago
Evan You
dbf15103f7
build: build 2.5.17-beta.0
7 years ago
Evan You
950daca99b
types: make flow happy
7 years ago
Evan You
f148077437
chore: format
7 years ago
Evan You
faaf142cb6
refactor: reduce component mergeHook arg count
Because f43ce3a5 removed the two extra args from init hook
7 years ago
Luis Hernandez
8227fb3524
fix: add missing `asyncMeta` during VNode cloning ( #7861 )
7 years ago
Matheus Azzi
1bd6196fb2
fix(codegen): support IE11 and Edge use of "Esc" key ( #7887 )
Closes #7880
7 years ago
Piotr Kaminski
7a145d8643
fix(observer): invoke getters on initial observation if setter defined ( #7828 )
7 years ago
Evan You
653aac2c57
perf: avoid unnecessary re-renders when computed property value did not change ( #7824 )
close #7767
7 years ago
Evan You
f43ce3a5d8
fix: invoke component node create hooks before insertion ( #7823 )
fix #7531
7 years ago
Evan You
b7445a2b94
fix: beforeUpdate should be called before render and allow state mutation ( #7822 )
fix #7481
7 years ago
Evan You
de42278d34
fix: ensure init/prepatch hooks are still repsected
this address a regression introduced in 984927a which
causes vue-router#1338 to resurface.
7 years ago
Evan You
a7d190d249
chore: update sponsors
7 years ago
Léo Andrès
943e5c242b
workflow: clean shell scripts ( #7826 )
7 years ago
Evan You
903be9b91f
Revert "refactor: remove unnecessary checks ( #7875 )"
This reverts commit 43551b4fb6
.
7 years ago
Ryan Cavanaugh
49385e1efa
types: add UMD global declaration to index.d.ts ( #7868 )
Users using Vue from e.g. the CDN might be using the global `.Vue` without importing the module.
See https://www.typescriptlang.org/docs/handbook/modules.html for details on the syntax
7 years ago
Huo Chunyang
43551b4fb6
refactor: remove unnecessary checks ( #7875 )
7 years ago
dherman
7b387390aa
fix: correct the `has` implementation in the `_renderProxy` ( #7878 )
It's feasible that someone might ask if something other than a string is
in the proxy such as a `Symbol` that lacks a `charAt` method. This aligns
the implementation with the `getHandler`.
7 years ago
Evan You
17d7a5f6bd
chore: update sponsors
7 years ago
Evan You
2534219401
build: release 2.5.16
7 years ago
Evan You
9089170970
build: build 2.5.16
7 years ago
Evan You
62a922e865
fix: fix wrongly matched named slots in functional components
This is a subtle edge case caused when a stateful component triggers
a self re-render, which reuses cached slot nodes. The cached slot
nodes, if returned from a functional render fn, gets the fnContext
property which causes subsequent slot resolving to not function
properly. To fix this, nodes returned from functional components
need to be cloned before getting assigned fnContext.
fix #7817
7 years ago
Piotr Kaminski
9084747e30
fix(core): Make set/delete warning condition for undefined, null and ( #7818 )
primitive values more precise. Corrects #7452
7 years ago
leon
1a979c44d6
fix(ssr): fix v-show inline style rendering when style binding is array ( #7814 )
fix #7813
7 years ago
Hiroki Osame
a6169d1eb7
fix(model): fix static input type being overwritten by v-bind object ( #7819 )
fix #7811
7 years ago