36e4bf7dd7
fix(react): export correct animation types ( #21950 )
2020-08-24 14:36:59 -04:00
e32b9afaaa
docs(segment-button): add correct usage for checking segment button ( #21966 )
...
resolves #21961
2020-08-24 09:48:06 -04:00
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
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
9f4b01e17f
fix(range): properly display stacked labels in an item with a range ( #21944 )
...
fixes #21625
2020-08-21 13:57:13 -04:00
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
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
971789dc89
docs(modal): add correct card style modal usage ( #21888 )
2020-08-21 12:39:25 -04:00
434befea5f
fix(react): removed exporting of ionRenderToString to decrease bundle size, closes #21917 ( #21928 )
2020-08-17 10:10:54 -06:00
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
7fc13ffb2a
style(tabs): fix if statement ( #21891 )
2020-08-06 12:20:31 -05:00
481d38df09
chore(deps): update stencil, bump deps, always build es5 ( #21890 )
...
Ensure we're always creating es5 builds for prod builds. Stencil 2 will not enable es5 builds by default.
2020-08-06 11:33:00 -05:00
ae47d77710
chore(api): internal updates required for stencil 2 upgrade ( #21889 )
...
Stencil 2 is removing deprecated APIs, and these are the remaining ones Ionic has been using.
2020-08-06 10:33:22 -05:00
03c2f16e46
chore(build): set stencil extras config ( #21877 )
...
Stencil 2 will update the extras defaults to not include many of the polyfills and shims by default. Setting the configs here ensures they stay enabled so there isn't a breaking change for Ionic v5 users.
2020-08-04 13:08:00 -05:00
f58424f625
fix(react): setting active tab properly on mount, closes #21830 ( #21833 )
...
* fix(react): setting active tab properly on mount, closes #21830
* removing commented code
* merge with master
2020-07-29 12:15:34 -06:00
74468ab797
fix(reat): fix tab currentHref when changing tabs, closes #21834 ( #21835 )
2020-07-29 10:48:45 -06:00
2eaab23f38
merge release-5.3.1
...
5.3.1
2020-07-27 10:24:15 -04:00
4476817825
5.3.1
v5.3.1
2020-07-27 09:33:54 -04:00
97e32f3b0b
chore(): bump stencil to 1.17.1 ( #21822 )
2020-07-27 09:24:31 -04:00
bfddb17065
fix(react): using autonomous web component for safari support, closes #21803
...
* fix(react): using autonomous web component for safari support, closes #21803
* taking out extends
2020-07-24 12:25:28 -06:00
3c9d6ea5f5
chore(deps): update to stencil 1.17.0, bump deps ( #21811 )
2020-07-24 12:44:09 -05:00
8e1178b98b
docs(loading): remove duplicated cssClass property in usage ( #21784 )
2020-07-23 17:42:58 -04:00
470478d387
docs(route): add correct interface name ( #21802 )
2020-07-23 13:28:46 -04:00
cc73a1063e
merge release-5.3.0
...
5.3.0
2020-07-23 12:18:57 -04:00
349e8cd5b0
5.3.0
v5.3.0
2020-07-23 11:43:23 -04:00
bcbe8cbb8d
fix(overlay): do not try to trap focus on hidden inputs ( #21799 )
2020-07-23 11:19:31 -04:00
03ca0c5968
docs(modal): add correct card-style modal usage for react ( #21780 )
...
resolves #21773
2020-07-22 13:49:32 -04:00
fff4aec6cf
fix(overlays): trap focus inside overlay components except toast ( #21716 )
...
fixes #21647
2020-07-22 12:09:31 -04:00
eb592b8917
fix(nav): insertPages method correctly inserts multiple pages with props ( #21725 )
...
fixes #21724
2020-07-22 12:06:29 -04:00
a15cd01bc3
fix(react): fixes swipe to go back regression ( #21791 )
2020-07-21 22:30:44 -06:00
4199762d3e
chore(): export ionicons jsx interface ( #21788 )
2020-07-21 14:45:19 -04:00
79518468dd
fix(overlays): move prepareOverlay to connectedCallback
...
For custom elements builds, overlays cannot use hasAttribute() in the constructor, so moving it to connectedCallback instead.
2020-07-21 13:07:54 -05:00
f4a08b7ed4
fix(react): fixng ion-router-outlet ref regresssion ( #21786 )
2020-07-21 08:48:25 -06:00
dbe6853884
fix(title): allow overriding of large title transform origin ( #21770 )
...
resolves #21761
2020-07-20 13:40:27 -04:00
096eef4a79
feat(card): expose global card css variable ( #21756 )
...
resolves #21694
2020-07-20 12:46:58 -04:00
d4a5fbd955
fix(react): adding custom history to IonReactRouter, closes #20297 ( #21775 )
2020-07-20 10:03:35 -06:00
591c133344
docs(readme): Ionic -> Ionic Framework
2020-07-20 11:55:59 -04:00
d297ecb87a
fix(virtual-scroll): properly calculate top offset when nested ( #21581 )
2020-07-20 10:29:39 -04:00
a625c837a6
feat(input, textarea): expose native events for ionBlur and ionFocus ( #21777 )
...
resolves #17363
2020-07-17 17:43:17 -04:00
77464ef21a
feat(router): add navigation hooks ( #21709 )
2020-07-17 11:08:16 -04:00
fa93dffdb4
feat(input): accept datetime-local, month, and week type values ( #21758 )
...
resolves #21757
2020-07-17 10:46:07 -04:00
6f200ac751
chore(release): update repository name ( #21699 )
2020-07-14 17:01:08 -04:00
7c2d0c981a
feat(select): add optional generic typings ( #21514 )
...
resolves https://github.com/ionic-team/ionic-framework/issues/20220
2020-07-14 16:06:48 -04:00
1351b2eafc
fix(react): fix regression on IonTabsContext not working properly ( #21751 )
2020-07-14 13:26:04 -06:00
88f1828bd8
fix(segment-button): allow min-width to be overridden ( #21722 )
...
fixes #21105
2020-07-14 10:58:40 -04:00
020f3cc56c
fix(keyboard): keyboard events now consistently fire on android ( #21741 )
...
fixes #21734
2020-07-14 10:43:58 -04:00
3cbf9e7c4c
fix(ios): improve scroll assist reliability on password inputs ( #21703 )
...
fixes #21688
2020-07-10 09:41:43 -04:00
2664587749
fix(angular): per-page animations now work with swipe to go back ( #21706 )
...
resolves #21692
2020-07-10 09:38:58 -04:00
f00ad8a835
fix(datetime): remove unneeded combox role ( #21708 )
...
resolves https://github.com/ionic-team/ionic-framework/issues/21667
2020-07-10 09:37:39 -04:00
81ef3f1ecd
fix(react): fix regression with history.replace in new react router ( #21698 )
2020-07-08 10:22:08 -06:00