10170 Commits

Author SHA1 Message Date
36f98eda1b merge release-5.0.4 2020-02-27 18:04:44 -05:00
b11ae5da67 5.0.4 v5.0.4 2020-02-27 17:32:17 -05:00
dff1ffd124 chore(): bump stencil version 2020-02-27 17:09:55 -05:00
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
0e0e401d86 fix(animation): reset all temporary flags when interrupting an animation (#20627)
fixes #20602
2020-02-27 11:17:43 -05:00
b84822e674 docs(readme): update npm version on CDN example to latest (#20599) 2020-02-26 19:56:29 -05:00
8e71317de4 merge release-5.0.3
5.0.3
2020-02-26 18:52:13 -05:00
5a87a728e1 5.0.3 v5.0.3 2020-02-26 16:00:07 -05:00
fe8d74d08c fix(menu): allow ssr to work properly with hardware back button updates (#20629) 2020-02-26 15:54:50 -05:00
11d8c14d72 merge release-5.0.2
5.0.2
v5.0.2
2020-02-26 13:39:08 -05:00
686325e0ec 5.0.2 2020-02-26 12:21:05 -05:00
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
20af652a1b fix(slides): set height to 100% for vertical slides (#20603)
fixes #17341
2020-02-26 12:06:37 -05:00
e3e5c69681 fix(refresher): ensure that translate is cleaned up to avoid stacking context (#20621)
fixes #17949
2020-02-26 11:56:10 -05:00
fcf97465f5 docs(segment-button): update usage for v5 (#20612) 2020-02-25 10:30:04 -05:00
b5310effe3 fix(modal): card style modal now adds appropriate contrast (#20604) 2020-02-24 15:30:56 -05:00
0224bed0c9 fix(segment): segment functions properly on android 5 (#20554)
fixes #20466
2020-02-24 13:41:49 -05:00
cefb08fe32 chore(release): update to latest octokit and usage (#20601)
- rename all references of `tag` to either `gitTag` or `npmTag` based on what they contain since this was confusing throughout
- add the code to publish to git as a prerelease if the npm tag is `next`
- log the version when asking if the npm tag is correct
2020-02-24 11:46:09 -05:00
71875417f2 fix(ios): large title transition works properly in tabbed applications (#20555)
fixes #20482
2020-02-24 11:38:50 -05:00
6b2a929cd7 fix(menu): hardware back button now dismisses side menu if open (#20558)
fixes #20559
2020-02-24 11:37:51 -05:00
8d3ce8d29c fix(modal): allow swipe to close animation to be overridden (#20585)
fixes #20577
2020-02-24 11:22:07 -05:00
3a2d82814b fix(modal): swipeable modal styles only apply to ios (#20571)
fixes #20569
2020-02-24 11:14:43 -05:00
ad6fac83cb fix(modal): swipeable modal background should be able to be overridden (#20584)
fixes #20572
2020-02-21 10:05:31 -05:00
714ecaae65 docs(react): updating icon usages 2020-02-20 16:08:23 -07:00
972e361bdc docs(react): updating react input usages with binding examples (#20557) 2020-02-19 17:49:53 -07:00
fa9b78e775 merge release-5.0.1
5.0.1
2020-02-19 13:55:15 -05:00
a826b6dff5 5.0.1 v5.0.1 2020-02-19 13:19:39 -05:00
34f8576b95 fix(tab-bar): update ios icon and label design to match native (#20548) 2020-02-19 11:32:45 -05:00
59fa340650 fix(button): reduce font size of icon only button in toolbar on iOS (#20547) 2020-02-19 11:31:42 -05:00
06b828b4ff fix(segment): inner div no longer interferes with click events (#20522)
fixes #20381
2020-02-19 09:40:10 -05:00
3252c2f8dc fix(menu): swipe gesture should not open menu when a modal is displayed (#20546)
fixes #20467
2020-02-19 08:57:42 -05:00
800a9339bc docs(item-sliding): fix link to list (#20519) 2020-02-18 15:37:32 -05:00
dd32a5e278 fix(ios): clamp out of bounds values for swipe to go back (#20540)
fixes #20505
2020-02-18 15:14:30 -05:00
ce41d90715 docs(breaking): rename segment events heading to remove conflict with main events 2020-02-18 15:13:52 -05:00
4d50064764 fix(segment): only emit ionChange when user releases pointer from screen (#20495)
fixes #20500
fixes #20257
2020-02-18 15:11:28 -05:00
7a461c59c5 fix(segment): do not show ripple effect if disabled via config (#20542)
fixes #20533
2020-02-18 14:02:34 -05:00
9b5854d797 fix(segment): border radius applies to indicator on ios (#20541)
fixes #20539
2020-02-18 13:58:25 -05:00
e42c85d641 fix(fab): show close icon on hover, focused, activated (#20497)
also fixes the fab so users don't have to set color for each state
2020-02-18 13:55:31 -05:00
45d03baf98 fix(react): update paths of tab buttons when href changes in ion buttons, fixes #20321 (#20480) 2020-02-14 13:36:30 -07:00
82670fe4d0 fix(react): icons with MD set should work in browser (#20463) 2020-02-14 13:36:30 -07:00
c0aadd6007 fix(react): Do a better job matching up route to sync, fixes #20363 (#20446) 2020-02-14 13:36:30 -07:00
b6fbe98812 fix(react): dont remove pages when navigating between tabs, fixes #20398 (#20431) 2020-02-14 13:36:30 -07:00
27a219874c docs(grid): update usage from attributes to classes (#20492)
closes ionic-team/ionic-docs#1230
2020-02-14 12:45:46 -05:00
c4fb31403e fix(fab): add close icon to internal icons for react (#20490)
fixes #20489
2020-02-14 10:21:14 -05:00
89bf08b627 fix(input): do not clear input if "Enter" key pressed (#20462)
fixes #20442
2020-02-14 09:27:05 -05:00
abf594aa61 fix(modal): presenting multiple card-style modals now adds border radius properly (#20476)
fixes #20475
2020-02-13 15:57:30 -05:00
86ab77a6e2 fix(modal): prevent card style modal styles from being overridden (#20470)
fixes #20469
2020-02-13 10:12:28 -05:00
c16de96633 fix(card): inherit background in inner button (#20461)
fixes #20458
2020-02-12 16:25:27 -05:00
4d6e15ab18 fix(searchbar): properly align placeholder (#20460)
fixes #20456
2020-02-12 16:21:08 -05:00
f61b671844 docs(changelog): remove save-exact flag 2020-02-12 15:39:34 -05:00