Commit Graph

1591 Commits

Author SHA1 Message Date
Evan You
599e38edb0 remove vue.common.js (just use umd build) 2015-12-25 16:00:41 -05:00
Evan You
8609d4aafb no need to handle focus/blur for v-model with lazy (fix #2083) 2015-12-25 15:53:17 -05:00
Evan You
c3848c8c8c save some memoery 2015-12-25 15:41:36 -05:00
Evan You
cdf233f59f transclude class merging should skip interpolated class (fix #2085) 2015-12-25 15:39:36 -05:00
Evan You
da9e036b07 [release] 1.0.13 2015-12-24 17:39:37 -05:00
Evan You
8c77fb8f75 [build] 1.0.13 2015-12-24 17:39:36 -05:00
Evan You
03b580e05c use pre-hook for setting up prop two-way sync (fix #2064) 2015-12-24 17:28:14 -05:00
Evan You
fa53d9646e Merge pull request #2072 from galenyuan/dev
object的倒序排列会在一些特殊环境下造成影响(如数据库字段依赖JSON顺序时)
2015-12-23 21:37:23 -05:00
Galen.Yuan
68311e97eb object的倒序排列会在一些特殊环境下造成影响(如数据库字段依赖JSON顺序时) 2015-12-24 10:14:14 +08:00
Evan You
9864be9107 fix value interpolation regression (fix #2068) 2015-12-23 17:18:33 -05:00
Evan You
212eb80113 class interpolation should preserve transition class (fix #1960) 2015-12-23 17:05:57 -05:00
Evan You
d302235e9b revert ad2ac50 in additon to #2076 2015-12-23 16:53:01 -05:00
Evan You
acb9817ba4 refactor: move directive priorities into a single file 2015-12-23 16:49:24 -05:00
Evan You
2235a305c2 Merge pull request #2076 from pespantelis/dev
Fix #2075
2015-12-23 16:49:02 -05:00
Pantelis Peslis
8f3d4f7465 Fix #2075 2015-12-23 18:44:52 +02:00
Evan You
52f6cfcd98 Merge pull request #2066 from gebilaoxiong/dev
在$watch方法中初始化Wather的时候,user选项是不是漏写了?
2015-12-21 22:43:27 -05:00
xiongyang
5d2669da1a [fix]方法中初始化Watcher的时候遗漏了user选项 2015-12-22 11:30:29 +08:00
Evan You
aff86c7e27 Merge pull request #2061 from pespantelis/dev
[fix] Convert string to number
2015-12-21 14:40:37 -05:00
gebilaoxiong
ebb34c09ab [fix]–¹法初始化Watcher的时候遗漏了user参数 2015-12-22 02:25:21 +08:00
Pantelis Peslis
f3b8f230dd Convert string to number 2015-12-21 06:45:38 +02:00
Evan You
a7c1689a74 include vue.common.js in source control 2015-12-18 16:37:55 -05:00
Evan You
c312c886fd [release] 1.0.12 2015-12-17 18:12:09 -05:00
Evan You
a58b4c176d [build] 1.0.12 2015-12-17 18:12:09 -05:00
Evan You
e56778a6d1 make the test a bit more fault tolerent on sauce 2015-12-17 18:06:55 -05:00
Evan You
90c92fbdb1 set property for "muted" in v-bind (fix #2042) 2015-12-17 14:35:20 -05:00
Evan You
e1d6b3ede8 fire watcher on object when properties are added/deleted in non-deep mode (close #2036) 2015-12-17 11:44:21 -05:00
Evan You
aec06da351 fix SVG class interpolation regression (fix #2035) 2015-12-16 11:18:06 -05:00
Evan You
a51be5f9c5 warn against reserved element tags as component ids 2015-12-16 10:42:15 -05:00
Evan You
99bf444a40 fix markdown e2e test 2015-12-15 12:26:16 -05:00
Evan You
d6ee905f20 do not attempt to apply v-show leave transition if element is out-of-DOM (fix #2022) 2015-12-15 12:23:39 -05:00
Evan You
bbf5e59ca6 handle v-pre on component root node (fix #2026) 2015-12-15 11:37:47 -05:00
Evan You
81d38aa1d0 avoid v-model debounce on blur (fix #2028) 2015-12-15 11:35:55 -05:00
Evan You
f9bbd20c90 check directive bound status in v-model listener (fix #2023) 2015-12-14 17:12:28 -05:00
Evan You
eec2cdb04f improve template parser HTML entity regex (fix #2021) 2015-12-14 17:03:47 -05:00
Evan You
afc15aa04c test case for 0efdd80 2015-12-13 12:26:39 -05:00
Evan You
0efdd80807 prevent v-model syncing value on blur after fragment is removed (fix #2017) 2015-12-13 11:58:28 -05:00
Evan You
167b7f998e handle 0 properly when using v-bind for input value (fix #2015) 2015-12-12 11:03:11 -05:00
Evan You
c6ca553bec fix IE9 className issue (fix #2001) 2015-12-10 11:50:29 -05:00
Evan You
146002a064 Merge pull request #1955 from lepture/coerce
add coerce option for component props
2015-12-10 10:31:11 -05:00
Hsiaoming Yang
3dbdf4c331 Add tests for coerce prop 2015-12-10 15:08:08 +08:00
Evan You
9f514b6a1e [release] 1.0.11 2015-12-10 00:00:07 -05:00
Evan You
f6ed7f4c42 [build] 1.0.11 2015-12-10 00:00:06 -05:00
Evan You
4c6890432e use isExtensible instead of isFrozen for a safer check (fix #1995) 2015-12-09 23:54:53 -05:00
Evan You
2b9e072d82 ensure slot compilation order inside conditional fragments (fix #1965) 2015-12-09 19:29:49 -05:00
Evan You
62229ef1d9 add warning for invalid component names (close #1997) 2015-12-09 18:32:57 -05:00
Evan You
55a56a61e5 cancel acitvate hook callback if component switches before activation (fix #1994) 2015-12-09 13:12:23 -05:00
Evan You
9edb3582b1 should fallback on default slot if no content is left (#1965) 2015-12-09 12:06:03 -05:00
Hsiaoming Yang
e10b8b0cad add coerce option for component props 2015-12-09 20:50:32 +08:00
Evan You
746e17aec1 only sync inline value on init for checkbox/radio (fix #1985) 2015-12-08 12:28:53 -05:00
Evan You
5496497aca Merge pull request #1975 from kaorun343/fix-typo
Update dom.js
2015-12-06 22:44:33 -05:00