9922 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
b396e54d4f chore(dependencies): update dependencies, lock them, build swiper (#22015) 2020-09-01 12:55:21 -04:00
5bccf31bed merge release-4.11.10
Release 4.11.10
2020-01-24 16:54:08 -05:00
0179aad2b3 4.11.10 2020-01-24 16:15:45 -05:00
db1fd1d72a fix(input): revert previous type change
This reverts commit 3a562282909fddf8cfa65199f9154504f3da0f3a.
2020-01-24 16:03:03 -05:00
1bfc1c0393 release-4.11.9 2020-01-23 13:06:05 -07:00
7b9515ffa3 4.11.9 2020-01-23 13:00:15 -07:00
708020551f fix(core): updating type of input value to accept numbers, fixes #20173 (#20267) 2020-01-23 11:15:22 -07:00
63d4e877fb fix(react): remove leaving view when routerdirection is back, fixes #20124 (#20268) 2020-01-22 17:07:22 -07:00
ec6a8dd86f fix(react): adding missing overlay component events, fixes #19923 (#20266) 2020-01-22 14:52:21 -07:00
2f8c13b696 fix(react): support routes without a path for notfound routes, fixes #20259 (#20261) 2020-01-21 16:12:42 -07:00
1411d8a173 fix(react): update icon types to be a string as well, fixes #20229 (#20230) 2020-01-17 16:57:11 -07:00
9e35ebed4a fix(react): re attach props on update, fixes 20192 (#20228) 2020-01-17 16:23:26 -07:00
aff9612d11 fix(react): Don't render overlay children if isOpen is false, fixes #20225 (#20226) 2020-01-17 15:42:58 -07:00
22f92294ce chore(react): updating types for location state to fix type errors (#20206) 2020-01-14 12:17:55 -07:00
ad8f3db725 release-4.11.8 2020-01-13 09:58:01 -07:00
023b835d16 4.11.8 2020-01-13 09:52:21 -07:00
8a5aba2068 fix(react): add missing react memory router 2020-01-13 09:08:34 -07:00
676cc19b89 fix(react): supporting ios and md props on icons (#20170) 2020-01-08 16:13:52 -07:00
654d04c265 chore(docs): updating ActionSheet React sample 2019-12-17 10:52:58 -07:00
857bab6641 fix(react): fixing type of icon in ToastOptions, ActionSheetOptions, fixes #20100 2019-12-17 10:42:15 -07:00
027306a258 merge release-4.11.7 2019-12-12 15:35:01 -07:00
0f10bb29e8 4.11.7 2019-12-12 14:58:54 -07:00
4a73544502 fix(react): fire lifecycle events on initial render, fixes #20071 2019-12-12 14:31:57 -07:00
9ea75ebec7 fix(react): fire lifecycle events on initial render, fixes #20071 2019-12-12 14:30:25 -07:00
1454539cd3 chore(core): removing old test 2019-12-11 10:02:57 -07:00
6dfa0da460 merge release-4.11.6 2019-12-11 09:57:10 -07:00
78b3029665 4.11.6 2019-12-11 09:13:38 -07:00
e116712275 fix(react): support for 'root' router direction, fixes #19982 (#20052) 2019-12-09 17:23:39 -07:00
1c7d1e5cf1 fix(react): first render performance improvements 2019-12-09 14:36:47 -07:00
684293ddbf fix(react): don't show back button when not appropriate 2019-12-03 15:29:55 -07:00
f9bf8dbe6f fix(react): support navigating to same page and route updates in IonRouterOutlet, fixes #19891, #19892, #19986 2019-12-03 14:22:26 -07:00
eef55bb007 fix(react): fix refs for controllers, overlays, ionpage, and ionrouteroutlet, fixes #19924 (#20012) 2019-11-27 16:08:56 -07:00
637b082976 chore(react): fix tabs docs (#19995) 2019-11-25 11:15:03 -07:00
6c20fecab0 merge release-4.11.5
Release 4.11.5
2019-11-14 15:15:53 -05:00
06c0c77673 4.11.5 2019-11-14 14:59:57 -05:00
dd007d55fe chore(angular): update Config deprecation message (#19908)
* update deprecation msg

* add exact release
2019-11-14 14:42:50 -05:00
5ff786a23d fix(react): improving lifecycle hooks to deal with stale closures, fixes #19873 (#19874) 2019-11-08 16:15:52 -07:00
f0efe4aed6 merge release-4.11.4 2019-11-07 14:47:51 -07:00
d8b6098e30 4.11.4 2019-11-07 14:34:46 -07:00
7356c40174 fix(react): check for component unmount, fixes #19859 2019-11-07 13:32:45 -07:00
de0a899be7 chore(react): lowering the timeout for the ionpage check to avoid false positives 2019-11-07 13:21:23 -07:00
0a3014d35e fix(react): adding multiple subscriptions to lifecycle events, fixes #19792 (#19858) 2019-11-07 11:55:47 -07:00
628e76668e fix(react): add check to warn if no ionpage is found, fixes #19832 (#19857) 2019-11-07 10:00:17 -07:00
d89508b1b5 fix(react): expand the location stack to better support back button, fixes #19748 (#19856) 2019-11-07 09:00:01 -07:00
fd9745ddcd fix(react): adding hardware back button support, fixes(19819) (#19851) 2019-11-06 14:54:06 -07:00
bcc40c8d59 fix(react): adding swipe back functionality and routerOutlet ready improvements, fixes #19818 (#19849) 2019-11-06 10:08:57 -07:00
9fad4161be fix(react): create a new overlay each time component is presented, fixes #19841, #19823 (#19842) 2019-11-05 16:49:10 -07:00
17fe23a3b9 release-4.11.3 2019-10-30 12:23:08 -06:00
e61d7a3aeb chore(changelog): fixing changelog items 2019-10-30 12:20:01 -06:00