Brandy Carney
d252fa49e5
chore(e2e): rename app-module.ts to app.module.ts for consistency
...
references #10023
2017-01-13 15:16:24 -05:00
Adam Bradley
24d0052541
chore(noImplicitAny): add noImplicitAny to tsconfig
2017-01-12 10:14:50 -06:00
Adam Bradley
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
Adam Bradley
c38bc42425
test(img): fix img tests
2016-12-14 15:35:11 -06:00
Adam Bradley
4f61ea5f9b
fix(img): use img tag due to cordova limitations
2016-12-14 14:17:16 -06:00
Adam Bradley
fd1f8c06bf
test(img): add more img tests
2016-12-12 10:48:47 -06:00
Adam Bradley
5376318f3d
fix(img): move img requests out of web workers
...
Due to iOS Cordova WKWebView limitations, ion-img is not able to use
web workers for XMLHttpRequests.
2016-12-12 10:02:56 -06:00
Adam Bradley
f051bba390
chore(img): add worker comments and watch task
2016-12-09 12:00:31 -06:00
Adam Bradley
ac9e9eff7e
test(img): update img tests w/ relative urls and external worker
2016-12-08 22:35:17 -06:00
Adam Bradley
975eaa8aeb
refactor(img): use external web worker
2016-12-08 22:32:44 -06:00
Adam Bradley
ad4519c2a9
test(img): allow datauris
2016-12-08 15:24:27 -06:00
Brandy Carney
8417c51655
test(img): add tests for the img component
2016-12-08 11:08:43 -05:00
Adam Bradley
1c52c2dd1f
docs(img): update img and web worker docs
2016-12-07 10:58:00 -06:00
Adam Bradley
6093ed45b9
docs(img): ion-img docs
2016-12-05 23:26:36 -06:00
Manu Mtz.-Almeida
8efffff626
test(img): fixes typo
2016-12-06 01:24:20 +01:00
Adam Bradley
a1542abbe4
perf(img): load through webworkers, lazy load viewable imgs
2016-12-05 18:02:14 -06:00
Adam Bradley
b70d13dd6f
perf(virtual-scroll): improve virtual-scroll performance
2016-12-05 16:58:48 -06:00
Adam Bradley
72276c3295
fix(virtual-scroll): fix image rendering bug
...
Closes #6983
2016-11-19 21:45:28 -06:00
Adam Bradley
52ada1ca6d
chore(components): ngmodule updates
2016-09-13 17:07:33 -05:00
Brandy Carney
16df3a4aab
refactor(css): update theme imports
2016-09-13 16:57:32 -05:00
mhartington
4cfb5a48ee
doc(): update private
2016-08-06 12:26:06 -04:00
Manu Mtz.-Almeida
ac8e4dce06
style(all): tslinter warnings
2016-07-19 13:31:46 -07:00
Adam Bradley
ff1daa6027
perf(virtualScroll): improve UIWebView virtual scroll
...
Related #6104
2016-06-10 11:30:21 -05:00
Josh Thomas
c8f760f080
chore(build): rename ionic directory to src and update all references in the build process.
2016-05-19 13:22:40 -05:00