b424866b19
fix(alert): remove borders from checkboxes and radios
...
also fixed the border width for retina
references #5133
2016-01-22 15:12:41 -05:00
706832f031
fix(toolbar): make iOS toolbar closer to native
...
aligned title and back button, increased font size of back icon,
removed color shade from toolbar buttons, increased font weight of
title, changed primary color, reduced back button text letter spacing.
Fixes #5149
2016-01-22 14:14:33 -05:00
a8e7941a27
fix(button): remove color shade from clear buttons
2016-01-22 14:12:31 -05:00
a4137d2bdc
fix(toolbar): remove opacity on md buttons in a toolbar
...
remove the opacity from the activated class for md buttons
closes #5131
2016-01-22 11:50:59 -05:00
5c334fb486
fix(button): add z-index to button to make sure ripple doesn't expand outside of it
...
The material design ripple on round and fab buttons is no longer a square but contained within the
button
fixes #5074 fixes #5148
2016-01-22 11:37:30 -05:00
4d218666fb
docs(navController): fix param parsing error
...
Closes #5137
2016-01-22 10:24:32 -06:00
61a16b74bf
fix(menu): fix menu toggle not showing right opacity
...
added important to ensure the menu toggle will get the right opacity but this will be removed later
on
fixes #5131
2016-01-22 11:11:26 -05:00
f5f4169db0
fix(NavController): default setRoot/setPages to not animate transitions
...
setRoot() will be commonly used by side menus, which should not animate between pages.
2016-01-21 16:38:57 -06:00
ba0a041e86
fix(NavController): check if view has already been destroyed
2016-01-21 16:32:59 -06:00
ce9da0c652
fix(button): change transition on fab buttons to match other buttons
...
fixes #5129
2016-01-21 17:03:30 -05:00
d87b4fbdf7
fix(button): md outline buttons
...
Outline ripple is now the correct color per button, removed the background color when activated and
increased ripple opacity for outline buttons
closes #5128
2016-01-21 16:23:57 -05:00
98bed97896
fix(tabs): fixing the tabs text on iOS
...
closes #5119
2016-01-21 14:58:59 -05:00
6eb0146660
fix(tabs): fix md tab highlight
2016-01-20 21:55:06 -06:00
72af685620
fix(alert): fix css add class
2016-01-20 12:24:54 -06:00
eeb0417d02
test(alert): add alert checkbox and fast close tests
2016-01-20 11:59:36 -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
ee566ae387
chore(): remove debugger
2016-01-19 14:53:09 -06:00
5cdb93f224
chore(): create d.ts for Swiper
2016-01-19 14:45:51 -06:00
1b21be81aa
Revert "chore(): fix Swiper types"
...
This reverts commit 2d10593dce04b11d92ae4155b6e18256f4c54418.
2016-01-19 14:45:51 -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
452acd1c7e
Merge pull request #4983 from mallowigi/patch-1
...
docs(scroll): fix doc about scrollX and scrollY attributes
2016-01-19 09:33:41 -06:00
8f293baf7e
Merge pull request #4988 from dorontal/patch-1
...
fix(Searchbar): stopInput() argument name typo
2016-01-19 09:32:54 -06:00
542de2b30f
Merge pull request #4990 from 3dd13/disable-enable-swipe-side-menu
...
feat(menu): enable / disable swipe gesture to open sidemenu
2016-01-19 09:11:14 -06:00
02644dc4d8
Merge pull request #5087 from 3dd13/add-timeout-before-init-swiper
...
fix(slides): wrap swiper init code in set timeout
2016-01-19 08:57:10 -06:00
07953672f5
add more types to function parameters and return type
2016-01-19 16:44:46 +08:00
2fc07375a7
wrap swiper init code in set timeout
2016-01-19 11:20:42 +08:00
0ef8c78737
add swipeEnabled input to menu to set default swipeable of side menu. add swipeEnable() api to enable disable particular side menu swipeable
2016-01-18 12:29:57 +08:00
9c12eb5ef1
fix argument name
...
argument name did not match the variable name inside the function
2016-01-17 15:50:39 -05:00
039940d4b7
fix(scroll): fix doc about scrollX and scrollY attributes
...
Been trying to use scroll with scroll-y but to no avail, and I found out that the directive was listening for scrollY events.
2016-01-16 12:04:07 +02:00
2d10593dce
chore(): fix Swiper types
2016-01-15 19:28:55 -06:00
6b2f42467f
fix(navParams): move navParams to nav-params.ts
2016-01-15 11:03:14 -06:00
ff10b3bb49
fix(navCtrl): add more states during transitions
2016-01-15 10:21:18 -06:00
7e98c102d5
Merge pull request #4971 from 3dd13/remove-css-classes-when-ion-icon-on-destroy
...
fix(icon): add ngOnDestroy to ion-icon and remove added css class
2016-01-15 08:41:41 -06:00
a00e34254b
add ngOnDestroy to ion-icon and remove added css class
2016-01-15 13:25:59 +08:00
42c24bbff8
Merge pull request #4970 from 3dd13/swipe-segment
...
test(): combine segment and slides to have swipeable tabs
2016-01-14 21:50:55 -06:00
f14c6c1451
combine segment and slides to have swipeable tabs
2016-01-15 11:45:42 +08:00
b5d8a1de70
chore(): remove use of host: {inputs: []}
2016-01-14 21:14:23 -06:00
02626b9489
chore(): add types to Refresher
2016-01-14 21:04:20 -06:00
4a9c3a11a6
chore(): add types to ItemSlidingGesture
2016-01-14 20:36:46 -06:00
e3507bc175
chore(): add types to List
2016-01-14 20:25:33 -06:00
146cb06df2
chore(): add types to menu-toggle
2016-01-14 20:09:08 -06:00
1a3d8c8814
fix(Input): put @Input above getters
2016-01-14 20:05:03 -06:00
f23651e126
chore(): add types to Option
2016-01-14 13:28:36 -06:00
b74f3b802f
chore(): add types to Icon
2016-01-14 13:25:36 -06:00
6dc7b25c5f
chore(): fix pull-to-refresh types
2016-01-14 13:20:52 -06:00
e67c79104f
fix(alert): return promise from dismiss
2016-01-14 11:38:11 -06:00
c475a6490b
chore(): fix Input types
2016-01-13 23:52:17 -06:00
7f19ba5396
chore(): add types to ActionSheet
2016-01-13 23:22:45 -06:00
2a2d568162
chore(): fix Menu types
2016-01-13 23:06:13 -06:00
6f500cd11a
chore(): fix Button types
2016-01-13 23:06:13 -06:00