4cc2459e2e
docs(): fix the the
2016-04-21 11:34:30 -05:00
5f8edc2fcf
fix(button): remove classes from buttons with categories
...
references #6237
2016-04-20 15:16:34 -04:00
35dd0ed0b0
fix(button): add a category to buttons so they won't get the button styles
...
fixes #6237
2016-04-20 13:20:01 -04:00
83af18b87e
docs(actionsheet): dismissing and async navigation
2016-04-19 10:17:42 -05:00
1c67b0269b
feat(select): fallback to alert interface when more than 6 opts
2016-04-16 21:40:41 -05:00
acc6321d0d
chore: add ViewEncapsulation.None to components
...
Closes #5884
2016-04-10 20:38:04 -05:00
4e8ecae83c
chore: add ChangeDetectionStrategy.OnPush strategy
...
Close #5885
2016-04-10 00:28:50 -05:00
a7e699e1fc
Update action-sheet.ts
...
Fixed typo of 'shoule' to 'should'
2016-03-17 20:53:49 -05:00
37beb0f4fe
test(alert): fix snapshot tests
2016-03-13 13:15:04 -05:00
584470337a
fix(alert): disable listeners until ready
...
Closes #5821
2016-03-12 21:34:08 -06:00
81096f1c12
feat(select): using action-sheet as ion-select interface
2016-03-09 23:57:22 +01:00
897501650a
fix(nav): create opts object when undefined/null
...
Closes #5737
2016-03-06 14:07:26 -06:00
ecfecc9bcb
chore(actionsheet): add aria labels to actionsheet
2016-03-05 20:51:38 -06:00
e639457654
fix(overlays): update keyboard focus management
2016-03-05 20:32:21 -06:00
6daa0696c4
chore(actionsheet): tweak actionsheet animations
2016-03-04 12:29:44 -06:00
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
2b77d52061
docs(API): clean up API docs
2016-03-01 19:24:33 -05:00
e05f147945
feat(windows): windows UI cleanup
...
references #5565
2016-02-25 16:17:26 -05:00
41f2f888a3
chore(ionitron): wake up ionitron!
2016-02-23 19:04:09 -06:00
53fd11c49f
chore(ionitron): wake up ionitron!
2016-02-23 18:55:05 -06:00
4cae151d47
fix(overlay): do not dom cache views before overlays
...
Closes #5483
2016-02-21 00:03:58 -06: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
eb3235f874
docs(actionsheet): add docs for actionsheet options
2016-02-18 19:13:55 -05:00
a76808b4f1
chore(decorators): add types to decorators
...
Closes #5375
2016-02-14 22:19:12 -06:00
e6068785f6
refactor(transitions): created Transition class
...
Created interfaces for NavOptions, AnimationOptions and
TransitionOptions Created Transition class and move transition ts files
to their own folder.
2016-02-10 01:57:54 -06:00
da18868636
refactor(animations): inline css animations
2016-02-09 16:23:01 -06:00
768676794f
feat(actionsheet): disable clicking backdrop to dismiss
2016-02-05 09:50:14 -06:00
71c6078ac5
chore(action-sheet): clean up deprecated warning
2016-02-01 22:33:19 -06: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
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
7c78d22ad5
Merge branch 'master' into css-refactor
2015-12-09 15:05:21 -05:00