77b9e11c2b
chore(): sync with main
2023-03-08 09:35:37 -05:00
add9cdc04b
v6.6.1
2023-03-08 13:52:55 +00:00
b38278ef94
docs(modal): typo on didPresent description ( #26925 )
2023-03-07 16:31:20 -05:00
67815ccbf4
fix(button): show correct activated state for ios ( #26900 )
...
fixes #22468
2023-03-07 13:00:37 -05:00
78303dccaa
fix(many): add aria-hidden to decorative icons ( #26922 )
2023-03-07 11:57:18 -05:00
0afc61917c
test(popover): enable dismissOnSelect test for firefox ( #26919 )
2023-03-06 15:38:15 -05:00
a3f8e28172
fix(modal): avoid chrome memory leak bug ( #26911 )
2023-03-06 12:38:29 -05:00
78f5d960cf
fix(item): prevent slotted form controls from taking whole width of item ( #26897 )
2023-03-06 11:34:52 -06:00
48c45afdb6
fix(datetime): resolve import error in stencil apps ( #26909 )
...
resolves #26908
2023-03-06 12:04:07 -05:00
7bc22f2bbf
fix(select): popover is full width when used with floating/stacked labels ( #26907 )
...
resolves #26903
2023-03-06 10:49:13 -05:00
b90d6bba7f
chore(): add updated snapshots
2023-03-03 17:44:00 +00:00
3f888c0928
chore(): sync with main
2023-03-03 12:00:21 -05:00
66f2ecbdce
test(picker-column-internal): skip flaky scrolling tests ( #26910 )
2023-03-03 11:42:29 -05:00
d1b885d5be
test(many): migrate tests to toHaveScreenshot ( #26899 )
2023-03-03 11:21:39 -05:00
569401b1c8
fix(input, textarea): disabled state is applied when true ( #26892 )
...
resolves #26881
2023-03-03 10:46:59 -05:00
cb1448e781
test(img): skip flaky event loading tests ( #26905 )
2023-03-03 10:46:17 -05:00
ac0330dcac
chore(tests): update tests and deps for playwright ( #26901 )
2023-03-02 17:07:07 -05:00
c250878dee
test(img, popover): skip flaky tests ( #26898 )
2023-03-02 14:40:23 -05:00
89a465c9ea
chore(playwright): update to v1.31.1 ( #26869 )
2023-03-02 13:43:29 -05:00
451d2204e7
fix(menu, split-pane): ssr does not fail on null customElements check ( #26854 )
...
resolves #24714
2023-03-02 10:05:15 -05:00
7d9ce7420a
fix(vue): input components update refs on ionInput ( #26876 )
...
resolves #26700
2023-03-02 09:09:25 -05:00
f54fc18884
fix(datetime-button): time-only values are parsed ( #26852 )
...
resolves #26851
2023-03-02 09:09:01 -05:00
33144f7862
chore(): update package-lock
2023-03-01 16:46:13 -05:00
b628d09494
chore(): update package lock files
2023-03-01 21:41:42 +00:00
4227f9e0b0
v7.0.0-rc.0
2023-03-01 21:41:30 +00:00
5f3127ecef
chore(): update package lock files
2023-03-01 20:03:20 +00:00
50f5deb6a0
v7.0.0-beta.6
2023-03-01 20:03:05 +00:00
b8910b7e73
test(popover): fix test for scroll assist
2023-03-01 16:58:28 +00:00
dd4ada67e6
chore(): fix frameworkdelegate import
2023-03-01 11:35:13 -05:00
ae8c57ead6
chore(): fix framworkdelegate type
2023-03-01 11:30:18 -05:00
044ed14f4b
chore(): fix ToastButton import
2023-03-01 11:26:50 -05:00
708ccbf808
chore(): sync with main
2023-03-01 11:22:56 -05:00
6c0daec47d
chore(): update package-lock
2023-03-01 09:46:00 -05:00
ceaba5a6bc
chore(): update package lock files
2023-03-01 14:44:43 +00:00
4d1e5f81ba
v6.6.0
2023-03-01 14:44:32 +00:00
14c114a16f
chore(): run build
2023-03-01 09:09:12 -05:00
70246d5182
chore(): sync with main
2023-03-01 09:03:59 -05:00
c2033e6cd5
chore(): update package-lock
2023-03-01 08:43:30 -05:00
e201a60060
chore(): update package lock files
2023-03-01 13:42:18 +00:00
f526b4ca5c
v6.5.7
2023-03-01 13:41:58 +00:00
c4c1066b15
test(popover): reduce test flakiness ( #26880 )
2023-03-01 08:30:00 -05:00
67578f6246
chore: format string values in comments with double quotes ( #26857 )
2023-02-28 21:16:15 -05:00
ac66215399
fix(datetime): aria-label for show/hide year picker ( #26848 )
2023-02-28 17:42:08 -05:00
db6eb35463
test(datetime): fix flaky test ( #26874 )
2023-02-28 15:15:48 -05:00
617c8d3315
chore(deps): upgrade stencil to v3.1.0 ( #26878 )
...
this commit increments the version of stencil used to v3.1.0. this
release of stencil fixes an issue for the ionic framework, where module
aliases from `tsconfig.json#paths` can be transformed by setting
`transformAliasedImportPaths: true` in a stencil configuration file
changelog: https://github.com/ionic-team/stencil/releases/tag/v3.1.0
documentatation: https://stenciljs.com/docs/config#transformaliasedimportpaths
2023-02-28 14:58:49 -05:00
17d4323a5f
chore(deps): upgrade @stencil/sass to v3.0.0 ( #26877 )
...
this commit bumps the version of `@stencil/sass` from its pre-release
version (3.0.0-0) to the general availability version (3.0.0). no
changes between the two versions exists, other than the version number
itself
2023-02-28 14:29:06 -05:00
df3735765a
fix(button): update for ios spec ( #26864 )
...
BREAKING CHANGE:
Button is updated to align with the design specification for iOS.
**Design tokens**
| Token | Previous Value | New Value |
| ---------------------------------- | -------------- | --------- |
| `$button-ios-letter-spacing` | `-0.03em` | `0` |
| `$button-ios-clear-letter-spacing` | `0` | Removed |
| `$button-ios-height` | `2.8em` | `3.1em` |
| `$button-ios-border-radius` | `10px` | `14px` |
| `$button-ios-large-height` | `2.8em` | `3.1em` |
| `$button-ios-large-border-radius` | `12px` | `16px` |
2023-02-28 11:36:44 -05:00
7c57b4f39e
test(popover): convert focus tests to Playwright assertions ( #26868 )
2023-02-28 09:46:51 -06:00
8df0950ab5
test(modal): improve stability of sheet test ( #26865 )
2023-02-27 13:23:50 -05:00
8d1d0fa0c7
fix(overlays): focus trap refs cleared on dismiss ( #26855 )
2023-02-27 12:16:26 -05:00