7 Commits

Author SHA1 Message Date
a30c4e13a0 Fix a crash when using a ProxyViewContainer in ListView item templates.
Not a regular {N} usage scenario, but it can happen with Angular components
which get wrapped in a proxy container.
2016-03-01 17:29:47 +02:00
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
32ff1f3cfc Fix TypeScript 1.8 compile errors. Get rid of "ui" imports. 2016-02-24 11:06:14 +02:00
4a8ec62506 Handle the case whr proxy is inside ContentView 2016-02-03 18:07:25 +02:00
57f15abf27 Fixed ios proxy view blocks layout requests 2016-02-03 15:38:48 +02:00
698345f171 Register ProxyViewContainer children with parent layout.
- Fixes a crash when used in a GridLayout on iOS since the layout needs to be
notified of any layout children changes.
- Adds a _parentChanged hook for all views.
2016-01-28 18:27:31 +02:00
96c638e1cc Tests added 2016-01-25 11:30:36 +02:00