10 Commits

Author SHA1 Message Date
ccb49f36d6 fix(virtual-list): several issues 2017-03-23 23:02:11 +01:00
7000b1b173 refactor: improve tree shaking abilities
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.

BREAKING CHANGES

ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
b70d13dd6f perf(virtual-scroll): improve virtual-scroll performance 2016-12-05 16:58:48 -06:00
288df86477 fix(virtual-scroll): redraw empty list when updated with no records
Closes #6512
2016-11-19 18:22:27 -06:00
d7be8a80c0 test(ngmodule): update to ngmodule 2016-09-13 15:44:02 -05:00
ac8e4dce06 style(all): tslinter warnings 2016-07-19 13:31:46 -07:00
2197d49633 fix(virtualScroll): first node should use clientTop/clientLeft 2016-06-23 13:22:32 -05:00
ff1daa6027 perf(virtualScroll): improve UIWebView virtual scroll
Related #6104
2016-06-10 11:30:21 -05:00
2b836a930f chore(tests): correct components to use src path instead of ionic to ensure karma tests pass. 2016-05-19 16:58:08 -05:00
c8f760f080 chore(build): rename ionic directory to src and update all references in the build process. 2016-05-19 13:22:40 -05:00