256 Commits

Author SHA1 Message Date
b7afcb0f0c fix(datetime): use scroll listener to detect month changes (#25586)
resolves #25257, resolves #25608, resolves #24980
2022-07-15 14:58:06 -04:00
48ebb9c820 test(playwright): update to playwright 1.23 (#25645) 2022-07-15 12:22:55 -04:00
7b10fa6476 fix(datetime): datetime works within stencil apps (#25592)
Resolves #25591
2022-07-08 10:31:17 -04:00
50d806ee6f test(all): add await to relevant assertions (#25527) 2022-06-24 12:54:02 -04:00
5dfaf63c65 fix(datetime): add dev warnings when setting out of bounds value (#25513) 2022-06-22 13:38:32 -05:00
f9ab9b54dd fix(datetime): closing time picker no longer changes month (#25478)
resolves #25438
2022-06-17 11:35:26 -04:00
1a8d23da81 fix(item): multiple input appearance when using datetime (#25498)
* Revert "fix(item): multiple input appearance when using datetime (#25484)"

This reverts commit 3089f38f4d335c44e9913e874813dd4205c2b160.

* fix(item): multiple input appearance when using datetime

Resolves #25483
2022-06-17 10:38:19 -04:00
3089f38f4d fix(item): multiple input appearance when using datetime (#25484)
Resolves #25479

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2022-06-16 16:38:07 -04:00
efe9e92984 chore(): update @stencil/sass, regenerate package-locks (#25441) 2022-06-09 13:45:48 -04:00
a538bfe09c chore(playwright): mode and direction are now set when using setContent (#25435) 2022-06-08 17:04:15 -04:00
5a606de14b test(datetime): migrate tests to playwright (#25400) 2022-06-07 14:19:24 -04:00
866d4528ad fix(datetime): ensure that default month shown is always in bounds (#25351)
Resolves #25320
2022-06-02 22:27:25 -04:00
4e6a60b6a4 fix(datetime): emit ionChange for non-calendar picker presentation (#25380)
Resolves #25375
2022-06-01 12:11:03 -04:00
9e5b10a215 fix(datetime): don't update value on confirm call if no date was selected (#25338) 2022-05-24 09:29:31 -05:00
be2985bff5 test(playwright): do not check desktop viewports by default (#25222) 2022-05-03 16:32:58 -04:00
6946e09815 fix(datetime): arrow navigation respects min/max values (#25182)
Resolves #25073
2022-05-02 13:01:25 -04:00
aa5e1b9621 fix(datetime): hide footer when month-year picker is open (#25205) 2022-04-29 14:29:30 -05:00
98969395ab fix(datetime): if no default value, don't highlight active day until one is selected (#25151) 2022-04-26 13:44:32 -05:00
15c169043f chore(docs): remove manual documentation (#24984) 2022-04-21 12:31:51 -04:00
11493a086a fix(datetime): time picker display matches dynamically set value (#25010)
Resolves #24967
2022-04-15 12:29:37 -04:00
46cd483aa1 chore(datetime): simpler way of doing timezone offsets (#25132) 2022-04-15 09:42:27 -04:00
96b2003b2b fix(datetime): account for 30 and 45 minute timezones when getting current date (#25120)
resolves #25112
2022-04-14 13:09:11 -04:00
482913b192 chore(datetime,item,modal): use relative import paths (#25108) 2022-04-12 17:09:13 -04:00
9ed1d3d70b chore(datetime): correctly resolve merge conflict 2022-04-07 18:20:14 +00:00
760ab24c37 chore(): sync with main 2022-04-07 14:14:05 -04:00
982dc853be fix(datetime): warn when parsing an invalid date value (#25049) 2022-04-05 12:12:13 -04:00
2ebb94ba01 lint(): run prettier on feature-6.1 2022-04-04 19:38:08 +00:00
d737f7074d lint(): fix lint issues with feature-6.1 2022-04-04 19:37:12 +00:00
083a31acdc chore(): sync feature-6.1 with main 2022-04-04 15:27:16 -04:00
5676bab316 lint(eslint): migrate to eslint and prettier (#25046) 2022-04-04 11:12:53 -04:00
2af24494f5 chore(playwright): enable type checking (#25034) 2022-03-31 15:42:09 -04:00
2909b080b7 fix(datetime): presentation time emits ionChange once (#24968)
Resolves #24967
2022-03-22 11:33:19 -04:00
d46e1e8506 fix(datetime): reinit behavior on presentation change (#24828)
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-03-11 15:45:46 -06:00
d6d7c0576b chore(datetime): sync auto-generate output (#24930) 2022-03-11 15:45:04 -05:00
e932a04223 feat(datetime): isDateEnabled to enable/disable specific days (#24898)
Resolves #24209
2022-03-11 14:40:03 -05:00
9e0917597c docs(datetime): remove duplicate timezone information (#24851) 2022-02-25 15:35:17 -05:00
c35b898f1d fix(datetime): confirm method now uses selected date (#24827)
Resolves #24823
2022-02-23 15:14:53 -05:00
33292fbd92 test(datetime): listen for modal event in zoom out test (#24839) 2022-02-23 14:37:03 -05:00
62878238fc test(datetime): event for calendar month text change (#24836) 2022-02-23 12:28:13 -05:00
b6d7e1c757 fix(datetime): month picker no longer gives duplicate months on ios 14 and older (#24792)
resolves #24663
2022-02-23 08:42:51 -05:00
b0ac7de168 fix(datetime): improve datetime sizing in modals (#24762)
Resolves #23992
2022-02-22 16:05:39 -05:00
7f1086740b test(datetime): getToday unit test (#24830) 2022-02-22 10:30:06 -05:00
cd05961ab1 docs(datetime): ISO Format examples fix (#24818) 2022-02-22 09:22:15 -06:00
16647b2c72 fix(datetime): month and year column order is now locale aware (#24802)
resolves #24548
2022-02-17 11:28:09 -05:00
7b3838cc67 fix(datetime): navigate to month within min range (#24759)
Resolves #24757
2022-02-09 13:57:55 -05:00
231d6df622 fix(datetime): minutes only filtered when max hour matches current hour (#24710)
Resolves #24702
2022-02-04 11:40:02 -05:00
aab4d306f8 fix(datetime): disable intersection observer during month update (#24713)
Resolves #24712
2022-02-04 11:39:21 -05:00
b0c9f097d2 docs(datetime): example formatting date values in ISO-8601 (#24686) 2022-02-02 15:12:51 -05:00
b40fc4632e fix(datetime): prevent navigating to disabled months (#24421)
Resolves #24208, #24482
2022-02-01 12:57:03 -05:00
378c632643 fix(datetime): timepicker popover will position relative to click target (#24616)
Resolves #24531, #24415

Co-authored-by: mixalbl4 <mixalbl4.127@gmail.com>>
2022-01-25 16:42:57 -05:00