Commit Graph

8094 Commits

Author SHA1 Message Date
Brandy Carney
d94597b858 chore(jest): fix issues with validation and jest 2018-06-14 16:23:10 -04:00
Adam Bradley
df3b9bc4cc chore(config): update component bundling 2018-06-14 13:20:13 -05:00
Adam Bradley
8e47101128 fix(bundling): fix EventEmitter import 2018-06-14 13:12:24 -05:00
mhartington
04e807f459 docs(): update examples 2018-06-14 11:46:44 -04:00
Brandy Carney
ad3538d089 chore(npm): update packages and gitignore 2018-06-14 11:35:22 -04:00
mhartington
15dc651494 fix(overlay): make type an any 2018-06-14 09:44:02 -04:00
mhartington
c11d74b64e fix(tabs): align tab title and icons to flex-start
Closes #14606
2018-06-13 12:35:26 -04:00
Adam Bradley
0f4ed8162a chore(router): move RouterIntent out of interface 2018-06-08 10:16:02 -05:00
Daniel Imhoff
51c2aa69a2 docs(reorder-group): fix typo 2018-06-05 11:45:20 -05:00
Adrián de la Rosa
5967352a32 fix(angular): correct subscription to cordova ready event (#14577) 2018-06-05 17:44:55 +02:00
mhartington
aaf3eee59d docs(): remove code blocks in docs 2018-05-31 16:13:53 -04:00
mhartington
5ad35ccc00 docs(): update examples and usage 2018-05-31 10:56:02 -04:00
mhartington
89a7d169e9 docs(): update usage and examples 2018-05-30 16:51:54 -04:00
Adam Bradley
62755f3824 chore(bundle): add ion-button and ion-icon bundle 2018-05-30 14:02:22 -05:00
ghybs
11b24aa4d2 docs(fab): update docs
Closes #14474
2018-05-30 13:09:46 -04:00
Adam Bradley
9872a6c7ee docs(readme): update stencil docs generation readmes 2018-05-30 12:02:31 -05:00
Adam Bradley
128ed60510 chore(package): update stencil 2018-05-30 12:01:44 -05:00
mhartington
3cdc696847 docs(): update usage and examples 2018-05-30 12:41:30 -04:00
Mike Hartington
8e164d6036 feat(slides): update swiper to latest
* feat(slides): update swiper to latest

* chore(slides): remove debug
2018-05-30 11:42:06 -04:00
mhartington
bd53bba5e8 fix(router): fix reuse strategy 2018-05-29 16:01:50 -04:00
Adam Bradley
442917d63a chore(stats): build core components stats.json 2018-05-25 16:04:07 -05:00
Adam Bradley
9559f5e42d chore(interface): update componentOnReady() and overlay interface 2018-05-25 13:43:06 -05:00
mhartington
373a97283f docs(): add more docs about virtual-scroll and ion-img 2018-05-24 13:23:39 -04:00
mhartington
791353ccba chore(build): fix enoent errors in build 2018-05-23 13:35:32 -04:00
Manu Mtz.-Almeida
c736bac32f fix(angular): avoid TS 2.8 features 2018-05-23 17:31:24 +02:00
Adam Bradley
c35684e165 chore(build): improve angular build scripts 2018-05-22 23:24:42 -05:00
Adam Bradley
cdada12c94 chore(package): update to stencil 0.9.4 2018-05-22 23:24:42 -05:00
Adam Bradley
dce45b27c1 chore(package): json stringify indent 2018-05-22 23:24:42 -05:00
Brandy Carney
b00008d75b chore(package): update package lock 2018-05-22 17:42:00 -04:00
Adam Bradley
5c87ee1fe8 chore(unpkg): add unpkg property to package.json 2018-05-22 13:13:08 -05:00
Adam Bradley
fb4353c97d feat(dir): default to ltr css, rtl overrides w/ [dir=rtl] selectors 2018-05-22 12:08:45 -05:00
Manu Mtz.-Almeida
093fcf540b chore(): update stencil and ionicons to latest 2018-05-21 18:38:21 +02:00
Daniel Sogl
1143905261 docs(): fix spelling in breaking docs
Closes #14327
2018-05-21 10:14:54 -04:00
mhartington
a3caab69f8 docs(datetime): add framework examples 2018-05-21 10:12:39 -04:00
Perry Govier
e7deb27688 docs(usage): one last usage example to typescript (#14481)
* docs(usage): setting angular usage example to be typescript

* docs(usage): one more javascript -> typescript

I forgot to save the last file…
2018-05-19 20:40:29 +02:00
Bengt Weiße
7f978ac449 chore(): fix changelog typo
fix typo
2018-05-19 19:37:31 +02:00
mhartington
1b4a94dc17 docs(): update angular usage 2018-05-17 16:18:24 -04:00
Manu Mtz.-Almeida
e6638e7922 feat(all): custom icons 2018-05-17 21:07:05 +02:00
Manu Mtz.-Almeida
fc078af3b4 fix(scripts): update github release notes 2018-05-17 20:58:47 +02:00
Manu Mtz.-Almeida
53e56f22f3 4.0.0-alpha.7 v4.0.0-alpha.7 2018-05-17 20:44:21 +02:00
Manu Mtz.-Almeida
a88e1e8dd2 fix(angular): build script 2018-05-17 20:39:44 +02:00
mhartington
4ba70f3a55 docs(): fix spelling 2018-05-16 15:04:13 -04:00
Adam Bradley
3bb661fa11 chore(angular): update angular tests to ng v6 and latest stencil 2018-05-16 11:40:28 -05:00
Adam Bradley
f3dc8a0fed chore(exports): update core exports 2018-05-16 11:39:41 -05:00
Adam Bradley
b70c192fd9 chore(package): update stencil and ionicons 2018-05-16 11:38:53 -05:00
ghybs
d52cb9e937 docs(fab): side and horizontal+vertical attrs (#14477)
* docs(fabList): rename left+right to start+end

in README top table to reflect actual code that supports RTL.

* docs(fabList): example FAB use vertical+horizontal attrs

instead of directly position values as attributes.
2018-05-15 12:45:30 +02:00
Perry Govier
d82be3e98c docs(usage): setting angular usage example to be typescript (#14469) 2018-05-14 18:50:05 -04:00
Manu Mtz.-Almeida
ed8ff4fec1 fix(angular): routerLink integration 2018-05-14 18:41:45 +02:00
Manu Mtz.-Almeida
8aa696537b fix(angular): Required<> is not available 2018-05-14 17:31:17 +02:00
Manu Mtz.-Almeida
618f708bc4 fix(all): strong typing for color 2018-05-14 13:51:30 +02:00