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
79eb2de0e3
docs(virtual-scroll): update performance tips
2016-12-11 21:32:25 -06:00
Adam Bradley
c510100ca1
fix(scroll): fix content dimensions for js scrolling
2016-12-09 21:06:22 -06:00
Adam Bradley
76ff421d6e
fix(virtual-scroll): ensure listeners added after init read
2016-12-09 10:44:21 -06:00
Adam Bradley
d6b2a83fb1
test(virtual-scroll): add second page to vs basic
2016-12-09 10:34:09 -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
8104cfac57
fix(virtual-scroll): only allow one readUpdate per update
2016-12-08 15:19:30 -06:00
Adam Bradley
ddde9f18f5
chore(virtual-scroll): only run detection on individual nodes
2016-12-07 22:16:05 -06:00
Adam Bradley
39e1dce72d
fix(img): ensure scroll has been initialized
2016-12-07 15:59:20 -06:00
Adam Bradley
aec8f51b60
fix(virtual-scroll): fix tabs content loading
2016-12-07 14:46:58 -06:00
Adam Bradley
1c52c2dd1f
docs(img): update img and web worker docs
2016-12-07 10:58:00 -06:00
Job
ca489e8200
chore(virtual-scroll): replace implicit any's
2016-12-07 10:02:08 -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
947780e70a
feat(virtual-scroll): apply contain:strict to virtual scroll items
2016-11-19 20:19:13 -06:00
Adam Bradley
a8002cefce
docs(virtual-scroll): add recommendation to use WKWebView
2016-11-19 19:49:23 -06:00
Adam Bradley
8248666f7a
docs(virtual-scroll): custom components within virtual scroll
...
Closes #6881
2016-11-19 18:41:26 -06:00
Adam Bradley
288df86477
fix(virtual-scroll): redraw empty list when updated with no records
...
Closes #6512
2016-11-19 18:22:27 -06:00
Manu Mtz.-Almeida
ff1f340285
test(assert): adds new debugging assert() util
...
improves removing of console.debug statements
fixes #8483
2016-10-18 09:10:00 -05:00
Christian Käslin
b16228b372
fix(virtual-scroll): set this.approxItemHeight before update(true) is called first ( #8350 )
2016-10-13 11:04:19 -04:00
Manu Mtz.-Almeida
e2a6f2bbec
docs(): remove all prodMode references
2016-10-07 15:43:39 +02: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
Adam Bradley
d7be8a80c0
test(ngmodule): update to ngmodule
2016-09-13 15:44:02 -05:00
Alex Muramoto
de12a4e905
refactor(virtual-scroll): add console.warn when approxItemHeight is unset
2016-08-18 12:57:27 -05:00
Brandy Carney
938864e8d0
refactor(button): add ion-button attribute and icon attributes to style buttons
...
BREAKING CHANGES:
- `<button>` becomes `<button ion-button>`
- `<a button>` becomes `<a ion-button>`
- `<button ion-item>` does not get the `ion-button` attribute
- Buttons inside of `<ion-item-options>` do get the `ion-button`
attribute
- Removed the `category` attribute, this should be passed in
`ion-button` instead.
- Button attributes added for icons in buttons: `icon-only`,
`icon-left`, and `icon-right`
closes #7466
2016-08-16 17:11:02 -04:00
Justin Willis
8733dd89be
docs(): note about ion-img outside virtualscroll ( #7474 )
2016-08-03 18:38:27 -04:00
Manu Mtz.-Almeida
ac8e4dce06
style(all): tslinter warnings
2016-07-19 13:31:46 -07:00
Adam Bradley
2197d49633
fix(virtualScroll): first node should use clientTop/clientLeft
2016-06-23 13:22:32 -05:00
Adam Bradley
c7fa9490bf
style(imports): add spaces in imports
2016-06-22 14:29:27 -05:00
Brandy Carney
1d8ba4a5e7
fix(toolbar): position toolbar relative and add z-index
2016-06-17 16:15:31 -04:00
Adam Bradley
1a8f6d745d
test(header): update header markup
2016-06-17 11:43:30 -05:00
Adam Bradley
d13fa4e2cf
refactor(structure): allow content to scroll under headers/footers
2016-06-16 11:28:02 -05:00
Manu Mtz.-Almeida
efcdd20508
fix(item): sliding item's width must be 100%
...
#closes 6239
2016-06-15 03:18:54 +02:00
William Li
fa1537e88d
Update virtual-scroll docs to use let syntax ( #6888 )
...
This changed in beta7 due to the angular2 update to RC1. See https://github.com/driftyco/ionic/blob/2.0/CHANGELOG.md#angular-update-to-200-rc1
2016-06-14 16:58:26 -04:00
Adam Bradley
ff1daa6027
perf(virtualScroll): improve UIWebView virtual scroll
...
Related #6104
2016-06-10 11:30:21 -05:00
Adam Bradley
14c7bc29a1
test(): add apple-mobile-web-app-capable metatag
2016-06-08 23:19:57 -05:00
Adam Bradley
f049521095
fix(virtualScroll): detect changes in individual nodes
...
Closes #6137
2016-06-08 21:52:53 -05:00
Adam Bradley
6e9087534d
test(bootstrap): update to use ionicBootstrap
2016-05-31 15:49:12 -05:00
Chris Griffith
072753db4b
Fixing {{}} display issues
2016-05-19 17:06:38 -07:00
Josh Thomas
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
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