Commit Graph

21 Commits

Author SHA1 Message Date
Evan You b5c1bf604d do not merge empty class on component placeholder (fix #2789) 2016-05-04 13:17:47 -04:00
Evan You 208678b8a4 use custom matcher for warning tests 2016-03-09 17:32:05 -05:00
Evan You 521e8d2754 use standard and eslint 2.0 2016-02-17 18:31:19 -05:00
Evan You f7a91fc9f4 build: adjust test build setup for easier requires 2015-12-26 20:02:57 -05:00
Evan You 9dc0d7d87f use ES2015 + new build setup 2015-11-18 15:01:05 -05:00
Evan You e94b3b9363 avoid duplicate classes during transclusion (fix #1806) 2015-11-14 17:06:13 -05:00
Evan You 5cf33aeb37 support "is" on any element 2015-09-11 00:55:29 -04:00
Evan You cc2756ca83 fix unit test for compile refactor (wip) 2015-09-03 23:41:52 -04:00
Evan You 80515cc955 remove v-repeat 2015-09-03 17:43:13 -04:00
Evan You 067e1746cb fix class merging for svg elements (fix #1093) 2015-07-28 14:44:05 -04:00
Evan You 99f3774852 improve implicit fragment instance handling (fix #1084) 2015-07-27 12:20:44 -04:00
Evan You 42575972ce check for all elementDirectives for fragment instances 2015-06-30 22:06:44 +08:00
Evan You 5aa5c1144f lift root compilation as per-instance so that component linkers are globally cachable 2015-06-05 15:15:57 -04:00
Evan You 400f8bf686 refactor content transclusion 2015-06-04 10:12:37 -04:00
Evan You 5566f75782 use empty textNodes as anchors for cleaner HTML output 2015-05-24 21:21:21 -04:00
Evan You 3959b676e2 use better warning assertions in tests 2015-05-12 23:01:16 -04:00
Evan You e65c8958ab refactor component root compilation 2015-05-10 01:54:24 -04:00
Evan You e5054181aa component attr should take higher priority than placeholder attr with same name (fix #828) 2015-05-08 12:07:07 -04:00
Nikola Kovacs a3cdcacad4 Fix bug in <content> select.
Fallback wasn't used when none of the nodes matched by the selector
were children of the target.

refs #786
2015-04-17 09:40:27 +02:00
Nikola Kovacs cfdfda35aa <content> select should only match children.
Fixes 786
2015-04-16 18:29:05 +02:00
Evan You 4faf16e281 rename Binding -> Dep 2014-11-26 13:05:03 -05:00