Liam DeBeasi
f5a6b5a4c4
refactor(core): remove global hidden attribute ( #25829 )
...
resolves #17583
BREAKING CHANGE:
The `[hidden]` attribute has been removed from Ionic's global stylesheet. The `[hidden]` attribute can continue to be used, but developers will get the [native `hidden` implementation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden ) instead. The main difference is that the native implementation is easier to override using `display` than Ionic's implementation.
Developers can add the following CSS to their global stylesheet if they need the old behavior:
```css
[hidden] {
display: none !important;
}
```
2022-08-26 09:34:41 -04:00
Amanda Johnston
ed966a68db
test(alert): migrate to Playwright ( #25826 )
2022-08-25 16:55:59 -05:00
Liam DeBeasi
ee3467c9f1
perf(item): remove delegatesFocus patch for iOS 13 ( #25822 )
2022-08-25 12:34:25 -04:00
Liam DeBeasi
79ef1b57dc
fix(modal): handleBehavior can be used with controller ( #25821 )
...
resolves #25820
2022-08-25 10:14:10 -04:00
Sean Perkins
1eb6fd04d7
feat(virtual-scroll): remove virtual scroll component ( #25808 )
2022-08-24 15:42:12 -04:00
Sean Perkins
3b45ae7132
test(progress-bar): migrate to playwright ( #25807 )
2022-08-24 11:49:57 -04:00
github-actions
cdb972a2a3
v6.2.4
2022-08-24 12:59:50 +00:00
Liam DeBeasi
a1ec9aabd8
fix(overlays): dismiss on keydown to avoid chrome for windows and firefox bug ( #25811 )
...
resolves #25802
BREAKING CHANGE:
Ionic now listens on the `keydown` event instead of the `keyup` event when determining when to dismiss overlays via the "Escape" key. Any applications that were listening on `keyup` to suppress this behavior should listen on `keydown` instead.
2022-08-23 17:14:56 -04:00
Amanda Johnston
27318d75df
fix(alert): use aria-labelledby and aria-describedby instead of aria-label ( #25805 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-08-23 15:31:00 -05:00
Liam DeBeasi
037d579b2a
fix(modal): role attribute can be customized ( #25804 )
2022-08-23 14:37:58 -04:00
Amanda Johnston
ae6aa0cb8e
chore(eslint): add strict-boolean-expressions rule ( #25768 )
2022-08-23 11:50:02 -05:00
Liam DeBeasi
71fad3884b
fix(breadcrumb): separator is not announced by narrators ( #25796 )
2022-08-23 12:23:00 -04:00
amandaesmith3
fe849cf331
Merge remote-tracking branch 'origin/main' into sync-with-main
2022-08-23 10:46:54 -05:00
Amanda Johnston
d395a73cb6
fix(alert): add default aria-label ( #25800 )
2022-08-22 15:11:58 -05:00
Liam DeBeasi
4f24b0e9e3
chore(): update stencil to resolve css hmr issue ( #25799 )
2022-08-22 15:50:21 -04:00
Sean Perkins
bd715a5256
fix(refresher): use componentOnReady utility for CE build ( #25783 )
...
Resolves #25782
2022-08-22 12:52:47 -04:00
Liam DeBeasi
d631195124
fix(select): compareWith passes params in correct order ( #25764 )
...
resolves #25759
2022-08-22 11:34:22 -04:00
Liam DeBeasi
3b211b60fd
fix(datetime): close month/year picker when hidden ( #25789 )
...
resolves #25787
2022-08-22 11:15:02 -04:00
github-actions
9ed57d83e7
v6.2.3
2022-08-17 14:10:20 +00:00
Liam DeBeasi
2547b0b4e1
chore(ci): account for components.d.ts in clean build ( #25769 )
2022-08-16 17:17:24 -04:00
Sean Perkins
bafa759655
fix(css): preserve whitespace in selectors when minifying css ( #25767 )
...
Resolves #25766
2022-08-16 16:26:59 -04:00
Amanda Johnston
bb37446032
fix(footer): remove toolbar bottom padding if near bottom slot tabs or keyboard is open ( #25746 )
...
Co-authored-by: EinfachHans <EinfachHans@users.noreply.github.com >
2022-08-16 13:22:43 -05:00
Liam DeBeasi
79c65dc382
test(playwright): add new utilities for skipping tests ( #25758 )
2022-08-16 09:18:42 -04:00
Sean Perkins
e750e33616
fix(refresher): refresher is visible with multiple custom scroll targets ( #25750 )
...
Resolves #25495
2022-08-15 14:58:38 -04:00
Liam DeBeasi
f47c5de1e6
test(toast): migrate tests to playwright ( #25751 )
2022-08-12 11:54:25 -04:00
Liam DeBeasi
d7116581c8
fix(datetime): highlights now show above content in modal ( #25756 )
...
resolves #25755
2022-08-12 11:39:15 -04:00
Liam DeBeasi
abb56d22b4
fix(input): exclude date inputs from scroll assist ( #25749 )
...
resolves #25745
2022-08-11 11:43:53 -04:00
Amanda Johnston
d0ba963599
fix(header): hide from screen readers when collapsed ( #25744 )
2022-08-11 09:04:48 -05:00
Sean Perkins
2ddaf7a5a2
chore(angular): use generated proxy declarations ( #25728 )
2022-08-10 23:12:55 -04:00
Sean Perkins
ae3cf144a6
test(accordion): standalone waits before capturing screenshot ( #25733 )
2022-08-10 22:42:43 -04:00
Liam DeBeasi
de20541486
fix(item): form validation caret color renders correctly ( #25725 )
...
resolves #25719
2022-08-10 16:12:51 -04:00
github-actions
054539fc64
v6.2.2
2022-08-10 18:58:22 +00:00
Liam DeBeasi
dee0f513ee
fix(datetime): preferWheel respects column ordering by locale ( #25726 )
...
resolves #25722
2022-08-08 14:47:39 -04:00
Liam DeBeasi
36bea1ca25
fix(datetime): add correct null check when value changes ( #25716 )
...
resolves #25714
2022-08-05 12:55:24 -04:00
Sean Perkins
7b565c57b5
test(radio-group): migrate tests to playwright ( #25713 )
2022-08-04 15:55:37 -04:00
Amanda Johnston
3cd48ac4f8
test(searchbar): migrate tests to Playwright ( #25704 )
2022-08-03 13:55:19 -05:00
Hans Krywalsky
8e4783c172
feat(alert): accept Promise for button handler ( #25702 )
...
Resolves #25700
Co-authored-by: Sean Perkins <sean@ionic.io >
2022-08-03 11:33:37 -04:00
github-actions
2ed7f6bd44
v6.2.1
2022-08-03 13:15:57 +00:00
Sean Perkins
11c69c8df5
fix(datetime): display time in user's timezone after selection ( #25694 )
...
Resolves #25693
2022-08-01 16:22:56 -04:00
Liam DeBeasi
86b7000bcd
fix(datetime): selecting today with multiple date select now works ( #25699 )
2022-08-01 13:25:44 -04:00
Liam DeBeasi
d1e517bfef
fix(nav): exclude nav from custom dialog ( #25689 )
...
resolves #25677 , resolves #25688
2022-07-28 14:01:09 -04:00
Liam DeBeasi
bd656a44fa
chore(): clean up changelog
2022-07-27 11:16:05 -05:00
ionitron
c8f8f30258
chore(): update package lock files
2022-07-27 16:07:22 +00:00
github-actions
f477efa384
v6.2.0
2022-07-27 16:03:22 +00:00
Sean Perkins
a9cf2ab870
fix(textarea): textarea with autogrow will size to its contents ( #24205 )
...
Resolves #24793 , #21242
2022-07-27 11:36:48 -04:00
Liam DeBeasi
4d10ae6b7c
chore(): sync feature-6.2 with main
2022-07-27 08:48:23 -05:00
Liam DeBeasi
499733105e
feat(datetime-button): add button for displaying datetime in overlays ( #25655 )
...
resolves #24316
2022-07-27 09:47:02 -04:00
Liam DeBeasi
57a21adb38
fix(datetime): switching presentation closes month/year picker ( #25667 )
2022-07-26 13:40:05 -04:00
Sean Perkins
db28794f0b
fix(nav): pop() will unmount views within a modal ( #25638 )
...
Resolves #25637 , #21831
2022-07-25 14:13:00 -04:00
Sean Perkins
ab65e9a7b5
fix(vue): input v-model accepts numbers ( #25666 )
...
Resolves #25575
2022-07-21 16:14:42 -04:00