Liam DeBeasi
9ca8b9de46
chore(): sync with master
2020-09-21 11:36:45 -04:00
Brandy Carney
ec9e0a2ee7
merge release-5.3.3
...
release 5.3.3
2020-09-17 19:54:41 -04:00
Brandy Carney
f714c34699
5.3.3
v5.3.3
2020-09-17 18:13:02 -04:00
Ely Lucas
5cdf68b674
chore(react): fixing issue with new history types ( #22109 )
2020-09-17 18:06:36 -04:00
Ely Lucas
74632fa960
chore(react): fixing issue with new history types ( #22109 )
2020-09-17 16:03:33 -06:00
Brandy Carney
bd675e42c7
chore(dependencies): update angular-server package-lock
2020-09-17 15:41:08 -04:00
Liam DeBeasi
fbe11582e9
chore(vue): add upgrade steps to 0.4.0
2020-09-17 11:39:29 -04:00
Liam DeBeasi
c1fe16193e
chore(): release Ionic Vue 0.4.0 ( #22105 )
2020-09-17 11:34:41 -04:00
Liam DeBeasi
fe2cf22f5d
feat(vue): add webHashHistory and memoryHistory options for router ( #22101 )
...
* add additional history types
* fix imports
2020-09-17 10:20:54 -04:00
Liam DeBeasi
0971478f1f
chore(vue): wrap isReady for potential future use ( #22100 )
2020-09-17 10:20:35 -04:00
Liam DeBeasi
9cb22be91a
fix(vue): ensure dynamic classes are synced with internal Ionic component classes ( #22096 )
...
resolves #22051
2020-09-16 10:09:52 -04:00
Liam DeBeasi
67fbb3b963
fix(vue): using refs with v-model now works properly ( #22092 )
...
resolves #22076
2020-09-15 15:49:51 -04:00
Liam DeBeasi
3ea92f5527
test(vue): add tests ( #22089 )
2020-09-15 09:54:35 -04:00
Brandy Carney
99f2532ee1
fix(input): only focus the first input / textarea when clicking on the parent item ( #22049 )
...
fixes #22037 resolves #22032
2020-09-14 11:44:37 -04:00
Liam DeBeasi
c72c7ffa98
fix(textarea): do not generate duplicate IDs between ion-input and ion-textarea ( #22074 )
...
resolves #21542
v4.11.11
2020-09-11 16:38:00 -04:00
Brandy Carney
8b85fe0d9e
fix(datetime): do not reset to am when changing hour and pm is set ( #21997 )
...
fixes #19175 fixes #19260 fixes #20026 references #16630
2020-09-11 13:55:07 -04:00
Liam DeBeasi
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
Liam DeBeasi
a362234472
chore(vue): rename hook to useBackButton
2020-09-11 13:03:39 -04:00
Liam DeBeasi
2efab94035
fix(vue): canGoBack param should be optional
2020-09-11 11:50:04 -04:00
Liam DeBeasi
af2e6ca8d2
chore(vue): remove extra import
2020-09-11 11:37:53 -04:00
Liam DeBeasi
3d34b68fbd
feat(vue): add hook to access Ionic Vue router ( #22072 )
2020-09-11 11:33:41 -04:00
Liam DeBeasi
8227844cbc
fix(vue): canGoBack now returns correct result with initial load redirect ( #22071 )
2020-09-11 11:33:16 -04:00
Liam DeBeasi
a7f564b818
feat(vue): add hardware back button hook ( #22069 )
2020-09-11 11:20:48 -04:00
Liam DeBeasi
5ffa65f84a
feat(vue): add ionic vue beta ( #22062 )
2020-09-10 15:20:49 -04:00
Ely Lucas
74af3cb50b
fix(react): Keep a hold of previous routes when doing a redirect, closes #22053
2020-09-08 19:58:00 -06:00
Ely Lucas
ba23ab3d66
chore(react): fixing package file
2020-09-08 09:38:57 -06:00
Ely Lucas
4090250da7
chore(react): fixing lint errors
2020-09-08 09:36:44 -06:00
Ely Lucas
b11e06cec1
fix(react): redirect routes should unmount leaving component, fixes #22022 ( #22029 )
2020-09-04 14:56:20 -06:00
Liam DeBeasi
ec7c023873
chore(): run build on infinite scroll docs ( #22025 )
2020-09-03 14:48:01 -04:00
Ely Lucas
e02b33ac75
docs(infinite-scroll): removing verbiage on infinite scroll support in react ( #22024 )
2020-09-03 09:24:28 -06:00
Liam DeBeasi
e82ac39af9
chore(): fix changelog typo
2020-08-27 18:32:28 -04:00
Brandy Carney
c458c83a7c
release-5.3.2
2020-08-27 17:57:49 -04:00
Brandy Carney
f52b3061e0
5.3.2
v5.3.2
2020-08-27 17:32:21 -04:00
Brandy Carney
3f1fe13c29
chore(scripts): run npm i add package lock false
2020-08-27 17:26:56 -04:00
Brandy Carney
3ecd899d2b
chore: remove react package-locks ( #21994 )
2020-08-27 17:04:12 -04:00
Liam DeBeasi
6878fb9eb9
fix(input): remain focused in the input after pressing the clear button ( #21985 )
...
resolves #21549
2020-08-27 15:22:40 -04:00
Brandy Carney
22477fb9bf
fix(input): improve reliability of scroll assist when accessory bar is enabled ( #21936 )
...
fixes #21912
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2020-08-27 15:20:42 -04:00
Brandy Carney
e4964ff77b
fix(input): properly focus the input when clicking the item padding in WebKit ( #21930 )
...
Related WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=214859
Issue Number: fixes #21509
2020-08-27 14:52:02 -04:00
Brandy Carney
bd4e931fbc
chore(tests): fix failing core e2e and angular test app ( #21986 )
...
- version updates, add package-lock to the angular test-app
- add protractor ci config
- install headless chrome dependencies per https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-on-circleci
2020-08-27 14:14:05 -04:00
Liam DeBeasi
36e4bf7dd7
fix(react): export correct animation types ( #21950 )
2020-08-24 14:36:59 -04:00
Liam DeBeasi
e32b9afaaa
docs(segment-button): add correct usage for checking segment button ( #21966 )
...
resolves #21961
2020-08-24 09:48:06 -04:00
Brandy Carney
6dae5d1dfe
chore(dependencies): add missing package lock files to packages ( #21951 )
...
- Add `package-lock.json` to `angular`, `angular-server`, `react`, `react-router` and the root
- Ran `npm audit` on all, fixed vulnerabilities
- Ran `npm outdated` on all, updated minor and patch versions
- Ran `npm update` on all
2020-08-21 16:00:40 -04:00
Liam DeBeasi
00eac33053
fix(label): use translateY so input caret shows up due to webkit issue ( #21949 )
...
resolves #21943
2020-08-21 13:59:19 -04:00
Brandy Carney
9f4b01e17f
fix(range): properly display stacked labels in an item with a range ( #21944 )
...
fixes #21625
2020-08-21 13:57:13 -04:00
Liam DeBeasi
5c177d756f
fix(overlays): prevent focus from being stolen when presenting another overlay from within a modal ( #21856 )
...
resolves #21840
2020-08-21 12:55:04 -04:00
Brandy Carney
06ab66edc7
chore(dependencies): update vulnerabilities and minor/patch outdated ( #21948 )
...
Updates core dependencies with vulnerabilities
Updates all outdated core minor / patch dependencies
Fixes new lint errors due to updated stylelint (these errors were good)
2020-08-21 12:42:44 -04:00
Liam DeBeasi
971789dc89
docs(modal): add correct card style modal usage ( #21888 )
2020-08-21 12:39:25 -04:00
Ely Lucas
434befea5f
fix(react): removed exporting of ionRenderToString to decrease bundle size, closes #21917 ( #21928 )
2020-08-17 10:10:54 -06:00
Adam Bradley
753fd2f910
chore(colorClass): update createColorClasses() for ts4 ( #21896 )
...
Change the createColorClasses() fn so the returned type and jsx class property work well with typescript 4
2020-08-10 09:18:41 -05:00
Adam Bradley
7fc13ffb2a
style(tabs): fix if statement ( #21891 )
2020-08-06 12:20:31 -05:00