37 Commits

Author SHA1 Message Date
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05:00
d0a3872628 docs(navbar): add doc for hideBackButton 2016-02-23 09:47:04 -05:00
6b9e59d0d0 feat(NavController): prevent other lifecycle events from firing
For Alert and ActionSheet, the currently active page’s leaving
lifecycle event should not fire. However, for Modal, the currently
active page’s leaving lifecycle should fire. Closes #5516
2016-02-19 12:06:49 -06:00
8401aa4449 style(button): format css 2016-02-10 09:11:40 -06:00
38a3be438f fix(button): bar-button uses inner span as flexbox
- Fixed block/full buttons, now there are display: block
- Fixes <ion-segment-button> warnings
2016-02-10 15:49:19 +01:00
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
f2db74ba69 fix(tabs): show navbar on second page in tab 2016-02-05 13:55:10 -06:00
5681406a99 docs(demos): update toolbar API demo and add navbar demo
references driftyco/ionic-site#397
2016-02-05 12:12:35 -05:00
687a17bcd2 perf(tabs): render tab navbar at same time of tab content 2016-02-04 23:08:52 -06:00
015361d5c0 docs(navbar): update docs 2016-02-01 22:46:11 -05:00
8fdc9ed673 chore(): fix NavController typescript errors 2016-01-12 21:41:37 -06:00
88aad3f880 refactor(decorators): remove ConfigComponent 2016-01-11 22:51:54 -06:00
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
829442dffe chore(decorators): move decorators up one directory 2015-12-18 10:32:24 -06:00
25d478bd6d docs(nav, navbar): nav and navbar updates 2015-12-16 21:02:41 -05:00
068f3ceb29 Merge remote-tracking branch 'origin/master' into WIP-api-demos 2015-12-16 11:13:03 -06:00
e9564ea2ae docs(toolbar/navbar): link sections 2015-12-11 14:52:17 -06:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
6ca7e357b6 chore(): remove navbarStyle/tabbarStyle configs 2015-12-09 09:46:55 -06:00
243f03e545 Merge branch 'alpha50' into css-refactor 2015-12-09 07:47:30 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
ce2e4a3e32 fix back button, add deprecation warnings 2015-12-08 15:48:40 -06:00
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
98e81641a7 fix toolbars 2015-12-05 16:02:25 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
ca618baef7 no show-navbar 2015-12-01 15:17:32 -06:00
10c76a64df feat(viewCtrl): setBackButtonText() 2015-12-01 09:43:12 -06:00
e0da73e07a feat(navCtrl): create postRender 2015-11-28 23:15:47 -06:00
ad276f4161 fix(navCtrl): wrap user lifecycle evts w/ try/catch 2015-11-28 00:10:38 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
13fa14dff6 chore(): make members private 2015-11-15 20:37:24 -06:00
9ef27f8c56 refactor(cssClass): use host class instead of renderer
Since angular2 alpha46 we can now use host: {‘class’:’item’} without it
getting removed by user css classes.
2015-11-14 15:13:35 -06:00
9ddcc44f67 refactor(toolbar): allow any content in the center 2015-11-11 11:27:11 -06:00
f04181d468 feat(navbarStyle): set navbar color by config/attr 2015-11-05 22:51:30 -06:00
c19fcd5bed chore(navbar): rename nav-bar files to navbar 2015-11-02 16:52:52 -06:00