Evan You
5f27148eea
Merge pull request #537 from tyage/svg-class
...
Support v-class attr of svg in IE
2014-11-04 12:34:09 -05:00
tyage
4e31c355f8
indent
2014-10-31 16:22:22 +09:00
tyage
036eae2954
use method in utils instead of classList
2014-10-31 16:17:45 +09:00
tyage
90869bad24
support svg class name for ie
2014-10-31 16:16:33 +09:00
tyage
d1cce70213
check classList with each element
2014-10-31 15:15:01 +09:00
Evan You
fa791a8084
fix #438 arguments with non-identifier chars
2014-09-19 09:34:41 -04:00
Evan You
1e01c189f4
fix #394 transition gaps
2014-08-12 17:44:51 -04:00
Evan You
eb4d0100f3
Merge pull request #390 from jmonma/dev
...
Remove incorrect nodeType check in fragment.js
2014-08-07 10:58:46 -04:00
Jason Monma
388fe79fdd
Remove incorrect nodeType check in fragment.js
2014-08-07 09:47:02 -05:00
Evan You
754bf63f90
Merge pull request #385 from ayamflow/dev
...
Allow Vue.nextTick to be passed a context
2014-08-05 10:53:43 -04:00
Florian Morel
67314445a6
Allow Vue.nextTick to be passed a context
2014-08-05 10:05:12 +02:00
Evan You
c8a168bbfb
Merge pull request #376 from xrado/dev
...
fixed currency filter for negative numbers
2014-07-30 10:27:05 -04:00
Radovan Lozej
81e9edf81d
fixed currency filter for negative numbers
2014-07-30 08:56:30 +02:00
Evan You
8e9cbad2c3
fix unit test cleanup in IE9
2014-07-28 23:52:46 -04:00
Evan You
cf37f7efd6
Release-v0.10.6
2014-07-28 22:43:36 -04:00
Evan You
2df1047b05
check for handler presence in v-on reset ( #366 )
2014-07-21 10:32:28 -04:00
Evan You
738a80ef23
fix #347 currency filter with string values
2014-07-14 21:38:02 -04:00
Evan You
b9ab204b9c
Merge branch 'diverted247-patch-1' into dev
2014-07-08 20:19:26 -04:00
Evan You
7aa02e18be
style fix for PR#344
2014-07-08 20:18:27 -04:00
Ted Patrick
b784efe748
Update viewmodel.js
...
Allow passing false to constructor to bypass compilation. Add vue.init( config) to defer setting configuration after construction has completed.
2014-07-08 14:21:11 -07:00
Evan You
4bc12434f0
make tests pass for #335
2014-07-08 17:10:17 -04:00
Evan You
20f0aaa915
Merge branch '335-allow-using-node-as-template' of https://github.com/jordangarcia/vue into template
2014-07-08 17:05:42 -04:00
Evan You
2b3448576c
pass on noRemove option from vm.$destroy to Compiler.destroy
2014-07-07 09:54:08 -04:00
jordangarcia
66f4708643
Allow template nodes to be passed as a template option
...
Split the parsing/switching logic of the type of template option
provided into the `template-parser` module and refactored `fragment`
module to only convert string -> document fragment
2014-07-04 14:04:27 -07:00
Evan You
f39703da36
Merge pull request #326 from spmjs/dev
...
Add spm support
2014-06-23 11:26:22 -04:00
afc163
a52d42ba9d
Add spm support
2014-06-23 15:37:41 +08:00
Evan You
a49e5616dd
fix #310 v-style fails with number values
2014-06-12 14:25:22 -04:00
Evan You
5016e0be5d
fix style jshint
2014-06-11 17:51:46 -04:00
Evan You
f3a169835a
Merge pull request #306 from kewah/master
...
ViewModel.require with component@1.0.0
2014-06-11 17:50:26 -04:00
Antoine Lehurt
93f7b743c5
Fix #124 ViewModel.require with component@1.0.0
...
component/builder2.js rewrites `require` calls during the build step, therefore it's not possible to require a module dynamically.
Added a list of internal modules that are exposed for plugins.
2014-06-11 22:12:11 +02:00
Evan You
c853d21dbf
Merge pull request #302 from shinnn/dev
...
Use SVG badges instead of PNG badges
2014-06-11 15:31:11 -04:00
Shinnosuke Watanabe
22f9ea9c54
use SVG badges
...
SVG badges look beautiful on retina displays.
2014-06-11 10:36:50 +09:00
Evan You
de8ec61312
Merge pull request #300 from dmfilipenko/fix/directive-style
...
#299 fix derective style
2014-06-10 12:19:42 -04:00
Dmitriy Filipenko
23f47750bd
#299 fix derective style
2014-06-10 15:04:47 +03:00
Evan You
fe996b3889
Release-v0.10.5
2014-06-06 15:09:35 -04:00
Evan You
894b5fd85f
make methods react to changes
2014-06-06 15:07:26 -04:00
Evan You
3be8ff5c08
address #290 v-on on iframes
2014-06-06 12:47:59 -04:00
Evan You
5b1da43d16
fix #284 lazy option not inherited
2014-06-06 12:03:01 -04:00
Evan You
da58edaad1
fix #288 v-with misbehaving with $watch
2014-06-06 11:31:17 -04:00
Evan You
ded392f972
update dev dependencies
2014-05-29 11:34:56 -04:00
Evan You
182fe83e37
give v-with higest priority among normal directives ( fix #282 )
2014-05-27 20:58:42 -04:00
Evan You
108122b5ea
fix #276 and #281 child vms removed before parent transition finishes
2014-05-27 18:53:52 -04:00
Evan You
8f251477d5
address #278 v-style with important priority
2014-05-27 17:44:16 -04:00
Evan You
31e522a384
Merge pull request #271 from bpierre/perf-fixes
...
Performance fixes
2014-05-15 14:48:48 -04:00
Pierre Bertet
9425bd3855
Small performance fixes
...
According to the discussion in #262
2014-05-15 17:42:09 +01:00
Evan You
3180eab53a
fix #253 attribute names with colons
2014-05-15 11:05:35 -04:00
Evan You
eef00d6892
Merge pull request #267 from dyu/dev
...
double clone bug
2014-05-15 10:25:58 -04:00
dyu
a487821461
strip newline at end
2014-05-15 16:47:28 +08:00
David Yu
c922003f04
double clone bug
...
The previous statement already cloned the fragment
2014-05-15 16:45:49 +08:00
Evan You
5fb8b10546
Merge pull request #261 from bpierre/contribution-guide
...
Contributing guide update
2014-05-09 10:43:51 -04:00