Commit Graph

769 Commits

Author SHA1 Message Date
J.P. Poveda
20a93907a2 docs(spinner): changed CSS selector for theming (#8047)
Per: https://forum.ionicframework.com/t/ion-spinner-color/46324/6
2016-10-13 12:09:16 -04:00
Manu Mtz.-Almeida
35568ba85f chore: removed deprecated APIs 2016-10-13 11:02:45 -05:00
Manu Mtz.-Almeida
a06bd69926 fix(menu): console.debug statements are one line 2016-10-13 17:51:18 +02: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
2834cd87cd test(): improve e2e tests 2016-10-13 00:05:47 +02:00
Brandy Carney
2f8fbed0c4 test(e2e): update e2e tests to resolve snapshot issues 2016-10-12 17:29:28 -04:00
Manu Mtz.-Almeida
1300cbd7c0 test(modal): adds canLeave test 2016-10-12 22:47:31 +02:00
Manu Mtz.-Almeida
58d09edf15 Merge pull request #8655 from manucorporat/fix-modal-alert
fix(modal): alerts do not trigger modal lifecycle events
2016-10-12 22:03:56 +02:00
softhorizons
dce4edf962 docs(popover): clarify the dismiss of a popover (#7795)
Clarify that that unfortunately-named onDidDismiss() is not a callback, but rather *sets up* a callback. Also explain dismiss()'s argument and its relation to said callback.
2016-10-12 15:56:17 -04:00
Manu Mtz.-Almeida
a2ffa63fd1 fix(spinner): works in iOS8
fixes #8145
2016-10-12 21:33:48 +02:00
Manu Mtz.-Almeida
cce46983a9 Merge pull request #8647 from Manduro/patch-4
fix(fab): center fab list for larger buttons
2016-10-12 20:41:11 +02:00
Alan Agius
21fa5cd75e fix(input): text input width calculation (#8063) 2016-10-12 14:31:48 -04:00
mhartington
58beb4173f docs(): update links 2016-10-12 14:17:35 -04:00
Manu Mtz.-Almeida
e2704a4a25 fix(modal): alerts do not trigger modal lifecycle events
fixes #8616
2016-10-12 19:58:38 +02:00
Colin Frick
c996d85d06 fix(popover): flipped arrow on iOS (#8462) 2016-10-12 13:48:07 -04:00
Brandy Carney
74adf99adb chore(merge): fix merge conflicts 2016-10-12 13:43:34 -04:00
Manu Mtz.-Almeida
fd5cdf0597 feat(infinite-scroll): it can be enabled/disabled from a ng input (#8385)
closes #8380
2016-10-12 13:25:26 -04:00
Manu Mtz.-Almeida
451ffe1133 fix(nav): ionViewDidLoad is called in modals
fixes #8449
2016-10-12 11:38:44 -05:00
Manu Mtz.-Almeida
8f39fec830 test(fab): adds footer 2016-10-12 18:34:42 +02:00
Brandy Carney
2b7e83c1e1 test(modal): fix modal e2e test errors with forms 2016-10-12 11:43:43 -04:00
Job
267a77b67c fix(fab): center fab list for larger buttons 2016-10-12 14:56:34 +02:00
Brandy Carney
9a4c2a0848 test(tabs): add e2e test for badges in tabs
references #8317
2016-10-11 15:49:45 -04:00
Alan Agius
888443ce7f fix(tabs) ion-badge not being given the proper color (#8399) 2016-10-11 15:48:37 -04:00
Brandy Carney
75eb743786 test(popover): fix popover e2e test to use the shared css 2016-10-11 14:54:13 -04:00
mhartington
17fdfa80ec docs(): fix broken links 2016-10-10 17:35:07 -04:00
Manu Mtz.-Almeida
c9f4a4123f test(modal): adds e2e tests for open rc0 issues
references #8616
references #8597
references #8573
2016-10-10 19:15:05 +02:00
Kyle J. Kemp
91b7df4fdb docs(navbar): fix a typo 2016-10-10 09:34:46 -05:00
Adam Bradley
6544b09e6d Merge pull request #8162 from manucorporat/searchbar-no-animation 2016-10-10 08:51:54 -05:00
Manu Mtz.-Almeida
fcc515f5d7 fix(transition): ios-transition can be used in MD/WP
fixes #7171
2016-10-10 08:47:40 -05:00
Manu Mtz.-Almeida
93616c4676 fix(list): consecutive inset lists with headers
fixes #8412
fixes #6164
2016-10-10 08:46:45 -05:00
Manu Mtz.-Almeida
db72a7d26b fix(menu): menu's content is resized properly
fixes #8504
2016-10-10 08:45:22 -05:00
Manu Mtz.-Almeida
bcbe03c480 fix(icon): isActive="false" with ios mode
fixes #8435
2016-10-10 08:42:49 -05:00
mhartington
da62b63253 docs(): minor doc updates 2016-10-10 09:13:04 -04:00
Manu Mtz.-Almeida
c9b11811ed Merge pull request #8605 from ramonornela/issue_8598
fix(spinner): add input mode fix #8598
2016-10-10 12:10:37 +02:00
ramonornela
8ee895f996 fix(spinner): add input mode fix #8598 2016-10-10 06:46:37 -03:00
Manu Mtz.-Almeida
cc14f11c09 docs(navbar): adds icon-only
fixes #8586
2016-10-09 23:47:30 +02:00
ramonornela
96838b9904 style(nav): fix linters tests missing semicolon and spaces 2016-10-09 17:42:24 -03:00
TOMA Hadrien
41ab767868 Update nav.ts
Fixing 404 error thrown by bug on NavController documentation reference (URL is now http://ionicframework.com/docs/v2/api/navigation/NavController/).
2016-10-09 21:36:11 +02:00
Max Lynch
69877238fa expanded insert-views nav test 2016-10-08 20:22:26 -05:00
Manu Mtz.-Almeida
88da70c386 test(nav): pushing/pop pages from lifecycle events
references #8510
2016-10-08 18:11:57 +02:00
Ramon Henrique Ornelas
af880ac5b4 style(test): add spacing in comment fix lint (#8555) 2016-10-07 15:49:49 +02:00
Manu Mtz.-Almeida
e2a6f2bbec docs(): remove all prodMode references 2016-10-07 15:43:39 +02:00
Max Lynch
3a208b6c8d Expand nav basic test 2016-10-06 19:23:38 -05:00
Max Lynch
5156917d78 fix(tabs): remove from parent nav when destroyed 2016-10-06 19:23:38 -05:00
Manu Mtz.-Almeida
f34d0c298e refactor(css): appearance mixin (#8212) 2016-10-06 16:18:00 -04:00
Manu Mtz.-Almeida
47e1e1766a fix(fab): not using change detection
fixes #8424
2016-10-06 16:22:56 +02:00
Daniel Abbatt
28661f648e docs(item): fix typo (#8535)
Should be "display it naturally", not "display is naturally" ?
2016-10-06 15:20:02 +02:00
Manu Mtz.-Almeida
e1e6e4be1e style: missing whitespaces 2016-10-06 10:51:18 +02:00
Manu Mtz.-Almeida
695d25c696 fix(item): regression in expandable sliding option button
fixes #8460
2016-10-06 10:36:07 +02:00
Manu Mtz.-Almeida
ec6615d62a fix(item): sliding item should not close when clicking an option button
fixes #8481
2016-10-06 10:19:01 +02:00