Commit Graph

3212 Commits

Author SHA1 Message Date
Sean Perkins
c943dff5a3 chore(overlays): generic for present/dismiss options (#26287) 2022-11-21 16:57:17 -05:00
Sean Perkins
714cec4af6 Merge remote-tracking branch 'origin/main' into chore/sync-feature-6-4-with-main 2022-11-21 16:12:09 -05:00
Sean Perkins
a6c9e55adc fix(modal): status bar style defaults to app settings (#26291)
Resolves #26173
2022-11-21 16:10:57 -05:00
Liam DeBeasi
0932f89f5d fix(toggle): rtl layout renders correctly in safari (#26315) 2022-11-21 11:33:11 -05:00
Matias Salles
e14c94722c fix(normalize): normalize css resets button padding (#26214)
resolves #23928
2022-11-18 13:57:17 -05:00
Alice
d78cda29fd chore(tests): harmonize Jest package version to address test file matching (#26320)
This harmonizes the versions of Jest installed in Framework to address
an issue reported in Stencil here:
https://github.com/ionic-team/stencil/issues/3785

The issue is essentially that certain test commands, such as this one:

```
npx stencil test --spec --max-workers=2 src/utils/keyboard/test/
```

will, at present, alternate between running the tests as expected and
failing. Not good!

The issue is caused by having different versions of `@jest/core`, on the
one hand, and `jest` and `jest-cli` on the other. After updating `jest`
and `jest-cli` to match the version of `@jest/core` (`27.5.1`) and the
issue can no longer be reproduced.
2022-11-18 12:46:42 -05:00
Liam DeBeasi
842573477b fix(reorder-group): support custom components (#26289)
resolves #19447

Co-authored-by: Gwe-n <gwe-n@users.noreply.github.com>
2022-11-17 10:50:12 -05:00
Sean Perkins
f642c29f92 test(nav): migrate tests to playwright (#26294) 2022-11-16 15:19:29 -05:00
Liam DeBeasi
843d386479 test(router-outlet): migrate tests to playwright (#26296) 2022-11-16 14:53:45 -05:00
Liam DeBeasi
7f393e0fdf test(text): migrate tests to playwright (#26288) 2022-11-16 14:27:29 -05:00
Liam DeBeasi
73ea64c02f fix(segment): scrollable segments center button on click (#26285)
resolves #25367
2022-11-16 13:58:03 -05:00
ionitron
f6821b75c4 v6.3.7 2022-11-16 15:00:23 +00:00
Liam DeBeasi
4127387731 refactor(ci): release process runs in parallel (#26269) 2022-11-15 16:33:39 -05:00
Sean Perkins
7a990ff403 fix(textarea): scrollbars are visible with overflow (#26284)
Resolves #26278
2022-11-15 15:04:16 -05:00
Amanda Johnston
e344d99426 test(title): migrate to Playwright (#26286) 2022-11-15 10:33:22 -06:00
Amanda Johnston
e3ef932ae1 chore(many): add tech debt tickets and remove unnecessary todos (#26266) 2022-11-14 14:49:08 -06:00
Liam DeBeasi
5a701b5b42 test(playwright): reduce diff threshold to 0.01 (#26279) 2022-11-14 15:14:09 -05:00
Liam DeBeasi
e5cff9ecf3 fix(datetime): max and min works with showDefaultButtons (#26257)
resolves #26146
2022-11-14 14:46:12 -05:00
Amanda Johnston
00dc428fcf test(picker): migrate to Playwright (#26282) 2022-11-14 13:16:54 -06:00
Liam DeBeasi
f13ddcaf47 fix(datetime): fonts now render consistently (#26281) 2022-11-14 12:55:14 -05:00
Sean Perkins
31ab10de4e fix(popover): popover positioning for controller and inline (#26274)
Resolves #24716
2022-11-14 12:17:46 -05:00
Brandy Carney
2c36049a7f test(menu): migrate to playwright (#26187) 2022-11-14 10:46:52 -05:00
Sean Perkins
9216744205 fix(datetime): clear button clears the selected date (#26264)
Resolves #26258
2022-11-11 13:53:45 -05:00
Liam DeBeasi
627d654d24 fix(action-sheet): icons are aligned on MD mode (#26256)
resolves #26249
2022-11-11 12:35:34 -05:00
Sean Perkins
0a8a958cba fix(popover): inline popover positioning with fit-content or auto width (#26230)
Resolves #24716
2022-11-10 16:17:43 -05:00
ionitron
2446fe1810 chore(): update package lock files 2022-11-10 16:43:56 +00:00
ionitron
4964cdc0b6 v6.3.6 2022-11-10 16:40:20 +00:00
Amanda Johnston
dd9867708b fix(datetime): flip chevron icons when RTL is set on component directly (#26195) 2022-11-09 13:46:57 -06:00
ionitron
d4a9af0552 v6.3.5 2022-11-09 14:06:56 +00:00
Liam DeBeasi
1a0b9ed3ba fix(android): account for chrome 108 resize (#26244) 2022-11-08 15:31:23 -05:00
Sean Perkins
526e4113d8 fix(datetime): min/max correctly display available day periods (#26241)
Resolves #26216
2022-11-07 23:09:50 -05:00
Sean Perkins
bb005956ea fix(overlays): presenting an overlay does not create nested elements (#26154)
Resolves #26117
2022-11-02 16:57:22 -04:00
ionitron
5e8a75a643 v6.3.4 2022-11-02 13:57:32 +00:00
Liam DeBeasi
03c7210250 Merge remote-tracking branch 'origin/main' into sync-6.4 2022-11-01 11:51:37 -04:00
Liam DeBeasi
4c30a80b7e test(datetime): fix ionChange wheel test (#26203) 2022-11-01 11:27:59 -04:00
Liam DeBeasi
1504b8888d fix(modal): buttons are highlighted with VoiceOver (#26180)
resolves #26156
2022-10-31 15:02:09 -04:00
Sean Perkins
bbbd37bc49 chore(item): remove unused item SCSS mixins (#26182) 2022-10-31 11:10:32 -04:00
Hans
43e2b3975d feat(toggle): add toggleOnOffLabels global config option (#26087)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2022-10-31 09:49:15 -05:00
Sean Perkins
c0f4381745 test(menu-button): migrate tests to playwright (#26174) 2022-10-27 10:34:25 -04:00
Sean Perkins
b364d58710 chore(playwright): project types (#26165) 2022-10-26 16:41:48 -04:00
Brandy Carney
8ac3b8b575 test(header): migrate to playwright (#26112) 2022-10-26 16:16:59 -04:00
Amanda Johnston
1320948b24 fix(modal, popover): remove trigger click listeners when overlay is unmounted (#26167) 2022-10-26 13:59:43 -05:00
Liam DeBeasi
a7e15babf3 test(list): migrate lines test to playwright (#26171) 2022-10-26 13:30:08 -04:00
Liam DeBeasi
3745083b7c fix(datetime): account for allowed values when setting default date (#26093)
resolves #24722
2022-10-26 10:54:26 -04:00
ionitron
53caa22212 v6.3.3 2022-10-26 13:47:18 +00:00
Amanda Johnston
6bbb372980 test(menu-toggle): add basic Playwright test (#26164) 2022-10-24 15:22:35 -05:00
Brandy Carney
0fa68cfa61 test(footer): migrate to playwright (#26094) 2022-10-19 14:25:35 -04:00
Liam DeBeasi
51ab5f67b5 fix(datetime): empty string is treated as no value (#26131)
resolves #26116
2022-10-17 15:01:27 -04:00
Liam DeBeasi
0548fe8588 fix(datetime): values are adjusted to be in bounds (#26125)
resolves #25894, resolves #25708
2022-10-17 14:19:02 -04:00
Liam DeBeasi
479d56b3b2 fix(datetime): preferWheel can now show title (#26101)
resolves #26095
2022-10-17 13:12:45 -04:00