Commit Graph

990 Commits

Author SHA1 Message Date
Evan You 299f529498 fix transition enter hook for v-show (fix #3433) 2016-08-12 13:46:03 -05:00
Evan You 33bd50993a add readme 2016-08-11 18:19:57 -05:00
Evan You d9a6150b91 coc and issue template 2016-08-11 18:18:03 -05:00
Evan You a49a739fa4 remove log 2016-08-11 18:15:05 -05:00
Evan You 71db0bf2a8 add diagram in ssr docs 2016-08-11 18:13:16 -05:00
Sergii Naumov ea77ac28f5 Allow rendering forbidden tags on the server (#3425) 2016-08-11 11:25:59 -05:00
Evan You 543ff97487 Merge branch 'show-display' into next 2016-08-11 08:54:28 -05:00
Evan You 86bf3da18e fix flow error for #3393 2016-08-11 08:53:31 -05:00
Evan You 837b0b224b Merge branch 'bugfix/v-show-not-respecting-orig-display' of git://github.com/chrisvfritz/vue into show-display 2016-08-11 08:48:44 -05:00
Evan You 7b42671f04 [release] 2.0.0-rc.1 2016-08-11 00:43:09 -05:00
Evan You df85865e4f [build] 2.0.0-rc.1 2016-08-11 00:43:09 -05:00
Evan You 8367d489e0 fix prop type in IE9 2016-08-11 00:24:30 -05:00
Evan You a88e233f89 adjust prop validation to work across vms/iframes 2016-08-10 23:35:59 -05:00
Evan You 0e75fb93df use component name for SSR caching (also allow full externalization) 2016-08-10 23:35:40 -05:00
Evan You 1cde06b772 [release] 2.0.0-beta.8 2016-08-10 00:55:30 -04:00
Evan You 1cb4886380 [build] 2.0.0-beta.8 2016-08-10 00:55:30 -04:00
Evan You 5b80d05c2a skip transition on non-elements 2016-08-10 00:45:42 -04:00
Evan You cdc0bc9cd4 improve keep-alive: use component-based API 2016-08-09 16:32:15 -04:00
Evan You 7c3db415a7 warn undefined render/template during SSR 2016-08-09 14:53:16 -04:00
Evan You 5c55decade SSR: relay renderStream error in bundle renderer 2016-08-09 14:49:37 -04:00
Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 2016-08-08 19:03:00 -04:00
Chris Fritz dcd14696b3 store v-show original display value directly on el 2016-08-08 18:00:59 -04:00
Chris Fritz a4ac2eb687 made v-show respect display values in style attributes 2016-08-08 17:56:38 -04:00
Evan You 75b2f52301 coverage 2016-08-07 22:35:51 -04: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 1c0effa577 skip v-show transition if value is the same (fix #3395) 2016-08-06 10:26:15 -04:00
Evan You c2c68d6a22 [release] 2.0.0-beta.7 2016-08-05 18:14:22 -04:00
Evan You b3f6d79361 [build] 2.0.0-beta.7 2016-08-05 18:14:22 -04:00
Evan You e833d951ab test iOS 9.3 on sauce 2016-08-05 18:04:51 -04:00
Evan You bb58b2dfe8 tweak transition appear check 2016-08-05 14:20:11 -04:00
Evan You 2d58d0e3d7 fix all unit tests 2016-08-05 13:23:43 -04:00
Evan You ecd9c7dfe9 revert functional component parent 2016-08-05 12:48:57 -04:00
Evan You fe801b16e4 wip: fix $parent after children change 2016-08-05 12:43:35 -04:00
Evan You b5b963f51d wip: refactor children resolution (remove thunk mechanism) 2016-08-05 12:10:13 -04:00
Evan You 22894810df fix ssr v-bind test 2016-08-05 03:22:31 -04:00
Evan You c66b7566c6 fix flow 2016-08-05 03:10:40 -04:00
Evan You 59b2a0eeb3 support class/style in v-bind object 2016-08-05 02:59:33 -04:00
Evan You 351aef3cb4 use comment node as empty placeholder (fix <transition> SSR hydration) 2016-08-05 01:52:09 -04:00
Evan You 0212521419 add move animation example 2016-08-04 22:20:42 -04:00
Evan You 8b46747dd6 fix hydration coverage 2016-08-04 22:20:13 -04:00
Evan You 40b93e6527 avoid unnecessary enter transitions on nested inserted elements 2016-08-04 22:17:59 -04:00
Evan You a71d2356d9 further tweak SSR mismatch warning 2016-08-04 18:33:18 -04:00
Evan You 21d7ad65b5 filter out empty strings when normalizing children (fix SSR match when containing text is empty) 2016-08-04 15:03:53 -04:00
Evan You 5ed0c16b68 better hydration fail warnings 2016-08-04 13:50:16 -04:00
Evan You fea13b8aed fix flow error 2016-08-02 22:13:54 -04:00
Evan You b283f53fd0 support :style bind to text in SSR too 2016-08-02 22:05:33 -04:00
Evan You 69ba01e7d4 support :style binding to strings (fix #3379) 2016-08-02 21:17:22 -04:00
Evan You fd3377d1a9 [release] 2.0.0-beta.6 2016-08-01 15:31:13 -04:00
Evan You 2cdccccd65 [build] 2.0.0-beta.6 2016-08-01 15:31:12 -04:00