12815 Commits

Author SHA1 Message Date
8fab4d74e5 chore(deps): update serve dependency (#25911) 2022-09-09 15:42:31 -04:00
fa169d2dca fix(modal): sheet is easier to dismiss with swipe (#25883)
resolves #24296
2022-09-09 15:26:17 -04:00
ba6b539675 fix(input, textarea): padding is now added to content so inputs scroll above keyboard (#25849)
resolves #18532
2022-09-09 15:22:44 -04:00
fb653ebe67 fix(datetime): correct year is set in wheel picker (#25896)
resolves #25895
2022-09-09 15:08:27 -04:00
b598de63da chore(deps): update jest (#25910) 2022-09-09 14:27:29 -04:00
883188cc34 test(angular): wait for all tab switches in tests (#25909) 2022-09-09 14:08:33 -04:00
bb5ecf51ec chore(): sync with main
chore(): sync with main
2022-09-09 12:21:46 -05:00
1fc0c830db Merge remote-tracking branch 'origin/main' into sync-v7-09-09-2022 2022-09-09 13:05:11 -04:00
634f928541 test(angular): tabs sibling page test is no longer flaky (#25906) 2022-09-09 13:00:13 -04:00
da05ffe462 fix(range): range matches iOS design specification (#25873)
Resolves #25872
2022-09-09 12:25:06 -04:00
cb265d6cc6 fix(input, textarea): inputs now scroll into view when tapping labels (#25848) 2022-09-09 10:51:08 -04:00
725b13fa60 fix(angular): nav controller can pop views after leaving tabs outlet (#25690)
Resolves #18593
2022-09-08 12:52:17 -04:00
2969169f50 test(refresher): disable pull to refresher tests (#25887) 2022-09-08 11:56:44 -04:00
ad46045bcc fix(tab-bar): use correct import path (#25898)
resolves #25897
2022-09-08 09:58:51 -04:00
0b6ec6a378 merge release-6.2.6
Release 6.2.6
2022-09-07 11:19:59 -05:00
bfa59db125 chore(): run prettier 2022-09-07 14:39:03 +00:00
d2e496347d chore(): update package lock files 2022-09-07 13:07:42 +00:00
016e45a48a v6.2.6 v6.2.6 2022-09-07 13:03:37 +00:00
400b52e902 docs(label): specify that the color css variable only works in an item (#25888) 2022-09-06 17:55:32 -04:00
1a1491df02 fix(datetime): hourCycle formats hour correctly (#25869)
resolves #25862
2022-09-06 10:24:50 -04:00
2d3661ae38 fix(vue): custom animation plays when replacing (#25863)
resolves #25831
2022-09-06 09:07:33 -04:00
303e28ef56 chore(): sync with main
chore(): sync with main
2022-09-02 16:10:01 -05:00
cb61bfffff chore(build): run build 2022-09-02 18:51:58 +00:00
20dd8ad1e4 chore(): sync with main 2022-09-02 14:44:56 -04:00
629f1ed33f chore(process): delete process file, contents are in notion (#25871) 2022-09-01 16:02:44 -04:00
d478e03914 feat(slides): remove ion-slide, ion-slides, and IonicSwiper module (#25868) 2022-09-01 14:36:17 -05:00
cbd1268a03 fix(datetime): calendar day and years are now localized (#25847)
resolves #25843
2022-09-01 12:54:10 -04:00
c11f509eb4 test(segment): migrate e2e tests to playwright (#25856) 2022-09-01 10:53:37 -04:00
c938054605 fix(datetime): month grid no longer loops on ios (#25857)
resolves #25752
2022-09-01 09:52:00 -04:00
121370e14c merge release-6.2.5
Release 6.2.5
2022-08-31 09:49:29 -05:00
1831381cb2 chore(): update package lock files 2022-08-31 10:24:04 -04:00
699ba2eae3 v6.2.5 v6.2.5 2022-08-31 13:32:58 +00:00
85af6ce436 fix(datetime): only log out of bounds warning if value set (#25835)
resolves #25833
2022-08-30 16:17:29 -04:00
a1171e8bd8 test(accordion): revert test change (#25854)
This reverts commit ac5626182d7097e6782f6389d831ac4c6ba7b681.
2022-08-30 11:52:59 -04:00
ac5626182d test(accordion): avoid scroll assist cloned input (#25853) 2022-08-30 10:59:46 -04:00
3c84d48cfa feat(angular): use standalone components with routing (#25589)
Resolves #25404
2022-08-30 10:38:16 -04:00
ff71ad492d fix(input): clear button is not activated on swipe (#25825)
resolves #24857
2022-08-29 17:41:02 -04:00
527015184e fix(action-sheet): add aria-labelledby (#25837) 2022-08-29 15:47:11 -05:00
9cedfcd3ef refactor(datetime): use key to preserve calendar body ref node (#25838) 2022-08-29 12:49:32 -05:00
8a1b3c5f30 feat(datetime): add header text to multiple selection; improve header consistency between modes (#25817)
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-08-29 11:18:45 -05:00
41e338730d fix(datetime): next and previous buttons have correct labels (#25845)
resolves #25844
2022-08-29 11:27:07 -04:00
373b4ffe21 fix(searchbar): clear button has focus indicator (#25828) 2022-08-26 15:35:58 -04:00
c270756356 fix(searchbar): keypress can activate clear button (#25824) 2022-08-26 11:43:56 -04:00
0436fd7c4f chore(icon): update ionicons dependency (#25834)
resolves #25830
2022-08-26 09:42:15 -04:00
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
ed966a68db test(alert): migrate to Playwright (#25826) 2022-08-25 16:55:59 -05:00
9e611f5c03 docs(breaking): add note on platform support for v7 (#25823) 2022-08-25 16:45:36 -04:00
ee3467c9f1 perf(item): remove delegatesFocus patch for iOS 13 (#25822) 2022-08-25 12:34:25 -04:00
79ef1b57dc fix(modal): handleBehavior can be used with controller (#25821)
resolves #25820
2022-08-25 10:14:10 -04:00
1eb6fd04d7 feat(virtual-scroll): remove virtual scroll component (#25808) 2022-08-24 15:42:12 -04:00