62 Commits

Author SHA1 Message Date
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
369d78b021 fix(button): remove unnecessary ion-button-effect elements 2016-04-29 15:47:48 -05:00
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
28cb089677 docs(alert): fix docs
References https://github.com/driftyco/ionic-site/pull/559
2016-04-20 10:38:52 -04:00
83af18b87e docs(actionsheet): dismissing and async navigation 2016-04-19 10:17:42 -05:00
f1b6d93dce docs(alert): dismissing and async navigation 2016-04-19 09:58:13 -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
131c8c366a refactor(alert): add extra div to use as radio mark, fix Sass
Added spaces to separate groups of css, added variables, removed unused
css

BREAKING CHANGE: added Sass variables for alert

fixes #5577
2016-03-14 12:54:12 -04:00
37beb0f4fe test(alert): fix snapshot tests 2016-03-13 13:15:04 -05:00
2000b1e940 fix(alert): prevent both click and enter keyup from firing 2016-03-12 22:09:34 -06:00
584470337a fix(alert): disable listeners until ready
Closes #5821
2016-03-12 21:34:08 -06:00
2bda365fcf little typo, chacked -> checked 2016-03-10 13:32:57 -07:00
7331e3a910 docs(alert): add table for alert options
References https://github.com/driftyco/ionic-site/issues/405
2016-03-07 12:35:00 -05:00
74a48f3b64 docs(alert): do not allow mixing alert input types 2016-03-06 22:30:08 -06:00
897501650a fix(nav): create opts object when undefined/null
Closes #5737
2016-03-06 14:07:26 -06:00
b24dc27e0b fix(alert): update radio/checkbox items to buttons elements 2016-03-05 21:51:15 -06:00
e639457654 fix(overlays): update keyboard focus management 2016-03-05 20:32:21 -06:00
70efe7d67e chore(alert): add keyup to body via HostListener 2016-03-05 12:53:10 -06:00
62c880ff40 chore(transition): tweak wp page transition animation 2016-03-04 13:02:55 -06:00
a0235a5b49 chore(alert): tweak wp alert animation 2016-03-04 12:45:48 -06:00
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05: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
c365c923bd fix(alert): add padding under the alert title for iOS when there is no message
closes #5299
2016-02-16 12:59:16 -05:00
019009a3e2 chore(): fix bad types for docs 2016-02-12 16:36:27 -05:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05: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
2710e34851 fix(alert): ensure keyup listener has been removed 2016-02-05 09:38:16 -06:00
53e014fb0b feat(alert): disable clicking backdrop to dismiss 2016-02-05 07:50:14 -06:00
70c57beafc add an option to create alert which cannot be dismissed by clicking backdrop 2016-02-05 15:47:46 +08:00
59da895ea0 docs(demos): fix demos to have same class name and remove files that aren't needed anymore
references #5311
2016-02-03 14:26:25 -05:00
9ede6f41cd Fixes alertview when displaying more than 2 buttons 2016-01-31 15:36:56 +01:00
68819f097e fix(alert): add checkbox icon for iOS using Sass variables from regular checkbox
Closes #5253
2016-01-30 14:55:11 -05: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
72af685620 fix(alert): fix css add class 2016-01-20 12:24:54 -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
3213d02375 refactor(NavController): improve transitions, view stages
This refactor made it so view transitions do no step on one another when a new transition happens
during an active transition.
2016-01-19 14:24:49 -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
bd486d2890 chore(): fix Alert types 2016-01-13 23:04:24 -06:00
c2e753f780 fix(alert): allow innerHTML in message
Closes #918
2016-01-10 12:25:40 -06:00
270fca0c50 feat(select): ion-select using alert radio/checkbox options
Closes #890 Closes #826 Closes #886
2016-01-08 16:26:07 -06:00
a7edadf4f9 refactor(alert): body property renamed to message 2016-01-08 09:04:08 -06:00
fc61db9210 fix(alert): max-height alert radiogroup 2016-01-07 23:47:51 -06:00
0d695546e5 feat(alert): iOS radio button alert
Related #890
2016-01-07 17:03:38 -06:00