Commit Graph

1117 Commits

Author SHA1 Message Date
Evan You d53c40ab69 [release] 0.12.16 2015-09-25 16:19:56 -04:00
Evan You cac637006d vm.$watch: support filters 2015-09-23 22:53:40 -04:00
Evan You aef6aeb8fb expose option merge strategies 2015-09-23 15:39:21 -04:00
Evan You 6858f5ca25 $interpolate: coverage + cast to string on single token 2015-09-23 15:38:38 -04:00
Evan You b70bffeb22 fix indentation styles per eslint 1.5 2015-09-23 15:35:56 -04:00
Evan You 2a41b3a0bd fix array filtering perf regression (revert 30bd8be) 2015-09-23 15:08:37 -04:00
Evan You 0d59333687 global api: add mixin method 2015-09-23 10:32:14 -04:00
Evan You 5f55ecbc22 update links for the forum 2015-09-21 15:37:33 -04:00
Evan You 431563fe92 [release] 0.12.15 2015-09-19 17:33:12 -04:00
Evan You 7ce035d99d template parser: improve HTML entity regex (fix #1330) 2015-09-17 10:22:22 -04:00
Evan You e6f5a70bbe v-model: do not fire listener at compositionend in lazy mode (fix #1327) 2015-09-17 09:08:24 -04:00
Evan You 9139fc8458 skip transition when element is hidden (fix #1322) 2015-09-16 21:39:45 -04:00
Evan You 930c7f03d9 support numbers in dynamic options (fix #1321) 2015-09-16 20:55:59 -04:00
Evan You 600580761c [release] 0.12.14 2015-09-11 14:16:33 -04:00
Evan You 8dd6da9f27 Merge pull request #1301 from evantre/dev
fix #1299, correct the loop counter
2015-09-11 13:32:40 -04:00
evantre 15d567eb59 fix #1299, correct the loop counter 2015-09-12 01:01:09 +08:00
Evan You 318e77b368 Merge pull request #1299 from evantre/dev
fix select element can't removeChild optgroup's option
2015-09-11 09:52:16 -04:00
evantre 1774e99c46 fix select element can't removeChild optgroup's option 2015-09-11 13:27:08 +08:00
Evan You fe9a3dbeea fix v-if contained check inside transcluded content (fix #1291) 2015-09-10 14:10:45 -04:00
Evan You 0d2b3733d6 Merge pull request #1286 from maqnouch/patch-1
Updated copyright to 2015
2015-09-09 20:39:24 -04:00
AQNOUCH Mohammed e14a6349e8 Updated copyright to 2015 2015-09-10 00:38:12 +00:00
Evan You f11552bbeb remove unobservable object warning 2015-09-09 10:04:35 -04:00
Evan You 1d43566b3b Merge pull request #1261 from zOxta/dev
Fixed typo
2015-09-08 12:46:18 -04:00
Evan You 914aa0619d move gitter button 2015-09-08 12:32:07 -04:00
Evan You 098c749ef2 use direct service badges (shields.io is unstable) 2015-09-08 11:58:09 -04:00
Evan You 40e5bae10b [release] 0.12.13 2015-09-07 16:10:12 -04:00
Evan You 39d978d948 warn v-repeat filters that do not return Arrays 2015-09-07 15:48:55 -04:00
Evan You 3b9fb2db53 detect synchronous done callback in transitions (fix #1244) 2015-09-07 12:30:33 -04:00
zOxta 6980948d2d Fixed typo 2015-09-06 01:43:01 -07:00
Evan You 3333598a88 fix large array update regression (fix #1248) 2015-09-03 15:14:40 -04:00
Evan You 5b413fc707 use reverse order in _.indexOf 2015-09-03 13:45:19 -04:00
Evan You 1fa16a067d Merge pull request #1245 from nkovacs/eslint-ternary
fix eslint ternary operator error
2015-09-03 11:28:19 -04:00
Evan You 9c1967e6e3 Merge pull request #1246 from nkovacs/1241-in-out-fix
Don't set up css transition callback if there's a js callback.
2015-09-03 11:23:53 -04:00
Nikola Kovacs b8b489efe4 Don't set up css transition callback if there's a js callback.
Fixes #1241
2015-09-03 13:14:43 +02:00
Nikola Kovacs 23b75b57eb require eslint 1.3.1 2015-09-03 13:04:51 +02:00
Nikola Kovacs f4d4362187 eslint's operator-linebreak rule now supports the ternary operator.
Changed the rule to match the code, and fixed the single instance
in the code that was different.
2015-09-03 12:56:07 +02:00
Evan You 5705239ab1 warn unobservable objects 2015-08-30 09:50:24 -04:00
Evan You d4d61ef43f Observer: only walk object if it is plain 2015-08-30 09:25:13 -04:00
Evan You 90fb381682 Merge pull request #1225 from Coffcer/dev
Added [space] key filter
2015-08-30 08:57:36 -04:00
Coffcer 14ad4ed9d1 add space key filter 2015-08-29 18:44:13 +08:00
Evan You 04fde7069f test warn duplicate object on v-repeat diff 2015-08-27 12:13:42 -04:00
Evan You 453f438995 fix unit test for track-by warning 2015-08-27 12:07:15 -04:00
Evan You 006e82d49a warning for duplicate objects during v-repeat diff 2015-08-27 12:02:14 -04:00
Evan You f0cf2c6aa1 inherit:true constructor cache should be context-sensitive (fix #1219) 2015-08-27 11:48:28 -04:00
Evan You 9942ace3ec only warn v-repeat on options when select has a v-model 2015-08-27 11:02:26 -04:00
Evan You bf8e37188f [release] 0.12.12 2015-08-26 04:48:20 -04:00
Evan You 850646fc0b fix checkbox value comparison and use looseEqual in comparisons 2015-08-26 04:43:28 -04:00
Evan You 04f3a4da16 [release] 0.12.11 2015-08-25 12:57:59 -04:00
Evan You f07d597b02 remove component.json 2015-08-25 12:57:38 -04:00
Evan You 3fc91b970a computed properties should be cached by default 2015-08-25 12:21:15 -04:00