Commit Graph

2332 Commits

Author SHA1 Message Date
Liam DeBeasi
b259ca6a1f ci(lint): ensure linted results are pushed for build to pass (#25196) 2022-04-26 12:58:20 -04:00
Sean Perkins
70d278414e fix(select): avoid duplicate dialogs and backdrops when clicking (#25175)
Resolves #25126
2022-04-25 21:35:41 -04:00
Liam DeBeasi
7296b52a49 test(modal): remove redundant test (#25187) 2022-04-25 13:08:58 -04:00
Liam DeBeasi
a6a772a38d test(modal): migrate tests to Playwright (#25161) 2022-04-21 14:29:17 -04:00
Sean Perkins
15c169043f chore(docs): remove manual documentation (#24984) 2022-04-21 12:31:51 -04:00
Sean Perkins
611832b0d5 fix(core): inherit aria attributes on host elements (#25156)
Resolves #20127
2022-04-21 10:50:56 -04:00
Sean Perkins
8e17fa9d5f fix(picker-column-internal): center active item when rapidly opened (#25155)
Resolves #25154
2022-04-20 11:23:24 -04:00
Amanda Johnston
c27d307beb test(range): fix flaky start/end event test (#25153) 2022-04-20 09:41:42 -05:00
Sean Perkins
2984ddf111 fix(modal): add canDismiss option to modal options (#25144)
Resolves #25143
2022-04-19 10:43:23 -04:00
Sean Perkins
11493a086a fix(datetime): time picker display matches dynamically set value (#25010)
Resolves #24967
2022-04-15 12:29:37 -04:00
Liam DeBeasi
46cd483aa1 chore(datetime): simpler way of doing timezone offsets (#25132) 2022-04-15 09:42:27 -04:00
Liam DeBeasi
90115db985 fix(modal, popover): do not dismiss when ionDismiss is emitted from select (#25125)
resolves #25124
2022-04-15 09:24:38 -04:00
Liam DeBeasi
96b2003b2b fix(datetime): account for 30 and 45 minute timezones when getting current date (#25120)
resolves #25112
2022-04-14 13:09:11 -04:00
Liam DeBeasi
1b407abdf5 fix(all): import path is now correct when using ionic in a stencil app (#25123)
resolves #25122
2022-04-14 09:34:52 -04:00
Liam DeBeasi
f30712261e chore(): sync with main 2022-04-13 09:00:17 -04:00
Sean Perkins
0cd06a6754 fix(popover): only focus trap ion-item children (#24990)
Resolves #24633
2022-04-12 17:33:27 -04:00
Sean Perkins
482913b192 chore(datetime,item,modal): use relative import paths (#25108) 2022-04-12 17:09:13 -04:00
Sean Perkins
2a313e9117 fix(ripple-effect): ripple displays on click or touch (#25102)
Resolves #25094
2022-04-12 17:03:49 -04:00
Sean Perkins
a61c004fb0 fix(datetime): resolve warnings when importing into Stencil app (#25106) 2022-04-12 16:30:49 -04:00
Liam DeBeasi
f90cde1c27 chore(): sync feature-6.1 with main 2022-04-12 15:35:39 -04:00
Amanda Smith
e1b555f286 fix(accordion-group): only allow keyboard interaction if header is focused (#25091) 2022-04-12 13:57:18 -05:00
Amanda Smith
da89684877 fix(menu): preserve scroll position when focusing on open (#25044) 2022-04-08 16:01:08 -05:00
Liam DeBeasi
3f3a2bcfce docs(reorder): improve docs on how to use complete method (#25086) 2022-04-08 13:06:02 -04:00
Liam DeBeasi
97d1935df3 Merge remote-tracking branch 'origin/main' into sync-main-playwright 2022-04-08 12:13:16 -04:00
Liam DeBeasi
cd2852fdcc test(playwright): add event spies (#25080) 2022-04-08 12:12:32 -04:00
Liam DeBeasi
9ed1d3d70b chore(datetime): correctly resolve merge conflict 2022-04-07 18:20:14 +00:00
Liam DeBeasi
760ab24c37 chore(): sync with main 2022-04-07 14:14:05 -04:00
Liam DeBeasi
9fbaaf95eb chore(): simplify overlay attribute types (#25074) 2022-04-07 14:11:30 -04:00
Sean Perkins
982dc853be fix(datetime): warn when parsing an invalid date value (#25049) 2022-04-05 12:12:13 -04:00
Liam DeBeasi
033b3dbe7a chore(): disable broken refresher tests 2022-04-04 20:23:36 +00:00
Liam DeBeasi
1f3f9b0df7 chore(): resolve additional merge conflicts 2022-04-04 20:13:14 +00:00
Liam DeBeasi
2ebb94ba01 lint(): run prettier on feature-6.1 2022-04-04 19:38:08 +00:00
Liam DeBeasi
d737f7074d lint(): fix lint issues with feature-6.1 2022-04-04 19:37:12 +00:00
Liam DeBeasi
cb341167c3 chore(): clean up merge conflicts 2022-04-04 19:30:54 +00:00
Liam DeBeasi
083a31acdc chore(): sync feature-6.1 with main 2022-04-04 15:27:16 -04:00
Sean Perkins
83186598ed fix(picker-column): column renders correctly with selected value (#24988)
Resolves #17664
2022-04-04 14:46:57 -04:00
Amanda Smith
bcd00c7a6e fix(popover): allow arrow on desktop (#25056) 2022-04-04 13:23:07 -05:00
Liam DeBeasi
6ecfa5738e lint(): ignore autogenerated components.d.ts (#25055) 2022-04-04 13:45:13 -04:00
Liam DeBeasi
0f66c7b596 test(playwright): e2e tests now wait for appload event before proceeding (#25054)
* test(playwright): test new method of waiting

* test(): rename global variable to avoid collisions
2022-04-04 13:34:22 -04:00
Liam DeBeasi
5676bab316 lint(eslint): migrate to eslint and prettier (#25046) 2022-04-04 11:12:53 -04:00
Amanda Smith
f5cb1f8444 feat(range): add knobMoveStart and knobMoveEnd events (#25011) 2022-04-01 11:16:01 -05:00
Sean Perkins
2af24494f5 chore(playwright): enable type checking (#25034) 2022-03-31 15:42:09 -04:00
Liam DeBeasi
0aa6d124d6 test(e2e): add infrastructure for migration to playwright (#25033) 2022-03-31 11:23:21 -04:00
Sean Perkins
136b8ec57c test(picker-column-internal): emit ionChange on scroll (#24997) 2022-03-29 16:40:21 -04:00
Sean Perkins
c52f3ad2c2 docs(select,item-sliding): relative link paths (#24985) 2022-03-23 15:03:26 -04:00
Sean Perkins
df71a0e625 docs(swiper): update swiper api link (#24972) 2022-03-22 14:11:51 -04:00
Sean Perkins
2909b080b7 fix(datetime): presentation time emits ionChange once (#24968)
Resolves #24967
2022-03-22 11:33:19 -04:00
Hans Krywalsky
3145c76934 feat(modal): ability to programmatically set current sheet breakpoint (#24648)
Resolves #23917

Co-authored-by: Sean Perkins <sean@ionic.io>
2022-03-21 18:05:25 -04:00
Liam DeBeasi
9e84ef7f91 fix(popover): dismissing nested popover via backdrop now works (#24957)
resolves #24954
2022-03-21 09:28:44 -04:00
Sean Perkins
2a438da010 feat(content, reorder-group, header, footer, infinite-scroll, refresher): add custom scroll target to improve compatibility with virtual scroll (#24883)
Resolves #23437
2022-03-15 11:47:46 -04:00