68 Commits

Author SHA1 Message Date
5eb178a463 Improves CSS style for ActionSheet in iOS
- Top padding
- Title font size
- Background default color
- Background active color
- Button border when active
2016-01-31 23:28:23 +01:00
1c618b51eb feat(overlay): fire the cancel handler when dismissing from backdrop
Renamed action sheet’s button.style to button.role, and added
button.role to alerts. Pass the button’s role in the dismiss method.
Related #5251
2016-01-29 16:11:25 -06:00
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
6b2f42467f fix(navParams): move navParams to nav-params.ts 2016-01-15 11:03:14 -06:00
e67c79104f fix(alert): return promise from dismiss 2016-01-14 11:38:11 -06:00
7f19ba5396 chore(): add types to ActionSheet 2016-01-13 23:22:45 -06:00
84621a9315 chore(): fix ActionSheet types 2016-01-13 23:06:12 -06:00
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
aada9cc7c4 refactor(actionSheet): cleanup css, reduce classes 2016-01-04 13:11:46 -06:00
3315303b3e fix(actionSheet): remove MD icon defaults 2016-01-04 12:47:03 -06:00
671d72b153 docs(alert): alert docs 2015-12-31 22:06:37 -06:00
b28e0c47d3 docs(actionSheet): more docs 2015-12-31 21:25:37 -06:00
ac7ca8756f docs(navCtrl): NavController#present docs 2015-12-31 21:09:30 -06:00
a63b5044df fix(actionSheet): action sheet icons 2015-12-31 20:47:12 -06:00
e0b0d7ac30 feat(overlays): click delays for md ripple 2015-12-30 21:53:38 -06:00
3b66b0f96d fix(actionSheet): fix md action sheet ripple 2015-12-30 21:37:59 -06:00
7ed5c36a44 fix(actionSheet): fix border bottom 2015-12-30 20:53:00 -06:00
ba2b67e569 modal updates 2015-12-30 16:23:20 -06:00
2c169ff508 wip 2015-12-30 15:03:05 -06:00
c136d2143a alert wip 2015-12-23 23:11:40 -06:00
b6ec554695 docs(actionSheet): don't document param object properties as params
Closes #676
2015-12-18 16:19:37 -06:00
28d464c2e6 docs() 2015-12-14 15:06:06 -05: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
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
7c78d22ad5 Merge branch 'master' into css-refactor 2015-12-09 15:05:21 -05:00
d313654929 docs(actionSheet): add api demo link 2015-12-09 10:15:06 -06:00
8833f66b85 fix md actionsheet 2015-12-05 11:33:02 -06:00
5ae94e6559 mode font styling 2015-12-05 11:19:09 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
45c7eae2e8 Merge remote-tracking branch 'origin/css-refactor' into css-refactor 2015-12-04 14:09:51 -05:00
76dbdda086 Merge branch 'master' into css-refactor
# Conflicts:
#	ionic/components/action-sheet/action-sheet.ts
2015-12-04 14:09:48 -05:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
83bf7632f2 docs(actionSheet): add detail options 2015-12-04 13:14:18 -05:00
9b1e0dc291 refactor(action-sheet): adding a class to icons to style with
references #689
2015-12-04 12:54:36 -05:00
a965277ef3 refactor(action-sheet): removed unused styles, fixed hairlines
references #689
2015-12-04 11:46:07 -05:00
1871b46f8d refactor(action-sheet): iOS changed action-sheet to use classes
references #689
2015-12-04 11:02:53 -05:00
9cbb589594 refactor(action-sheet): renamed elements to divs with classes 2015-12-03 16:37:20 -05:00
d9bfb49d8b docs(actionSheet): document params 2015-12-01 11:17:19 -06:00
f4d82f05ea fix(navController): update element caching
Also renamed setViews() to setPages(), and moved the index argument in
insert() to be the first arg.
Closes #641
2015-11-25 10:27:55 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
e1c160eb54 refactor(overlay): use NavController 2015-11-21 19:18:47 -06:00
1c7dcc25c4 chore(): use E2EApp as the class name for e2e apps 2015-11-17 12:53:46 -06:00
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
636910aee1 test(actionsheet): fix selector 2015-10-29 22:30:03 -05:00
23ac4fbdb9 refactor(sass): fixing indentation of variable values and making sure the !default flag is on all component variables 2015-10-27 13:51:30 -04:00
cde81e910f fix(actionSheet): fix desctructive variable 2015-10-19 13:13:39 -04:00
2b061d9a02 fix(actionSheet): make destructive button red
Closes #315
2015-10-19 13:02:41 -04:00