Evan You
1780b1f07b
build: fix weex build
7 years ago
Evan You
aa1356e83d
test: e2e tests for basic renderer
7 years ago
Evan You
e76e648bc8
refactor: avoid using Object.assign in SSR code for basic renderer compat in other environments
7 years ago
Evan You
ef358fef94
build: tweak build script
7 years ago
Evan You
8295f71665
fix: warn slot-scope when used as a prop
7 years ago
Evan You
dae173d96d
feat: support denoting normal elements as scoped slot
also deprecate "scope" in favor of "slot-scope"
7 years ago
Evan You
4987eeb3a7
feat: v-on automatic key inference
7 years ago
Evan You
9761072d93
refactor: rename variable
7 years ago
Nick Messing
9734e878ec
feat: add .exact event modifier ( #5977 )
Allow limiting the event to the exact system modifiers specified.
close #5976
7 years ago
Evan You
e1da0d585c
feat(v-model): craete non-existent properties as reactive
close #5932
7 years ago
Evan You
2431d3d743
chore: fix warning space
7 years ago
Evan You
2b5c83af6d
fix: handle errors in errorHandler
close #6714
7 years ago
Sam Ruby
ae347a5225
fix: ensure nextTick are passed to errorHandler ( #6730 )
7 years ago
AchillesJ
6ad44e13e9
fix(ref): preserve ref on components after removing root element ( #6718 )
fix #6632 , #6641
7 years ago
Chris Casola
baabd6d140
fix(compiler): warn when inline-template component has no children ( fix #6703 ) ( #6715 )
7 years ago
Evan You
c5d0fa0503
feat: make vue and basic server renderer compatible in pure js runtimes
7 years ago
Evan You
093673e308
chore: update sponsors
7 years ago
Flavio Corpa
cf3be87b68
refactor: improve error msg for non-reactive properties ( #6735 )
close #6657
7 years ago
Evan You
c64f9ae164
fix: properly render value on <progress> in IE/Edge
fix #6666
7 years ago
Evan You
a5e5b31455
feat: add in-browser build for vue-template-compiler
7 years ago
Evan You
f15c56b45c
refactor: use isTrue
7 years ago
Evan You
cf1ff5b0dc
fix: use correct ns inside <foreignObject> as root node
fix #6642
7 years ago
kazuya kawaguchi
894d380e40
refactor: Improve DevTools perfromance user timing measurement name ( #6624 )
7 years ago
Evan You
0f2cb09444
fix: work around old Chrome bug
fix #6601
7 years ago
Meyti
dd50543829
docs: typo fix ( #6729 )
94512f3e8c/src/platforms/web/entry-compiler.js (L5)
7 years ago
Edd Yerburgh
5fe7dc28d1
docs: add types directory to CONTRIBUTING.md ( #6731 )
7 years ago
Clark Du
64f9d68844
refactor: remove unnecessary condition ( #6716 )
7 years ago
Derek Kent
4fd2ce813c
fix: allow an object's Symbols to be observed ( #6704 )
Attempting to parseFloat on a Symbol throws the error
`Cannot convert a Symbol value to a string`.
A Symbol can be cast to a string using `.toString()` or `String()` though,
so explicitly casting before parsing resolves the issue, allowing `Vue.set` to
be called on Symbols.
7 years ago
Evan You
4361a2b3ae
build: bump rollup version
7 years ago
Evan You
df868c707f
build: bump flow version
7 years ago
Evan You
78fb66633b
chore: update sponsors (add onsen ui)
7 years ago
SheetJSDev
924bfec9bc
doc: spelling and formatting ( #6681 )
7 years ago
Evan You
c05e3c1bca
chore: update sponsor
7 years ago
Hanks
2deda3d432
refactor(weex): Adjust the weex platform entry file to fit the new weex runtime ( #6620 )
* trim trailing whitespace
* revert(weex): remove the new Function hack for V8, as Weex uses JSC now
Remove the `callFunctionNative` method and `compileBundle`, which is provided by modified V8. In
order to maintain the consistency of the js engine, Weex also use JSC on Android. The legacy hack
for V8 engine should be removed.
* refactor(weex): move module and component apis to weex runtime
Modules and components should be registered in weex runtime, not the specific framework. The
`registerModules`, `registerComponents`, `weex.supports` and `weex.requireModule` api is moved to
weex runtime, which is in the "apache/incubator-weex" repo.
* test(weex): refactor the test cases to fit the new weex-js-runtime
* fix(weex): use document instead of renderer to create Element
7 years ago
ULIVZ
4441e0f9d1
chore: correct the contributor link in CONTRIBUTING.md ( #6621 )
7 years ago
Ryo Shibayama
a5939032de
ci: migrate to CircleCI 2.0 ( #6627 )
Improves upon #6041
7 years ago
Lukas Drgon
a9b6bc42fd
chore: set jsDelivr default file ( #6618 )
7 years ago
Evan You
4459b87de9
fix(core): avoid observing VNodes
fix #6610
7 years ago
Evan You
8164ce6169
chore: update sponsors
7 years ago
Evan You
b080a14138
fix(ssr): fix hydration mismatch with adjacent text node from slots
fix vuejs/vue-loader#974
7 years ago
Evan You
94512f3e8c
build: release 2.4.4
7 years ago
Evan You
a32490f27d
build: build 2.4.4
7 years ago
Evan You
a2f73f2c2e
fix(ssr): fix style injection regression
fix #6603 , (regression caused by attempt to fix #6353 )
7 years ago
Evan You
0c9534ff00
fix(ssr): fix bundleRenderer Promise rejection regression
7 years ago
Evan You
5376dab415
chore: fix bronze sponsors
7 years ago
kazuya kawaguchi
ed88ac4114
docs(packages): fix syntax ( #6600 )
7 years ago
Evan You
7cea42b4ef
chore: re-organize backers.md
7 years ago
Evan You
4504cafa8d
chore: re-organize README
7 years ago
Evan You
0a7ffb148c
build: release 2.4.3
7 years ago
Evan You
ef432c6e86
build: build 2.4.3
7 years ago