Liam DeBeasi
2054690f54
chore(): sync with main
2021-11-11 10:19:05 -05:00
Liam DeBeasi
1f4f8eb6ca
fix(modal): border radius is now correctly applied to card modals ( #24204 )
2021-11-11 10:01:53 -05:00
Liam DeBeasi
d0b61307c6
feat(slides): add support for Swiper 7 ( #24190 )
2021-11-09 12:50:56 -05:00
Sean Perkins
009dff5584
fix(md/label): apply error appearance when control is touched ( #24072 )
2021-11-09 12:42:44 -05:00
Liam DeBeasi
118c606703
fix(icon): update to ionicons 6 to resolve typescript 4.4 errors ( #24185 )
2021-11-08 16:59:30 -05:00
Sean Perkins
52cd5d0cce
fix(input): ionInput event emits with type of InputEvent ( #24111 )
...
The ionInput event for both ion-input and ion-textarea will emit with a type of InputEvent.
2021-11-08 16:01:38 -05:00
Liam DeBeasi
da339a8a74
fix(modal, popover): opening modal and popover now works even if overlay was added to ion-app directly ( #24174 )
...
resolves #23728
2021-11-08 10:19:23 -05:00
Liam DeBeasi
642255e514
fix(action-sheet): safe area is now accounted for in MD mode ( #24176 )
...
resolves #24175
2021-11-08 08:58:20 -05:00
Matt Netkow
2485b303da
docs(virtual-scroll): fix url reference paths ( #24172 )
2021-11-05 12:28:21 -04:00
Liam DeBeasi
b3759aed5b
fix(overlays): declarative modals now work properly with the hardware back button ( #24165 )
2021-11-05 10:04:13 -04:00
Liam DeBeasi
ff25ac14fa
chore(): sync with main for GitHub Actions
...
chore(): sync with main for GitHub Actions
2021-11-02 17:14:00 -04:00
Liam DeBeasi
27aef9343c
fix(datetime): resolve month and year jumping issue on ios ( #24142 )
...
resolves #23910
2021-11-02 16:37:12 -04:00
Liam DeBeasi
143b227d35
chore(): sync GitHub Actions with main
2021-11-02 09:21:41 -04:00
Liam DeBeasi
811a34493d
docs(react): fix infinite scroll example to remove extra imports ( #24147 )
2021-11-01 17:47:07 -04:00
Liam DeBeasi
794bfbbc57
docs(react): add examples for infinite scroll ( #24130 )
2021-10-28 16:23:26 -04:00
Liam DeBeasi
3f52ebea6f
chore(): add missing comma
2021-10-27 13:24:22 +00:00
Liam DeBeasi
9c540583b2
chore(): sync with main for rc1
2021-10-27 09:21:44 -04:00
Amanda Smith
bdb268aa12
fix(menu): added focus trapping, improved compatibility with screen readers ( #24076 )
...
* fix(menu): add basic accessibility features
* fix(menu): add focus trapping
* test(menu): add test for focus trapping
* style(menu): lint fixes
* fix(menu): focus first element inside instead of whole menu
* test(menu): fix focus trap test to account for new behavior
* refactor(menu): pull focus handler into its own prop
* test(menu): add a11y testing
* fix(menu): prevent nested aria landmark from header inside menu
* fix(menu): revert switch to nav element
* fix(menu): remove unnecessary import from test
* fix(menu): allow for custom aria-label
* fix(menu): move nested ARIA role logic to header for flexibility
* fix(item): only add focusable class if it actually is focusable
* fix(menu): allow focusing of menu itself, for a11y on menus with no focusable children
* fix(item): move isFocusable logic to state for better reactivity
* perf(item): only grab one focusable child
* fix(menu): hide page content from screen readers when menu is open
* fix(menu): fallback to focusing host element
* docs(menu): add comments
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-10-27 08:51:46 -04:00
Liam DeBeasi
cfd32aea30
chore(): sync with main
2021-10-22 15:25:23 -04:00
Liam DeBeasi
7ab50dda83
chore(): sync with main
2021-10-22 15:24:34 -04:00
Liam DeBeasi
71fab0fa12
fix(datetime): default sizing preserves shape of datetime ( #24104 )
2021-10-21 16:44:35 -04:00
Amanda Smith
4eb02ca776
docs(datetime): add usage examples for use in popovers ( #24095 )
2021-10-21 15:38:54 -05:00
Ely Lucas
f3e492c897
fix(react): overlays shown with useIonModal and useIonPopover no longer render outside of main react tree
...
closes #23516 and #23516
2021-10-15 15:29:25 -06:00
Mike Hartington
3451a34ad0
feat(angular): build for angular 12.0 ( #23970 )
2021-10-15 16:54:59 -04:00
Liam DeBeasi
e3996cfbd5
fix(datetime): clear button is now rendered even if showDefaultButtons is false ( #24075 )
2021-10-14 14:53:17 -04:00
Amanda Smith
49db6d0288
fix(modal): fix backdrop animation for sheets with off-center backdropBreakpoint ( #24061 )
2021-10-12 11:19:35 -05:00
Amanda Smith
68a7e43345
fix(back-button): pass aria-label to native element ( #24027 )
2021-10-08 12:08:32 -05:00
Liam DeBeasi
8a86cfb705
fix(infinite-scroll): infinite scroll event now fired with custom elements build ( #24043 )
...
resolves #24034
2021-10-07 14:36:21 -04:00
Liam DeBeasi
0ade0a5f09
chore(all): sync with main for beta 7
2021-10-06 10:52:14 -04:00
Liam DeBeasi
03201643ba
fix(datetime): change now emitted when picker is typed into ( #24018 )
2021-10-05 17:52:22 -04:00
Liam DeBeasi
7ce3959b66
feat(header, footer): add ios fading header style ( #24011 )
2021-10-05 16:44:23 -04:00
Will Martin
225a278740
fix(reorder-group): wait for content to render before getting scroll position ( #24007 )
...
resolves #23875
2021-10-05 16:15:08 -04:00
Liam DeBeasi
0ab37b5061
fix(datetime): time picker uses new iOS 15 style ( #23996 )
...
resolves #23768
2021-10-05 09:14:52 -04:00
Amanda Smith
c20408369b
fix(select): ensure popover options with number values are searched for correctly ( #23998 )
2021-10-04 11:19:49 -05:00
Liam DeBeasi
0ef4d68413
chore(): add base new picker component for datetime revisions ( #23995 )
2021-10-04 11:36:53 -04:00
Amanda Smith
2497a53255
fix(select): focus selected item in popovers ( #23991 )
2021-10-01 13:33:53 -05:00
Liam DeBeasi
25eb8cdf98
fix(status-bar): tapping status bar correctly scrolls content to top ( #24001 )
...
resolves #20423
Co-authored-by: Hans Krywalsky <EinfachHans@users.noreply.github.com >
2021-09-30 18:37:47 -04:00
Amanda Smith
86a77bd379
fix(datetime): add ionBlur/ionFocus events to whole component ( #23980 )
2021-09-27 10:01:03 -05:00
Liam DeBeasi
8708095111
feat(all): add CustomEvents types to components that emit events ( #23956 )
...
resolves #22925
BREAKING CHANGE: The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
2021-09-24 16:28:49 -04:00
Amanda Smith
a26275378f
fix(alert): made it easier to tell if alert is scrollable in MD mode ( #23976 )
2021-09-24 14:23:41 -05:00
Liam DeBeasi
3ca04197a4
fix(item-sliding): closing an item can no longer be interrupted ( #23973 )
...
resolves #23969
2021-09-23 16:08:33 -04:00
Liam DeBeasi
aa4ba890e9
fix(select-popover): non-scrollable popovers no longer have forced overscroll ( #23972 )
...
resolves #23971
2021-09-23 10:05:32 -04:00
Amanda Smith
00269941ca
docs(router): make root prop docs more descriptive ( #23961 )
2021-09-21 13:08:55 -05:00
Amanda Smith
e483034f3a
docs(refresher): fix 'to to' in snapbackDuration ( #23960 )
2021-09-21 10:28:52 -05:00
amandaesmith3
53d64c1eb8
docs(title): fix typo in usage CSS example ( #23957 )
2021-09-21 08:18:31 -05:00
Liam DeBeasi
ed455ab4c6
fix(modal): backdropBreakpoint is now an exclusive value ( #23954 )
2021-09-20 12:35:53 -04:00
Liam DeBeasi
ae1325cee6
fix(label): only inherit color if color property is set on ion-item ( #23944 )
...
resolves #20125
2021-09-16 15:27:43 -04:00
Liam DeBeasi
8108edd876
fix(item-sliding): item-sliding accounts for multiple ion-item elements ( #23943 )
...
resolves #19312
2021-09-16 12:29:12 -04:00
Liam DeBeasi
ea39c6e5b3
fix(datetime): ionChange is no longer called for out of range dates ( #23940 )
...
resolves #23939
2021-09-16 10:44:20 -04:00
Liam DeBeasi
f69c90504e
docs(popover): fix merge conflict with docs
2021-09-15 16:08:57 +00:00