Brandy Carney
d91e22d820
fix(item-divider): update design to match native iOS ( #20854 )
2020-03-25 14:38:45 -04:00
Manu MA
5a20f84aa4
refactor(): minor updates for next stencil version ( #20787 )
2020-03-25 14:38:45 -04:00
Liam DeBeasi
71f118201b
fix(modal): properly remove safe area padding on card-modal ( #20853 )
...
fixes #20799
2020-03-25 14:38:45 -04:00
Hayden Braxton
8bd5bace73
fix(textarea): properly adjust auto-grow textarea in scrolled content ( #19776 )
...
fixes #19193
2020-03-25 14:38:45 -04:00
Hayden Braxton
a3fc77be91
fix(content): set overscroll-behavior based on the scroll direction ( #20011 )
...
resolves #20010
2020-03-25 14:38:08 -04:00
Liam DeBeasi
14ac8ae24c
chore(): add show-modal in component not in animation ( #20833 )
...
resolves #20827
2020-03-25 14:38:08 -04:00
Liam DeBeasi
b1a87c8892
fix(refresher): properly dismiss refresher when completed synchronously ( #20815 )
...
fixes #20803
2020-03-25 14:38:08 -04:00
Liam DeBeasi
cdfd50b554
fix(segment): automatically expand width for scrollable segment buttons ( #20763 )
...
fixes #20566
2020-03-25 14:37:56 -04:00
Brandy Carney
7bc51911f6
fix(list): show bottom border on last item in a list followed by a list ( #20798 )
2020-03-25 14:37:50 -04:00
Liam DeBeasi
253cd96164
fix(modal): backdrop and box shadows no longer stack when opening multiple modals ( #20801 )
...
fixes #20800
2020-03-25 14:37:44 -04:00
Liam DeBeasi
12932dd202
fix(modal): backdrop is no longer tappable on card-style modal on smaller screens ( #20802 )
...
fixes #20783
2020-03-25 14:37:34 -04:00
Liam DeBeasi
f23ac44c9a
fix(item-sliding): account for swipe to go back gesture when opening item-options ( #20777 )
...
fixes #20773
2020-03-25 14:37:22 -04:00
Brandy Carney
2d5d2515be
fix(slides): check that mutation observer is defined for ssr ( #20791 )
2020-03-25 14:37:16 -04:00
Liam DeBeasi
e24060ecd9
fix(): properly scroll to input with scroll assist ( #20742 )
...
fixes #19589
2020-03-25 14:37:10 -04:00
Liam DeBeasi
0514b421ec
docs(segment): clarify usage of scrollable segments ( #20765 )
...
resolves #20692
2020-03-25 14:37:03 -04:00
Liam DeBeasi
0897c3f9c2
fix(react): expose correct type for CreateAnimation ( #20775 )
...
fixes #20771
2020-03-25 14:36:58 -04:00
Liam DeBeasi
f2dbe1ff3b
fix(angular): respect animation property for ion-router-outlet ( #20767 )
...
fixes #20764
2020-03-25 14:36:47 -04:00
Liam DeBeasi
2ece194a08
fix(angular): export Animation and Gesture related types ( #20766 )
2020-03-25 14:36:47 -04:00
Simon Hänisch
ab146c96ec
fix(segment): scrollable segments only show scrollbar if they overflow ( #20760 )
...
fixes #20758
2020-03-25 14:36:24 -04:00
Liam DeBeasi
ac229528eb
merge release-5.0.5
...
Release 5.0.5
2020-03-11 14:30:12 -04:00
Liam DeBeasi
572f7b6934
5.0.5
v5.0.5
2020-03-11 13:07:09 -04:00
Simon Hänisch
4d34ce6a31
fix(label): text overflow for slotted headings ( #20690 )
...
fixes #17087
2020-03-11 12:42:46 -04:00
Brandy Carney
d53595eb16
fix(item): apply proper margin left for slotted icon in RTL ( #20684 )
...
fixes #20653
2020-03-11 11:52:01 -04:00
Adam Bradley
a1bf2f5b8f
chore(ionicons): bump ionicons version ( #20704 )
2020-03-11 11:36:04 -04:00
Brandy Carney
7ecde36f9d
fix(button): allow overflow to be overridden by the CSS variable ( #20738 )
...
fixes #20726
2020-03-11 11:35:26 -04:00
Liam DeBeasi
87a27216d0
fix(header): collapsible header now works when navigating quickly ( #20728 )
...
fixes #20725
2020-03-11 10:58:26 -04:00
Liam DeBeasi
f6c3ba7e5a
fix(header): collapsable header should default to using content background ( #20736 )
...
fixes #20691
2020-03-11 10:52:33 -04:00
Liam DeBeasi
f796074f33
chore(): set @nguniversal/builders dependency to exact version ( #20734 )
2020-03-10 11:22:36 -04:00
Liam DeBeasi
7d260b96a7
fix(modal): swipeable modal now works in firefox ( #20714 )
...
fixes #20706
2020-03-06 13:19:48 -05:00
Liam DeBeasi
22d5256810
fix(modal): leave animation transitions modal completely out of viewport on ipad ( #20702 )
...
fixes #20697
2020-03-06 10:12:21 -05:00
Liam DeBeasi
b6c2a77deb
fix(overlays): prevent accidental dismiss of overlays when tapping screen twice ( #20683 )
...
fixes #20608
2020-03-06 10:11:20 -05:00
Liam DeBeasi
ec4878ac08
fix(ios): large title animation now works properly in a modal ( #20703 )
...
fixes #20696
2020-03-06 10:09:39 -05:00
Liam DeBeasi
314dbb1a4d
fix(segment): allow routerLink to work on segment buttons ( #20682 )
...
fixes #20678
2020-03-05 12:38:51 -05:00
Liam DeBeasi
44993b7987
fix(segment): iOS mode segment now works on older Android devices ( #20673 )
...
fixes #20648
2020-03-05 11:56:54 -05:00
Mike Hartington
f64b1420ae
fix(): exclude components from ssr ( #20674 )
2020-03-02 14:46:03 -05:00
Ni Tianzhen
21774612d8
fix(datetime): max property now works when hour, minute, or second set to 0 ( #20665 )
...
fixes #20652
2020-03-02 11:23:43 -05:00
Brandy Carney
a360ea6d19
merge release-5.0.4
2020-02-27 18:05:03 -05:00
Brandy Carney
36f98eda1b
merge release-5.0.4
2020-02-27 18:04:44 -05:00
Brandy Carney
b11ae5da67
5.0.4
v5.0.4
2020-02-27 17:32:17 -05:00
Mike Hartington
dff1ffd124
chore(): bump stencil version
2020-02-27 17:09:55 -05:00
Brandy Carney
c1d7bf229d
fix(buttons): use proper button colors based on CSS variables when inside of a toolbar ( #20633 )
2020-02-27 16:22:39 -05:00
Liam DeBeasi
0e0e401d86
fix(animation): reset all temporary flags when interrupting an animation ( #20627 )
...
fixes #20602
2020-02-27 11:17:43 -05:00
Beeno Tung
b84822e674
docs(readme): update npm version on CDN example to latest ( #20599 )
2020-02-26 19:56:29 -05:00
Liam DeBeasi
8e71317de4
merge release-5.0.3
...
5.0.3
2020-02-26 18:52:13 -05:00
Liam DeBeasi
5a87a728e1
5.0.3
v5.0.3
2020-02-26 16:00:07 -05:00
Liam DeBeasi
fe8d74d08c
fix(menu): allow ssr to work properly with hardware back button updates ( #20629 )
2020-02-26 15:54:50 -05:00
Liam DeBeasi
11d8c14d72
merge release-5.0.2
...
5.0.2
v5.0.2
2020-02-26 13:39:08 -05:00
Liam DeBeasi
686325e0ec
5.0.2
2020-02-26 12:21:05 -05:00
Brandy Carney
926ac3fb47
fix(select): add icon-inner & placeholder part ( #20605 )
...
- adds custom test for styling the select parts
- set opacity on icon container
- align items center, this makes the select text align vertically with the icon when used standalone even when changing the font size of the text
2020-02-26 12:08:03 -05:00
Brandy Carney
20af652a1b
fix(slides): set height to 100% for vertical slides ( #20603 )
...
fixes #17341
2020-02-26 12:06:37 -05:00