Evan You
6468e15194
fix release script tag handling
8 years ago
Evan You
e7a2510e63
Revert "[WIP] Support for ref callback ( #4807 )"
This reverts commit acec8db2c4
.
8 years ago
Evan You
abfb4589a8
fix weex tests
8 years ago
Evan You
5d12d52710
refactor compiler creation
8 years ago
Evan You
f66028b9cd
introduce tip + make v-for component key warning a tip + refactor web compiler entry
8 years ago
Evan You
7d3309deed
fix transition appear class fallback ( fix #4985 )
8 years ago
Evan You
d304eee296
fix weex tests
8 years ago
Evan You
661d880075
fix component v-model with "value" binding expression ( fix #5002 )
8 years ago
Evan You
394679fc70
ensure errors Array is always present in compiler output
8 years ago
Evan You
bc034d33a4
also respect release tag for sub packages
8 years ago
Evan You
7775da259d
[release] 2.2.0-beta.1
8 years ago
Evan You
f606d19a8b
[build] 2.2.0-beta.1
8 years ago
Evan You
2055b0dcdf
allow release script to specify publish tag
8 years ago
Evan You
680494690f
give long transition test specific timeout value
8 years ago
Evan You
3c3e6ae1bb
tweak
8 years ago
Evan You
7fa8fa76fe
avoid duplicate lifecycle hooks during constructor resolution
8 years ago
AchillesJ
673acecc34
Remove unnecessary code ( #4995 )
8 years ago
Evan You
4cf49828c0
properly handle cosntructor options modification before global mixin application ( fix #4976 )
8 years ago
Evan You
2a5fb41d1c
re-implement mergeVNodeHook to prevent memory leak ( fix #4990 )
8 years ago
Evan You
01b09e6bcd
type for renderError option
8 years ago
Evan You
73c5614740
update types for new features
8 years ago
Evan You
8d25e8f574
make explicit transition duration tests more stable
8 years ago
Evan You
42492ffaf9
adjust explicit transition duration tests
8 years ago
Evan You
8e854a9ed1
only use click for v-model checkbox/radio in Chrome ( fix #4796 , #4896 )
8 years ago
Evan You
29f6902d19
coverage
8 years ago
Evan You
0dd158fbaf
bump deps
8 years ago
Evan You
689c107de4
feat: config.performance
8 years ago
Evan You
f916bcf371
feat: provide/inject ( close #4029 )
8 years ago
Evan You
1861ee9570
feat: renderError
8 years ago
Evan You
a1d5b22e34
throw error in ssr so it can be captured properly by renderer
8 years ago
Evan You
3c0cdb5535
improve error handling for lifecycle hooks
8 years ago
Evan You
3566d9296d
update karma configs to use explicit plugins
8 years ago
Hanks
3e523e6d57
[weex] convert kebab-case attribute name to camelCase in compiler ( #4964 )
* [weex] add test case for camelize props
* [weex] add test case for append props
* [weex] camelize component attribute name
* [weex] more reliable camelize functions
8 years ago
Chris Casola
3dc9338479
Warn when defining a method with same name as a prop ( #4950 )
* Warn when defining a method with same name as a prop
* update error message
8 years ago
Evan You
9ccffe72db
invoke activate/deactivate recursively + refactor ( close #4242 )
8 years ago
M Habib Rohman
2f520ba9ee
fix doc comment typo ( #4954 )
8 years ago
Evan You
7f6c889a88
tweak event modifier codegen
8 years ago
kingwl
0e2dafa74c
support mouse event modifier ( #4866 )
8 years ago
kazuya kawaguchi
f7062b9b75
flowtype reafactoring ( #4945 )
8 years ago
kingwl
8bb6c2bdaa
support $on multi event ( #4860 )
8 years ago
Guillaume Chau
0598ab0c64
#4371 - Explicit transition durations ( #4857 )
* Add transition explicit duration
* Fix tests for explicit transition duration
* Tweaks & default to milliseconds
* Better tests
* Better test for change value case
* Fix transition duration tests
* Better flow typing
* Fix transition test
* Revert "Fix transition test"
This reverts commit db75b3801ed11182119c78ebae87f40a62803714.
* Fix transition test
Revert "Fix transition test"
This reverts commit db75b3801ed11182119c78ebae87f40a62803714.
Fix transition test
* Better flow types
* Warn message
* Better prop handling
* Better flow typings
* adjustments
8 years ago
Rahul Kadyan
acec8db2c4
[WIP] Support for ref callback ( #4807 )
* ✨ Tests for ref callback
* ✨ Support for ref callback
* Add test of inline ref callback
* adjust ref implementation strategy
* fix patch ref registration
* fix tests
* fix flow
* fix test for phantomjs
8 years ago
Evan You
8d88512837
ssr: resolve require() calls relative to bundle ( fix #4936 )
8 years ago
Evan You
6977109051
improve transition-group move detection ( fix #4900 , close #4911 )
8 years ago
Evan You
ef57aa250f
update weex events module
8 years ago
Evan You
05c769bf44
fix .once with other modifiers that prevent execution of a handler ( fix #4846 )
8 years ago
Evan You
f59aef08e6
further improve end tag check ( close #4408 )
8 years ago
Zephraph
0201d8ca1d
Add foreignObject as a dedicated SVG element ( fixes #4813 ) ( #4926 )
* Add foreignObject to isSVG list; Fix for #4813
* Remove extra comma, alphabetize
8 years ago
Zephraph
97d36bc23f
Pass attributes to parseComponent (addresses #4914 ) ( #4925 )
* Pass attributes to parseComponent
* Edited source in the right place, added test
* Back out changes made to the generated compiler build file
* Add a few more checks
8 years ago
Herrington Darkholme
01151ce3fa
fix #4872 , use context agnostic Function constructor check ( #4928 )
* fix #4872 , use context agnostic Function constructor check
* use getType to check Function Constructor
* fix negation
8 years ago