e2cbeeb8ac
fix(accordion-group): do not adjust incorrect values ( #26086 )
...
BREAKING CHANGE:
Accordion Group no longer automatically adjusts the `value` property when passed an array and `multiple="false"`. Developers should update their apps to ensure they are using the API correctly.
2022-10-10 10:20:52 -04:00
ab8967936c
fix(toolbar): MD height only applies to MD segment ( #26042 )
...
resolves #18617
Co-authored-by: brandyscarney <brandyscarney@users.noreply.github.com>
2022-10-10 10:19:13 -04:00
34c4137868
feat(select): ionChange will only emit from user committed changes ( #26066 )
...
BREAKING CHANGE:
`ionChange` is no longer emitted when the `value` of `ion-select` is modified externally. `ionChange` is only emitted from user committed changes, such as confirming a selected option in the select's overlay.
2022-10-10 09:36:51 -04:00
01ac2f80a4
test(infinite-scroll): migrate tests to playwright ( #26085 )
2022-10-10 09:04:28 -04:00
3a83781374
chore(helpers): ignore specific attributes with inheritAriaAttributes ( #26080 )
2022-10-07 14:44:16 -04:00
6fcb696154
test(item-divider): migrate to playwright ( #26074 )
2022-10-07 12:02:14 -04:00
70d8358a09
chore(radio-group): document radio-group purpose ( #26079 )
2022-10-07 11:26:45 -04:00
4814ea9d11
merge release-6.3.0
...
v6.3.0
2022-10-05 12:08:36 -05:00
7b9ff4382d
chore(): update package lock
2022-10-05 11:16:10 -04:00
4a61ebbc2c
chore(): update changelog
2022-10-05 15:08:07 +00:00
fd656c3403
chore(ci): releases now get published as ionitron
2022-10-05 11:02:41 -04:00
0f8679947f
v6.3.0
v6.3.0
2022-10-05 13:53:03 +00:00
02756c5fe4
chore(): merge feature-6.3 in main
...
chore(): merge feature-6.3 in main
2022-10-04 11:02:16 -05:00
baa8b8646b
chore(): sync feature-6.3 with main
...
chore(): sync feature-6.3 with main
2022-10-04 10:42:19 -05:00
6dea591400
Merge remote-tracking branch 'origin/main' into sync-release-6.3
2022-10-04 11:23:30 -04:00
1bbe4d88d0
test(list-header): migrate to Playwright ( #26068 )
2022-10-03 15:13:49 -05:00
b052d3b262
feat(searchbar): ionChange will only emit from user committed changes ( #26026 )
2022-10-03 15:08:43 -05:00
07ada27a15
test(react-router): update test app to cypress 10 ( #26036 )
2022-10-03 15:55:14 -04:00
de279c2ad8
test(note): migrate tests to playwright ( #26052 )
2022-10-03 12:59:23 -04:00
4cb32b6c6b
test(vue): test app now uses vite and vitest ( #26045 )
2022-09-30 14:22:46 -04:00
b13983848c
feat(button): submit from outside of form ( #25913 )
...
Resolves #21194
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-09-30 14:10:40 -04:00
9278db2211
chore(): sync with main
...
chore(): sync with main
2022-09-30 12:50:00 -05:00
5242dad473
chore(): add updated snapshots
2022-09-30 17:28:13 +00:00
f74cba416b
chore(): sync with main
...
chore(): sync with main
2022-09-30 12:27:02 -05:00
766f9ab80a
Merge remote-tracking branch 'origin/main' into sync-6.3-09-30
2022-09-30 13:05:47 -04:00
828bc4ac4e
Merge remote-tracking branch 'origin/main' into sync-7-09-30
2022-09-30 13:05:18 -04:00
d17d6c20b4
test(input): reduce masking test flakiness ( #26057 )
2022-09-30 13:05:14 -04:00
25e6fe92b1
chore(): sync with main
2022-09-30 12:29:00 -04:00
fffc729e57
chore(): sync with main
2022-09-30 12:27:17 -04:00
c946af29d3
refactor(react): only ship es modules ( #26044 )
...
BREAKING CHANGE:
`@ionic/react` and `@ionic/react-router` no longer ship a CommonJS entry point. Instead, only an ES Module entry point is provided for improved compatibility with Vite.
2022-09-30 12:01:48 -04:00
86bbed07fc
refactor(vue): only ship es modules ( #26054 )
...
resolves #25104
BREAKING CHANGE:
`@ionic/vue` and `@ionic/vue-router` no longer ship a CommonJS entry point. Instead, only an ES Module entry point is provided for improved compatibility with Vite.
2022-09-30 11:43:50 -04:00
f404d512a1
chore(playwright): browser name is strictly typed ( #26046 )
2022-09-29 21:56:46 -04:00
1f3ddf2370
refactor(modal): remove swipeToClose in favor of canDismiss ( #26050 )
...
BREAKING CHANGE:
- The `swipeToClose` property has been removed in favor of `canDismiss`.
- The `canDismiss` property now defaults to `true` and can no longer be set to `undefined`.
2022-09-29 17:19:53 -04:00
294dc66294
test(many): remove unnecessary standalone tests ( #26047 )
2022-09-29 16:16:22 -05:00
cd6050a34b
test(playwright): remove redundant wait ( #26038 )
2022-09-29 15:43:19 -04:00
b43f17fc4a
test(react): update test app to cypress 10 ( #26035 )
2022-09-29 12:13:51 -04:00
f3b5a3f6fc
test(img): remove standalone tests ( #26037 )
2022-09-28 15:14:37 -04:00
3eb3dd5afa
fix(list): remove extra border in md inset list items ( #25972 )
...
fixes #25278
2022-09-28 14:32:45 -04:00
1858c87a59
chore(angular): use prettier's write flag in lint command ( #26027 )
2022-09-28 12:41:57 -05:00
43d92773cf
chore(angular): exclude proxies-list from lint ( #26034 )
2022-09-28 11:16:27 -04:00
20a97a06f2
chore(lerna): update lerna ( #26033 )
2022-09-28 10:38:09 -04:00
868eb9252f
merge release-6.2.9
...
Release 6.2.9
2022-09-28 09:15:26 -05:00
56d7ae84ed
chore(): lint angular package
2022-09-28 13:45:42 +00:00
574249aea7
chore(): update package lock files
2022-09-28 13:33:51 +00:00
f7fb4c6814
v6.2.9
v6.2.9
2022-09-28 13:29:28 +00:00
3a80d9986a
test(back-button): migrate to Playwright ( #25976 )
2022-09-27 17:44:40 -04:00
649d3cf688
fix(datetime): expand/collapse icon is not announced to screen readers ( #26018 )
2022-09-27 15:31:32 -04:00
219a2058a4
chore(angular): properly sync core changes ( #26025 )
2022-09-27 15:11:59 -04:00
427e4bc06c
chore(): update to stencil 2.18.0 ( #26023 )
2022-09-27 15:03:13 -04:00
ffadf5ea0b
test(accordion): remove unnecessary tests ( #26009 )
2022-09-27 13:25:37 -04:00