10965 Commits

Author SHA1 Message Date
f6a00ea954 fix(popover): handle scrolling in content so header can be sticky (#24294) 2021-12-06 10:45:37 -06:00
b083ae4e58 docs(): fix typo in popover docs (#24318) 2021-12-06 10:26:03 -05:00
f7bd4c02c3 docs(back-button): update icon prop to include src and name approach (#24307) 2021-12-03 12:52:42 -05:00
047d3c7772 fix(vue): switching between tabs preserves query string (#24297)
resolves #23699
2021-12-02 10:04:26 -05:00
4b26feaa47 fix(react): present and dismiss hooks return promises (#24299) 2021-12-01 15:16:55 -05:00
e41b0e0cf2 fix(content): ensure fixed slot renders on top of content in iOS (#24300) 2021-12-01 13:47:39 -06:00
7f61b06895 build(commitizen): do not run on main, next, or release branches (#24258) 2021-11-25 09:17:23 -05:00
89e4bc56a1 fix(slides): update swiper instance after initialization (#24257) 2021-11-24 11:52:48 -05:00
fb96ab5a26 fix(vue): ionic lifecycle hooks now run when using vue 3.2 setup syntax (#24253)
resolves #23824

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-11-23 17:04:24 -05:00
6f01c3b73d chore(): update vue test app (#24262) 2021-11-23 16:35:54 -05:00
07d83ccd24 chore(ci): fix typo for test-vue-e2e step (#24256) 2021-11-23 14:28:58 -05:00
816096f897 fix(angular): strict type usage (#24221) 2021-11-22 15:59:12 -05:00
615dcc0461 merge release-5.9.1
5.9.1
2021-11-17 12:01:48 -05:00
c2603e9cff 5.9.1 v5.9.1 2021-11-17 11:48:52 -05:00
1d983fa4b3 fix(angular): build is now in correct directory (#24236)
* fix(): revert ded build changes

* fix(); revert stuff

* chore(): revert dev build

* chore(): fix merge
2021-11-17 11:40:56 -05:00
23b4fc5385 merge release-5.9.0
5.9.0
2021-11-17 10:29:56 -05:00
11425fbb35 build(): ensure react router gets latest version of core 2021-11-17 15:16:22 +00:00
2d70427608 build(): publish to prod but not dev builds (#24232) 2021-11-17 09:47:24 -05:00
bd8c3e881f 5.9.0 v5.9.0 2021-11-17 09:27:51 -05:00
0566ec0da3 fix(input): date type in ion-input now aligns correctly on iOS 15 (#24217) 2021-11-12 15:13:37 -05:00
b2f2a4b71b docs(): docs reference main instead of master (#24216) 2021-11-12 14:31:18 -05:00
64dd070d67 build(dev-build): correctly pass secrets to publish task (#24194) 2021-11-10 12:52:00 -05:00
928dfa52ca build(dev-build): add GitHub actions for dev builds (#24193) 2021-11-09 13:25:22 -05:00
d0b61307c6 feat(slides): add support for Swiper 7 (#24190) 2021-11-09 12:50:56 -05:00
579d11824d chore(ionitron): remove reference to old Slack channel (#24189) 2021-11-09 09:18:20 -06:00
7c43589b0a fix(vue): canGoBack method now works correctly (#24188)
resolves #24109
2021-11-09 09:45:12 -05:00
642255e514 fix(action-sheet): safe area is now accounted for in MD mode (#24176)
resolves #24175
2021-11-08 08:58:20 -05:00
2485b303da docs(virtual-scroll): fix url reference paths (#24172) 2021-11-05 12:28:21 -04:00
9e2373e15e docs(github-actions): do not run screenshot test on forks (#24164) 2021-11-04 16:08:21 -04:00
e8fe117c34 docs(): update table of contents for contributing guide (#24148) 2021-11-01 17:54:25 -04:00
811a34493d docs(react): fix infinite scroll example to remove extra imports (#24147) 2021-11-01 17:47:07 -04:00
5bcb39f82b docs(): update contributing guide for angular, react, and vue (#24141)
resolves #24137
2021-11-01 17:37:48 -04:00
22be16f3f0 test(): allow core to use cached node modules (#24146) 2021-11-01 17:31:26 -04:00
fd59acd691 test(): add way of manually busting node module cache (#24145) 2021-11-01 17:00:25 -04:00
b5dbb3984c test(): migrate tests to GitHub Actions (#24029) 2021-11-01 15:41:00 -04:00
794bfbbc57 docs(react): add examples for infinite scroll (#24130) 2021-10-28 16:23:26 -04:00
8605c467d1 merge release-5.8.5
5.8.5
2021-10-27 09:14:49 -04:00
1b0669eebe 5.8.5 v5.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
24659a527a fix(vue): mount correct views when navigating (#24056)
resolves #23914
2021-10-14 11:28:36 -04:00
a09d7d4ab6 fix(vue): back button now selects correct route when navigating from view multiple times (#24060)
resolves #23987
2021-10-13 09:07:53 -04:00
ea34e50430 test(react): add react e2e app 2021-10-12 15:10:03 -06:00
4075ea6941 merge release-5.8.4
5.8.4
2021-10-11 12:09:01 -04:00
2a2829c17e 5.8.4 v5.8.4 2021-10-11 11:31:16 -04:00
e001f24f2c fix(angular): setup config properly (#24054)
resolves #24051 #24052
2021-10-11 11:22:08 -04:00
68a7e43345 fix(back-button): pass aria-label to native element (#24027) 2021-10-08 12:08:32 -05:00
e92fecb08c merge release-5.8.3
Release 5.8.3
2021-10-08 13:03:04 -04:00
a63474a621 5.8.3 v5.8.3 2021-10-07 16:50:46 -04:00
f98151c5d1 5.8.3 2021-10-07 20:50:28 +00:00