Commit Graph

20 Commits

Author SHA1 Message Date
Evan You 326aef4a6a fix incorrect context for slot content created in functional components (fix #4315) 2016-11-25 12:41:42 -05:00
Evan You eb92723df5 avoid merging text nodes when the node is a cloned slot node (fix #4209) 2016-11-15 23:07:50 -05:00
Evan You cc4c066989 fix coverage 2016-10-10 23:25:24 -04:00
Evan You 3446d1485d support functional components as named slot (fix #3872) 2016-10-10 22:41:14 -04:00
Eduardo San Martin Morote c835ce57ff Allow text nodes on static templates in components (#3826)
Fix #3824
2016-10-05 15:13:14 -04:00
Evan You 99ea0f8229 adjust named slot resolve check (fix #3819) 2016-09-30 14:19:16 -04:00
Evan You b8369e802b fix test template typo 2016-09-30 14:19:16 -04:00
Evan You 673dec6040 fix duplicate slot warning spelling 2016-09-10 10:41:12 +02:00
Evan You 4afccc8eec proper slot duplication warning (fix #3595) 2016-09-08 11:47:22 +02:00
Evan You a152fe0e98 only gen checkbox/radio model on input tags (fix #3516) 2016-08-26 18:28:58 -04:00
Evan You e6c5f21f86 fix event initialization on reused slot nodes (fix #3518) 2016-08-26 18:23:18 -04:00
Evan You 7b4a5a14e3 add warning for incorrect <slot> usage (ref #3447) 2016-08-15 12:35:11 -04:00
Evan You 9d43bff27e fix component in slot lifecycle (fix #3437) 2016-08-12 14:12:57 -05:00
Evan You 6e1597cf0b fix quote decoding for templates retrieved from innerHTML (fix #3403) 2016-08-07 22:33:21 -04:00
Evan You 21908b7267 ensure children is only re-resolved on parent update (fix #3400) 2016-08-07 01:41:54 -04:00
Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) 2016-07-12 16:32:04 -04:00
Evan You 34bcc02b77 remove preserveWhitespace config option 2016-06-10 18:14:58 -04:00
Evan You 43da334ec1 test programmatic $slot access 2016-05-28 21:39:59 -04:00
Evan You 3a0557a317 component slot tests 2016-05-27 17:14:23 -04:00
Evan You 2021b1f36f layout unit test files 2016-05-09 18:26:29 -04:00