Commit Graph

13 Commits

Author SHA1 Message Date
Evan You b2b9d1c272 fix property reference proxy check for hand-written render functions 2016-11-23 17:46:41 -05:00
Evan You fa61c0042c fix proxy missing property detection when render function does not use `with` 2016-11-23 12:57:25 -05:00
Evan You 2dc2d062b1 adjust build 2016-11-20 12:03:43 -05:00
Evan You f242e119fa fix nextTick Promise implementation for polyfills 2016-11-20 12:03:24 -05:00
Chris Fritz 8bf26536d3 Add promise support to nextTick (#3967)
* add promise support to nextTick

* remove test for non-existent nextTick console error

* Update flow annotation for callback

* Revert flow annotation for nextTick callback
2016-11-20 09:50:38 -05:00
Dan Reeves e0698b2ebd warn user calling Vue() without new (#3793) 2016-09-28 15:33:29 -04:00
Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete 2016-08-17 13:53:50 -04:00
Evan You fe801b16e4 wip: fix $parent after children change 2016-08-05 12:43:35 -04:00
Evan You 47f24430cb also warn set/delete on instance root $data 2016-05-31 13:31:29 -04:00
Evan You f23498242f test for misc instance properties 2016-05-29 13:21:09 -04:00
Evan You 20758d554f instance methods tests 2016-05-27 21:38:06 -04:00
Evan You 2021b1f36f layout unit test files 2016-05-09 18:26:29 -04:00
Evan You 26b776fa81 add placeholders for unit tests 2016-04-26 11:10:11 -04:00