octicon-git-branch(16/) Commit Graph

3109 Commits

Author SHA1 Message Date
Liam DeBeasi
322a1dbcd0 refactor(types): remove overlay attribute interfaces (#26181)
BREAKING CHANGE:

`ActionSheetAttributes`, `AlertAttributes`, `AlertTextareaAttributes`, `AlertInputAttributes`, `LoadingAttributes`, `ModalAttributes`, `PickerAttributes`, `PopoverAttributes`, and `ToastAttributes` have been removed. Developers should use `{ [key: string]: any }` instead.
2022-10-28 16:12:28 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
34ca337b8a feat(loading): use loading overlay inline (#26153) 2022-10-24 16:49:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
d1fb7b039b feat(range): ionChange will only emit from user committed changes (#26089) 2022-10-24 16:13:48 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
8f86251712 Merge branch 'feature-7.0' into sync-feature-10-21 2022-10-24 15:00:31 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
70781e4c9f fix(segment): click event triggers ionChange (#26162) 2022-10-24 15:00:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
b509797792 test(datetime): remove empty string test
This test was introduced for a temporary fix in v6. That fix was removed in v7 in favor of a breaking change that effects what an empty string will default to.
2022-10-24 11:29:09 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
92d7bd5d7d Merge remote-tracking branch 'origin/main' into sync-feature-10-21 2022-10-21 14:36:30 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
2080890c11 fix(card-header): reverse order of title and subtitle on ios (#26084)
BREAKING CHANGE:

- The card header has ben changed to a flex container with direction set to `column` (top to bottom). In `ios` mode the direction is set to `column-reverse` which results in the subtitle displaying on top of the title.
2022-10-19 17:33:28 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
0fa68cfa61 test(footer): migrate to playwright (#26094) 2022-10-19 14:25:35 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
51ab5f67b5 fix(datetime): empty string is treated as no value (#26131)
resolves #26116
2022-10-17 15:01:27 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
479d56b3b2 fix(datetime): preferWheel can now show title (#26101)
resolves #26095
2022-10-17 13:12:45 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
d4d569ac09 fix(many): haptics only fire on supported platforms (#26130)
resolves #26109
2022-10-17 12:07:38 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
ionitron
1a6595b895 v6.3.2 2022-10-17 14:10:40 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Johnston
7e5c03ae40 test(item-sliding): skip flaky gesture test for now (#26136) 2022-10-14 13:07:12 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
b412e9dbe1 chore(): sync with main 2022-10-14 13:03:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
2192409123 test(alert): a11y test is not flaky (#26133) 2022-10-14 12:57:57 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
0e7f7fcdca test(range): skip flaky test for now (#26134) 2022-10-14 12:39:26 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Johnston
fbbebee7be test(item-sliding): migrate tests to Playwright (#26092) 2022-10-14 11:15:18 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
d76a24dd9e fix(datetime): selecting days updates value (#26121) 2022-10-13 16:34:28 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
04df45a443 fix(datetime): header renders correct date (#26120)
resolves #26116
2022-10-13 12:17:21 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
256b03f12a fix(modal): sheet modal dismisses correctly (#26110)
resolves #26108
2022-10-13 09:58:06 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
ff6df69a67 chore(core): lint.fix command now runs prettier (#26114) 2022-10-12 18:25:32 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
ionitron
448e3fc385 v6.3.1 2022-10-12 12:40:53 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
cc2af202a9 feat(datetime): ionChange will only emit from user committed changes (#26083)
resolves #20873 resolves #24452

BREAKING CHANGE

- `ionChange` is no longer emitted when the `value` property of `ion-datetime` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping a date.

- Datetime 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-11 17:17:52 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
c0c1e3ab01 chore(): build and lint 2022-10-11 15:58:18 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
f1cdf18316 chore(): sync with main: 2022-10-11 11:38:27 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
5e030f996a chore(): remove roboto source from codebase (#26097) 2022-10-11 10:13:13 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
f7176bbb44 fix(textarea): clearOnEdit clears textarea when user initially types (#26006) 2022-10-10 14:20:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
3c89ebe721 fix(item, card): aria-label is reflected to the inner button (#26028)
Resolves #25885
2022-10-10 14:19:55 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
bf5e118313 fix(input): clearOnEdit clears input when user initially types (#26005) 2022-10-10 14:00:10 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
a5d178f4c0 fix(datetime): setting max/min does not increase number of nodes rendered (#26065)
resolves #26059
2022-10-10 13:43:43 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
0aee328b4b fix(datetime): setting date async updates calendar grid (#26070)
resolves #25776
2022-10-10 12:59:05 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Johnston
85d3bd99be feat(toggle): ionChange will only emit from user committed changes (#26078)
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-10-10 09:55:58 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
01ac2f80a4 test(infinite-scroll): migrate tests to playwright (#26085) 2022-10-10 09:04:28 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
3a83781374 chore(helpers): ignore specific attributes with inheritAriaAttributes (#26080) 2022-10-07 14:44:16 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
6fcb696154 test(item-divider): migrate to playwright (#26074) 2022-10-07 12:02:14 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
70d8358a09 chore(radio-group): document radio-group purpose (#26079) 2022-10-07 11:26:45 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
github-actions
0f8679947f v6.3.0 2022-10-05 13:53:03 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
6dea591400 Merge remote-tracking branch 'origin/main' into sync-release-6.3 2022-10-04 11:23:30 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Johnston
1bbe4d88d0 test(list-header): migrate to Playwright (#26068) 2022-10-03 15:13:49 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Johnston
b052d3b262 feat(searchbar): ionChange will only emit from user committed changes (#26026) 2022-10-03 15:08:43 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
de279c2ad8 test(note): migrate tests to playwright (#26052) 2022-10-03 12:59:23 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Martin
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 octicon-file-diff(16/) octicon-file-code(16/)
ionitron
5242dad473 chore(): add updated snapshots 2022-09-30 17:28:13 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
766f9ab80a Merge remote-tracking branch 'origin/main' into sync-6.3-09-30 2022-09-30 13:05:47 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
828bc4ac4e Merge remote-tracking branch 'origin/main' into sync-7-09-30 2022-09-30 13:05:18 -04:00 octicon-file-diff(16/) octicon-file-code(16/)