794bfbbc57
docs(react): add examples for infinite scroll ( #24130 )
2021-10-28 16:23:26 -04:00
1b0669eebe
5.8.5
2021-10-27 09:01:14 -04:00
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
2916810a2b
docs(): fix a typo in the readme ( #24087 )
2021-10-19 10:08:22 -04:00
2a2829c17e
5.8.4
2021-10-11 11:31:16 -04:00
68a7e43345
fix(back-button): pass aria-label to native element ( #24027 )
2021-10-08 12:08:32 -05:00
a63474a621
5.8.3
2021-10-07 16:50:46 -04:00
fe9bec29d5
5.8.2
2021-10-06 14:05:57 +00:00
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
7010fe97a7
docs(readme): fix broken link to CONTRIBUTE guide ( #23982 )
2021-09-27 10:35:28 -04:00
a26275378f
fix(alert): made it easier to tell if alert is scrollable in MD mode ( #23976 )
2021-09-24 14:23:41 -05:00
3ca04197a4
fix(item-sliding): closing an item can no longer be interrupted ( #23973 )
...
resolves #23969
2021-09-23 16:08:33 -04:00
aa4ba890e9
fix(select-popover): non-scrollable popovers no longer have forced overscroll ( #23972 )
...
resolves #23971
2021-09-23 10:05:32 -04:00
598aaed4bf
5.8.1
2021-09-22 09:14:14 -04:00
00269941ca
docs(router): make root prop docs more descriptive ( #23961 )
2021-09-21 13:08:55 -05:00
e483034f3a
docs(refresher): fix 'to to' in snapbackDuration ( #23960 )
2021-09-21 10:28:52 -05:00
53d64c1eb8
docs(title): fix typo in usage CSS example ( #23957 )
2021-09-21 08:18:31 -05:00
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
8108edd876
fix(item-sliding): item-sliding accounts for multiple ion-item elements ( #23943 )
...
resolves #19312
2021-09-16 12:29:12 -04:00
57bc299dea
5.8.0
2021-09-15 15:16:21 +00:00
bd96a81ff8
feat(action-sheet, loading, modal, picker, popover): pass HTML attributes to host element ( #23929 )
2021-09-15 10:02:19 -04:00
73a1daf0aa
feat(alert, toast): pass arbitrary HTML attributes to host element ( #23891 )
...
resolves #23825
2021-09-14 22:44:57 -04:00
47829690b5
fix(tab-bar): safe area padding now added when slot="top" ( #23895 )
...
resolves #23893
2021-09-08 13:33:16 -04:00
8888e2bafd
fix(header): role attribute can now be customized ( #23888 )
...
resolves #21327
2021-09-08 10:48:18 -04:00
a12d146c3e
5.7.0
2021-09-01 09:43:23 -04:00
a0229bc7b2
refactor(virtual-scroll): deprecate virtual scroll in favor of JS framework solutions ( #23854 )
2021-08-31 18:20:29 -04:00
11fda41420
feat(slides): add IonicSlides module for Swiper migration, deprecate ion-slides ( #23844 )
...
backports #23447
2021-08-31 17:52:47 -04:00
33f0bcd437
chore(slides): fix typo in image slides example ( #23838 )
2021-08-30 10:15:12 -04:00
50b88b24c2
chore(): run build to update picker readme ( #23822 )
2021-08-25 18:57:26 -04:00
9317f6eb41
docs(picker): add a simple picker example for Vue ( #23818 )
...
There was previously no example for a vue picker, this adds one.
closes #2053
2021-08-25 17:50:33 -04:00
9932e26a2e
fix(label): label now only takes up as much space as needed when slotted ( #23807 )
...
resolves #23806
2021-08-24 10:25:12 -04:00
02409f2abf
fix(reorder-group): dragging reorder item to bottom no longer gives out of bounds index ( #23797 )
...
resolves #23796
2021-08-23 09:38:27 -04:00
864212b0f2
fix(alert): AlertButton role now has correct types ( #23791 )
2021-08-18 13:43:12 -04:00
e4c0023df2
5.6.14
2021-08-18 09:17:36 -04:00
f9415ef8a6
fix(nav): custom animation is now used correctly ( #23779 )
...
resolves #23777
2021-08-18 08:34:34 -04:00
e0c4ad30be
fix(item-sliding): prevent scrolling during slide gesture ( #23774 )
...
resolves #19564
2021-08-17 23:53:16 -04:00
6b18a89ac2
fix(back-button): MD ripple now accounts for --ripple-color ( #23749 )
...
resolves #23748
2021-08-09 16:21:38 -04:00
067e621bbc
fix(img): correctly determine when to load image when scrolling quickly on slower devices ( #23704 )
...
resolves #23703
2021-08-09 16:18:53 -04:00
22b7413f51
5.6.13
2021-08-04 10:05:10 -04:00
8a941fd24c
fix(checkbox, radio): change event interfaces correctly use TypeScript generics for value ( #23044 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-03 16:29:53 -04:00
fbe648406b
chore(): bump ionicons version ( #23717 )
2021-08-03 09:41:40 -04:00
4edb5e2fed
fix(gesture): onEnd now correctly fires even if the event target was removed from the DOM ( #23713 )
...
resolves #22819
Co-authored-by: Falingorn <falingorn@users.noreply.github.com>
2021-08-02 13:47:27 -04:00
792864f8ab
fix(item-sliding): opening item while other items are open no longer requires multiple swipes ( #23683 )
...
resolves #21579
2021-08-02 12:56:27 -04:00
f70ed79f47
5.6.12
2021-07-21 09:21:15 -04:00
ae0a1a3deb
chore(nav): fix typo in test comment ( #23658 )
2021-07-20 11:21:39 -04:00
773bbcb211
fix(overlays): overlay interfaces are now exported from framework packages and documented ( #23619 )
...
resolves #22790
2021-07-15 08:50:50 -04:00
174b7de741
docs(vue): add card style modal example ( #23628 )
2021-07-14 10:18:17 -04:00
7315e0157b
chore(): switch to using disallow terminology ( #23618 )
2021-07-13 14:03:58 -04:00
c08345df2e
fix(menu-button): custom aria-label can now be set ( #23608 )
...
resolves #23604
2021-07-12 08:52:03 -04:00
fa069424b2
fix(router-outlet): improve reliability of swipe back gesture when quickly swiping back ( #23527 )
...
resolves #22895
2021-07-09 09:29:16 -04:00