Commit Graph

7396 Commits

Author SHA1 Message Date
Dan Bucholtz
3f6e1ddbcd refactor(external-router): remove the external router controller, move the reconciliation methods to the nav itself, and move the external activation status information to ion-app 2018-02-15 23:14:09 -06:00
Dan Bucholtz
902c4c7f72 chore(build): remove custom router 2018-02-15 16:29:17 -06:00
Dan Bucholtz
4524d59e46 refactor(angular): remove reflective injector and use static injector instead 2018-02-15 16:27:38 -06:00
Dan Bucholtz
297324c19e chore(demos): update deps 2018-02-15 16:27:38 -06:00
Dan Bucholtz
8ec8b43408 refactor(router): monkey patch the router instead of extending it 2018-02-15 16:27:38 -06:00
Brandy Carney
e8cd91f45e fix(icon): update to latest ionicons for working colors and sizes
references #14013 references ionic-team/ionicons#524
2018-02-15 15:56:27 -05:00
Dan Bucholtz
646bd47ce2 feat(back-button): css, clean-up transition logic 2018-02-15 13:51:27 -06:00
Dan Bucholtz
40e861f57b refactor(nav): wait for hydration of various ionic components if they exist 2018-02-15 13:28:42 -06:00
Dan Bucholtz
4a3269e496 feature(nav-set-root): add a component to do a setRoot operation 2018-02-15 11:25:06 -06:00
Dan Bucholtz
bc381f62f6 test(nav): update tests 2018-02-15 11:13:57 -06:00
Dan Bucholtz
b34ee5cd87 test(nav): simplify simple-nested-navs test 2018-02-14 12:12:09 -06:00
Manu Mtz.-Almeida
5752c77822 chore(nav): revert unneed class 2018-02-14 18:54:41 +01:00
Manu Mtz.-Almeida
2fb9e4499f fix(nav): flickering 2018-02-14 18:41:08 +01:00
Manu Mtz.-Almeida
77cf37127e feat(router): links trigger animations 2018-02-14 18:41:08 +01:00
Brandy Carney
31a8c60609 chore(ionic): release 0.0.2-65 2018-02-14 11:00:17 -05:00
Brandy Carney
03dbca4bf6 fix(item-options): use the css classes for side 2018-02-14 10:42:41 -05:00
Brandy Carney
7df6b872b9 test(action-sheet): update e2e test to match v3 2018-02-14 10:29:47 -05:00
Brandy Carney
df18c0ece5 chore(ionic): release 0.0.2-64 2018-02-14 10:28:51 -05:00
Brandy Carney
8a65d28b51 chore(stencil): update stencil to latest version 2018-02-14 10:24:09 -05:00
Brandy Carney
b86861170c fix(item): add disabled property and styles 2018-02-13 19:48:33 -05:00
Brandy Carney
7f817a908f fix(item): update button styles inside of an item
references #14013
2018-02-13 19:46:28 -05:00
Brandy Carney
0c32c1c539 fix(item-divider): update the styles to use item styles for content
references #14013
2018-02-13 19:16:40 -05:00
Ross Gerbasi
fda46431d5 fix(toolbar): change to activated background color 2018-02-13 17:54:19 -06:00
Ken Sodemann
ee887a4842 feat(demo): post the form 2018-02-13 17:53:04 -06:00
Brandy Carney
89d4e2db22 fix(chip-button): use the correct colors for the icons and buttons 2018-02-13 18:45:14 -05:00
Brandy Carney
4305a5e346 fix(alert): remove the color from the checkbox label 2018-02-13 18:45:14 -05:00
Brandy Carney
98a6475481 fix(item): pass down user's class list 2018-02-13 18:45:14 -05:00
Ross Gerbasi
cac60b67ee fix(button): activated background color should be darker 2018-02-13 16:40:39 -06:00
Ross Gerbasi
23dd255a8d fix(themes): added overlay-background-color 2018-02-13 16:38:50 -06:00
Dan Bucholtz
8c8b8548e7 feature(angular): nav-params integrate with router 2018-02-13 15:05:20 -06:00
Brandy Carney
f4d1c6f561 style(sass): fix lint errors 2018-02-13 15:49:55 -05:00
Brandy Carney
e4c4419f70 fix(buttons): fix the toolbar buttons underline 2018-02-13 15:49:55 -05:00
Brandy Carney
460d5e17c8 test(buttons): fix buttons in tests to use fill and size attributes 2018-02-13 15:49:55 -05:00
Brandy Carney
074b8ee421 test(button): update e2e test to match v3 2018-02-13 15:49:55 -05:00
Brandy Carney
17f9a3462a fix(action-sheet): use correct border color 2018-02-13 15:49:55 -05:00
Dan Bucholtz
d4059ead58 feature(nav-push): initial implementation of nav-push 2018-02-13 14:19:51 -06:00
Dan Bucholtz
50ddcd4c7d fix(tabs): set selected tab to selected in initTabs 2018-02-13 11:48:41 -06:00
Manu Mtz.-Almeida
2971e94cbb fix(segment): md has ripple-effect 2018-02-13 16:40:11 +01:00
Manu Mtz.-Almeida
b0797f7b74 style(all): css direct child 2018-02-13 14:11:50 +01:00
Manu Mtz.-Almeida
7ba33ddc6e fix(tab-button): accesibility outline 2018-02-13 14:07:45 +01:00
Manu Mtz.-Almeida
e68622e074 fix(searchbar): standalone in MD 2018-02-13 13:37:49 +01:00
Manu Mtz.-Almeida
c9800093f2 fix(tab-button): using button for accesibility 2018-02-13 13:31:50 +01:00
Manu Mtz.-Almeida
a227d465f6 refactor(tabs): move css to tab-button 2018-02-13 13:10:13 +01:00
Dan Bucholtz
4271a0fc1e feature(routing): create external router controller for reconciling state from router in re-useable fashion
* external router controller

* external router controller

* gif it's working
2018-02-13 01:28:39 -06:00
Dan Bucholtz
529148e163 chore(demos): remove ng tab/nav routing demos since they're now in the primary demo 2018-02-13 00:18:00 -06:00
Dan Bucholtz
edeb1324c9 refactor(nav): implement nav integration with external router (angular to start) 2018-02-13 00:02:48 -06:00
Ken Sodemann
3fa8623cfe feat(demo): add form sample to the angular demo 2018-02-12 15:48:13 -06:00
Manu Mtz.-Almeida
892b87a63d refactor(tabs): move css to tabbar 2018-02-12 22:35:08 +01:00
Brandy Carney
65383ca48d chore(ionic): publish 0.0.2-63 with actual prod files 2018-02-12 16:33:16 -05:00
Brandy Carney
55dc36794e chore(ionic): update package to 0.0.2-62 so that I can publish 0.0.2-63 in 2 seconds 2018-02-12 16:28:27 -05:00