22 Commits

Author SHA1 Message Date
1dac5a46f5 fix(datetime): do not reset to am when changing the hour and pm is set (#22016)
fixes #19175 fixes #19260 fixes #20026 references #16630
2020-09-11 13:05:26 -04:00
b7761fe353 fix(datetime): allow AM/PM to be changed (#18684)
fixes #18585
2019-07-24 12:52:36 -04:00
03c1d19e07 perf(all): minify better by using arrow functions (#18730) 2019-07-10 10:33:33 -04:00
ca233b547a fix(datetime): default to current date when value is null (#18105)
fixes #18099
2019-04-23 13:12:17 -04:00
cc60b60135 fix(datetime): date strings no longer revert to previous day (#18018)
fixes #17977
2019-04-16 12:34:35 -04:00
34f6f1d736 fix(datetime): account for 0 value when setting up picker columns (#17869) 2019-03-25 08:49:29 -04:00
ec3acc9ec8 fix(datetime): fix edge cases with datetime and invalid values (#17769)
* fix edge cases with datetime and invalid values

* clean up code

* revert let changes

* run linter
2019-03-13 09:39:38 -04:00
bab56e8947 fix(datetime): default to local date (#17706) 2019-03-11 09:46:17 -05:00
a1ec5f607b fix(datetime): default to current date when no value given (#17443)
* fix(datetime): default to current date when no value given

* test(datetime): add spec test

* move getDateValue to utils
2019-02-14 16:31:59 -05:00
945dd2610b test(angular): no-progress CI 2018-12-05 22:31:34 +01:00
e75618e82f test(datetime): add unit tests for parseDate() 2018-12-05 22:31:34 +01:00
b46052bd83 fix(ion-datetime): keep the model value consistently an ISO string (#15907) 2018-10-11 16:50:05 -05:00
4876df928d chore(): tslint checks 2018-09-06 21:49:35 +02:00
ba2230510e refactor(all): strict boolean conditions 2018-09-01 17:23:03 +02:00
f30ae889c0 fix(datetime): fix year to allow current and max year
fixes #14895
2018-08-29 14:26:32 -04:00
e0b8e2472d fix(datetime): allow values to be zero (#14480)
* fix(datetime): allow values to be zero

* Using null check
2018-08-24 04:27:45 +02:00
8b35e37a43 fix(datetime): ionChange event 2018-08-07 01:09:47 +02:00
c1b61d0fee chore(): update to ionic-rules/strict 2018-07-29 23:10:38 +02:00
92e21a8cf3 fix(all): updated tslint rules to latest 2018-07-29 13:03:47 +02:00
fd5c957787 refactor(all): enable ts strict 2018-04-10 02:43:48 +02:00
4693229c84 fix(all): ts strict (part 4) 2018-03-21 15:53:40 +01:00
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00