Evan You
e71d70dcb3
tweak build + upgrade flow
8 years ago
Evan You
a5835c2abf
allow turning off production tip via runtime config
8 years ago
Herrington Darkholme
a0042c4435
use vm.Script to avoid reparse ( #4892 )
8 years ago
Eduardo San Martin Morote
7e1d07aad2
Fix JSFiddle links ( #4910 )
Use an inline script tag with unpkg to explicitly show what we're
including. It allows to easily test regressions by appending @2.x.x at
the end of the of the link.
It also allows to directly check if the repro is using the latest
version
8 years ago
Phan An
a5a00738b1
Standardize the JSFiddle starter link ( #4890 )
* Standardize the JSFiddle starter link
We have two different JSFiddle starter links here, none of which is the version on Gitter.im (which appears to be more aligned with Vue's coding standard i.e. no root `<body>` tag, spacings and such). Modifying this issue template to use the Gitter.im version instead.
* Update JSFiddle link
8 years ago
Evan You
1f4cf63e8a
tweak template compilation error output
8 years ago
Evan You
af619151c6
improve other parser warnings
8 years ago
Evan You
cfb4d7c655
improve parser warning for tags with no matching close tag
8 years ago
Evan You
a0a619f611
fix sfc parser hanging on trailing ill-formatted brackets (fix vue-loader/#628)
8 years ago
Evan You
bf1f5f18e2
avoid externals warning in ssr tests
8 years ago
Evan You
f968e6ba3a
fix v-pre end check for unary tags
8 years ago
Eduardo San Martin Morote
ec7fca8495
Fix multiple attr in select with undefined value ( #4859 )
Fix #4855
8 years ago
p(^-^q)
8bf5af8edf
fix `addClass` utlil bug ( #4863 )
* fix addClass util bug
`<transition-group move-class=“ value with leading or trailing whitespace ” />`
* fix addClass util bug
`<transition-group move-class=“ value with leading or trailing whitespace ” />`
* fix addClass util bug
`<transition-group move-class=“ value with leading or trailing whitespace ” />`
* update test case for `addClass / removeClass` util
8 years ago
kazuya kawaguchi
e853d1994d
add compiler result field ( #4845 )
ref: CompiledResult type at flow/compiler.js
8 years ago
Evan You
12fa1eb01b
update bundleRenderer docs
8 years ago
Evan You
c2c87419fe
test bundleRenderer bundle format support + source map
8 years ago
Evan You
a2ca9b5184
suppress logs during weex tests
8 years ago
Evan You
1baa9d9c6c
upgrade to use webpack 2.2
8 years ago
Evan You
b80f8ba5ab
only map ssr stack trace if error is indeed an Error
8 years ago
Evan You
068095579b
support source map in bundle renderer
8 years ago
Evan You
eb071980ff
update bundle renderer bundle format
8 years ago
Evan You
561447d278
feat: support multi-chunk bundles in ssr bundle renderer
8 years ago
Adam Wang
d57f942814
fixed typo on line 15 ( #4829 )
8 years ago
jddxf
d14bd64143
Avoid double-decoding on attribute value ( #4797 )
* Use a single `replace` instead so that we could avoid the double-decoding issue,i.e. get `"` after decoding `&quot;` while `"` is expected.
* Don't instantiate RegExp on every call
8 years ago
Evan You
af1ec1ba99
update backers.md
8 years ago
Evan You
5ae63d9d2f
warn v-for component lists without explicit keys
8 years ago
Evan You
f33ca991ac
add semicolons to inline flow type declarations to workaround babel-sublime highligting issue
8 years ago
Evan You
e7083d09f1
fix scoped slots with dynamic slot names + force update for child components with scoped slots ( fix #4779 )
8 years ago
Evan You
6cbee6b286
refactor: extract universal v-model codegen code and update weex v-model codegen
8 years ago
Evan You
90a455c95c
fix replaced component root nodes losing parent scopeId ( fix #4774 )
8 years ago
Evan You
379695c912
complete coverage by testing v-model with extra listeners
8 years ago
Phan An
b4115f71b2
Remove warnings about inline value attributes for v-model ( closes #4733 ) ( #4770 )
8 years ago
Evan You
9d6c8ec268
feat: allow customization of component v-model prop/event via model option ( close #4515 )
8 years ago
Evan You
bea4d87613
move input type=file warning to more proper place
8 years ago
Evan You
769c4dc203
ensure mutating extended constructor options does not affect parent ( fix #4767 )
8 years ago
Evan You
b1e66b4891
refactor: split render helpers into separate files
8 years ago
Evan You
92c2ccee78
downgrade selenium-server so that it works on CI
8 years ago
Evan You
8b2b5d9697
update weex release script
8 years ago
Evan You
e1d2576552
[weex] disable transition-group move animation for now
8 years ago
Evan You
92fb118297
[weex] disable transition-group move animation for now
8 years ago
Evan You
d99637b7f3
[weex] make tests pass
8 years ago
Evan You
53d059222f
[weex] use factory pattern to create fresh Vue copies for each Weex instance
8 years ago
Evan You
3b34b029e9
bump deps
8 years ago
Evan You
419779b445
[weex] expose native module getter on sub Vue instances
8 years ago
Evan You
b88d3ca82c
[weex] wip: experimenting with transition-group
8 years ago
Evan You
ca4a77ff99
extract shared code between weex/web transition modules
8 years ago
Evan You
a18a301892
[weex] handle enter transition property fallback and warn edge cases
8 years ago
Evan You
a0d43d332f
[weex] support leave-to enter-to classes and make use of @TRANSITION data
8 years ago
Evan You
d83bbe2276
[weex] expose native module getter on sub Vue instances
8 years ago
Evan You
d58132e824
wip: weex basic transition support
8 years ago