56f6f56c66
fix(router): guards are now triggered on initial navigation ( #23123 )
...
resolves #22936
2021-05-20 10:05:49 -04:00
6bfe1ceee7
chore(): screenshot diff runs correctly ( #23319 )
2021-05-17 16:32:16 -04:00
faa93ad975
chore(): do not rebuild core when doing e2e tests, run vue spec and e2e tests together ( #23320 )
2021-05-17 16:31:09 -04:00
4da5216b4f
fix(react): support history@5 in preparation for react router 6 ( #23297 )
...
resolves #23294
2021-05-14 09:03:15 -04:00
eb10a2ab0c
merge release-5.6.7
...
5.6.7
2021-05-13 10:00:18 -04:00
d802a17047
5.6.7
v5.6.7
2021-05-13 09:04:18 -04:00
a9b12a5aa4
fix(overlays): screen readers no longer read content behind overlays ( #23284 )
...
resolves #22714
2021-05-11 09:51:37 -04:00
9cb6c80b3d
fix(angular): warnings are no longer generated when running tests with ng test ( #23292 )
...
resolves #19926
Co-authored-by: Sean Wu <seanwu1105@users.noreply.github.com>
2021-05-11 09:49:25 -04:00
1e1596f471
fix(refresher): refresher now only activates when pulling down on MD ( #23283 )
...
resolves #23245
2021-05-10 09:38:14 -04:00
f36eabccb8
docs(modal): document stacked modal behavior ( #23279 )
2021-05-07 11:56:26 -04:00
03d5fcb6c8
chore(): revert #23181
...
Reverts #23181
2021-05-03 16:29:58 -04:00
2e00dab95d
fix(vue): use correct history mode when doing ssr to avoid errors ( #23255 )
...
resolves #23254
2021-05-03 15:32:20 -04:00
d94739f39b
fix(modal): add additional padding to toolbars in iOS modal ( #23181 )
...
resolves #22778
2021-05-03 10:44:41 -04:00
ccf0f14b81
merge release-5.6.6
...
5.6.6
2021-04-29 10:31:34 -04:00
c32bed6794
5.6.6
v5.6.6
2021-04-29 10:06:48 -04:00
c501da73be
fix(react): remove hardware back button event listener when NavManager is unmounted ( #23224 )
...
resolves #23170
2021-04-28 17:47:33 -04:00
f2f41e2af4
fix(vue): components inside of ion-nav are now unmounted properly ( #23240 )
...
resolves #23233
2021-04-26 12:58:34 -04:00
e436439e10
fix(angular): back button goes back to proper tab on angular 11.2.10 ( #23238 )
...
resolves #23230
2021-04-26 12:55:48 -04:00
2ccaabb5b4
fix(slides): undefined error is no longer thrown after destroying and quickly re-creating ion-slides ( #23239 )
...
resolves #22289
2021-04-26 12:25:23 -04:00
dab927d290
fix(vue): overlay events can now be listened for without the "on" prefix, deprecated "on" prefix event listeners ( #23227 )
2021-04-23 11:38:45 -04:00
0ac8ec1f05
merge release-5.6.5
...
5.6.5
2021-04-22 13:37:30 -04:00
287205480a
5.6.5
v5.6.5
2021-04-22 10:13:17 -04:00
0dd189e2c0
fix(react): callback refs now work correctly with ionic components ( #23152 )
...
resolves #23153
2021-04-22 09:56:04 -04:00
004885bfd4
fix(vue): dynamic tabs are now correct recognized ( #23212 )
...
resolves #22847
2021-04-21 15:14:30 -04:00
7139b3f39e
fix(radio-group): pressing spacebar correctly unselects radio with allow-empty-selection ( #23194 )
...
resolves #22734
2021-04-21 14:34:27 -04:00
a31fb55bac
fix(datetime, input, textarea): remove aria-labelledby when there is no adjacent ion-label ( #23211 )
...
* fix(datetime, input, textarea): remove aria-labelledby when there is no adjacent ion-label
* Update core/src/components/input/test/a11y/input.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* Update core/src/components/textarea/test/a11y/textarea.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* Update core/src/components/datetime/test/a11y/datetime.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* remove hard-coded label, fix whitespace
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-04-20 12:34:32 -04:00
35c8802c22
fix(vue): update props when navigating to new parameterized route ( #23189 )
2021-04-15 12:37:50 -04:00
15abc181aa
test(cypress): migrate Angular tests to Cypress ( #23083 )
2021-04-15 11:59:27 -04:00
ff7922a1a5
chore(vue): fix typo in comments ( #23192 )
2021-04-15 09:44:27 -04:00
2d07d8216a
fix(content): change main child element to div when parent is menu ( #23160 )
...
* fix(content): change main child element to div when parent is menu
* fix(content): change main child element to div when parent is menu, popover, or modal
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* fix(content): make closest element detector unreactive
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-04-12 09:22:24 -04:00
91ac340ae7
fix(segment, segment-button): use correct tablist and tab roles for screen readers ( #23145 )
...
* fix(segment, segment-button): change aria attributes for segment and segment-button
* add axe test
* Add tests, screen reader doc
* add updated screen reader
* fix(segment-button): move aria tags to host
* verify nvda and talkback behavior
* fix(segment-button): remove outline on focus
* Update core/src/components/segment/test/basic/index.html
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-04-12 09:20:59 -04:00
669d24c551
tests(vue): improve reliability of e2e tests ( #23168 )
2021-04-08 14:00:07 -04:00
d7b1acce14
merge release-5.6.4
...
5.6.4
2021-04-08 13:14:37 -04:00
0e1cb1bb0c
5.6.4
v5.6.4
2021-04-08 12:49:11 -04:00
61f094d306
fix(input): inherit aria-label to input ( #23159 )
2021-04-07 14:44:03 -04:00
8739c9b16d
test(slides): fix typo in test ( #23158 )
2021-04-07 09:42:17 -04:00
7203190234
fix(react, vue): correct view now chosen when going back inside tabs ( #23154 )
...
resolves #23087
resolves #23101
2021-04-06 10:16:23 -04:00
42e6c90c46
fix(toggle): prevent click event from firing twice ( #23146 )
...
resolves #23041
2021-04-06 09:54:29 -04:00
dee6eb30df
fix(react): overlays now correctly unmount any child components after dismissing ( #23149 )
...
resolves #23140
2021-04-06 09:53:26 -04:00
6df1215ee2
tests(react): run e2e tests on CI ( #23147 )
2021-04-05 12:37:28 -04:00
b0d53ca736
docs(action-sheet, alert, popover, toast): update usage to show onDidDismiss ( #23133 )
2021-04-02 13:00:36 -04:00
ef1a82f64a
docs(alert): add input handler to usage examples ( #23131 )
2021-04-02 12:58:59 -04:00
f4eb4b34d6
docs(reorder-group): fix vue usage of reorder-group ( #23130 )
...
resolves https://github.com/ionic-team/ionic-docs/issues/1804
2021-04-01 16:19:02 -04:00
28c52fd4e3
fix(angular): swiping back quickly no longer causes app to get stuck ( #23125 )
...
resolves #15154
2021-04-01 09:57:04 -04:00
b7b97ce4cc
docs(modal): update angular usage for consistent modalController ( #23127 )
2021-03-31 20:25:28 -04:00
27318cf585
fix(vue): account for event name changes in vue 3.0.6+ for overlay components ( #23100 )
2021-03-29 15:30:31 -04:00
ba51daf17c
fix(vue): components now integrate properly with vee-validate ( #23114 )
...
resolves #22886
2021-03-29 14:34:52 -04:00
eacd8f6d27
test(vue): run vue e2e and unit tests on ci ( #23113 )
2021-03-29 13:37:37 -04:00
4bbbf89f43
chore(): update process guide for needs reproduction label ( #23098 )
2021-03-24 09:54:12 -04:00
8e0e5da740
merge release-5.6.3
...
5.6.3
2021-03-23 11:21:04 -04:00