c149b42d0b
Merge remote-tracking branch 'origin/main' into sync-7-11-15-22
2022-11-15 15:40:21 -05:00
5a701b5b42
test(playwright): reduce diff threshold to 0.01 ( #26279 )
2022-11-14 15:14:09 -05:00
f13ddcaf47
fix(datetime): fonts now render consistently ( #26281 )
2022-11-14 12:55:14 -05:00
b470a307e3
chore(): sync with main
2022-11-08 13:13:46 -05:00
bb005956ea
fix(overlays): presenting an overlay does not create nested elements ( #26154 )
...
Resolves #26117
2022-11-02 16:57:22 -04:00
3fb4caf21f
fix(datetime): do not report timezone in ionChange ( #26183 )
...
resolves #25577
BREAKING CHANGE:
Datetime no longer incorrectly reports the time zone when `value` is updated. Datetime does not manage time zones, so any time zone information provided is ignored.
2022-10-31 15:03:14 -04:00
92d7bd5d7d
Merge remote-tracking branch 'origin/main' into sync-feature-10-21
2022-10-21 14:36:30 -04:00
51ab5f67b5
fix(datetime): empty string is treated as no value ( #26131 )
...
resolves #26116
2022-10-17 15:01:27 -04:00
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
5242dad473
chore(): add updated snapshots
2022-09-30 17:28:13 +00:00
25e6fe92b1
chore(): sync with main
2022-09-30 12:29:00 -04:00
fd658514b5
test(config): lower pixel diff threshold to 0.02 ( #26010 )
2022-09-26 12:33:27 -04:00
12b8a0cab8
test(config): lower pixel diff threshold to 0.03 ( #26004 )
2022-09-26 08:48:12 -04:00
21b1ca5041
test(config): lower pixel diff threshold to 0.04 ( #26002 )
2022-09-23 17:35:25 -04:00
a56a4a9c05
feat(datetime-button): support multiple date selection ( #25971 )
2022-09-21 11:29:56 -04: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
ae6aa0cb8e
chore(eslint): add strict-boolean-expressions rule ( #25768 )
2022-08-23 11:50:02 -05:00
79c65dc382
test(playwright): add new utilities for skipping tests ( #25758 )
2022-08-16 09:18:42 -04:00
499733105e
feat(datetime-button): add button for displaying datetime in overlays ( #25655 )
...
resolves #24316
2022-07-27 09:47:02 -04:00