6 Commits

Author SHA1 Message Date
066ab712c0 chore(nativeRaf): use native raf over zone wrapped 2016-04-26 15:33:31 -05:00
ade93371a4 chore(build): add tslint and unit tests to prerelease gulp task
closes #5755
2016-04-13 15:40:20 -05:00
b744275936 perf(img): do not reuse img elements
Safari UIWebView has troubles dropping image requests when the src
changes, and when there are hundreds going in and out this causes
issues. Instead, do not reuse img elements. Closes #6112
2016-04-11 12:21:59 -05:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
0701338484 fix(img): only load ion-img when visible 2016-04-05 14:50:05 -05:00
7a827277a9 feat(img): create ion-img
ion-img is useful for virtual scrolling. It allows ionic to control
image HTTP requests, along with controlling when images should be
rendered within the DOM.
2016-03-23 23:51:20 -05:00