a037b65aad
fix(modal): add additional padding to toolbars in iOS modal ( #23262 )
...
Resolves #22778
2021-05-03 16:43:11 -04:00
308fa1c0dd
feat(popover): popover can now be used inline ( #23231 )
...
BREAKING CHANGE: Converted `ion-popover` to use the Shadow DOM.
2021-05-03 12:02:22 -04:00
6fcb3a62b1
refactor(vue): drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6 ( #23229 )
...
refactor(vue): drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6
BREAKING CHANGE:
- Dropped support for prefixed overlay events in favor of non prefixed events (I.e. `@onDidDismiss` becomes `@didDismiss`).
- Minimum required version of Vue is now Vue v3.0.6 or newer.
2021-04-23 13:06:22 -04:00
51c62fafe5
chore(): sync with master
...
chore(): sync with master
2021-04-23 12:03:51 -04:00
aede8e686f
chore(): resolve merge conflicts
2021-04-23 11:41:46 -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
d4e773623f
chore(): sync with master
2021-04-05 17:44:36 -04:00
4fb81b7450
chore(): sync with master
2021-04-05 16:40:39 -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
073883a098
feat(accordion): add accordion and accordion-group components ( #22865 )
...
resolves #17094
2021-03-24 09:17:54 -04:00
8e0e5da740
merge release-5.6.3
...
5.6.3
2021-03-23 11:21:04 -04:00
ddbdc6b1b3
chore(): add missing fix to changelog
2021-03-23 10:45:09 -04:00
f0cfe5a283
5.6.3
v5.6.3
2021-03-23 10:41:42 -04:00
0cdd326a4a
chore(): update tslib dependency to latest ( #23092 )
2021-03-23 10:30:09 -04:00
7b140b1e12
merge release-5.6.2
...
5.6.2
2021-03-22 17:06:56 -04:00
1c93b75e39
fix(react): correctly show ion-back-button when going back ( #23069 )
...
resolves #22692
2021-03-22 16:11:45 -04:00
5fef3e7b21
5.6.2
v5.6.2
2021-03-22 16:07:34 -04:00
b04fb6e849
fix(item): detail icon now respects rtl mode ( #23081 )
...
resolves #23078
2021-03-22 15:49:33 -04:00
8ac4d12f40
merge release-5.6.1
...
5.6.1
2021-03-18 09:36:47 -04:00
a0ff24b5d6
5.6.1
v5.6.1
2021-03-17 12:59:08 -04:00
c8a3999da1
fix(label): properly float labels for non-input items ( #23060 )
2021-03-17 12:32:50 -04:00
67617fbc0f
fix(refresher): progressEnd no longer errors when pulling quickly in MD native refresher ( #23056 )
2021-03-16 11:28:10 -04:00