133 Commits

Author SHA1 Message Date
91aaaab71a chore(react): adding prettier and formating files 2020-12-07 09:31:33 -07:00
36939e10ae fix(react): android hardware button should invoke browser back 2020-12-07 08:33:00 -07:00
d61456c46d 5.5.1 2020-11-25 17:17:52 -05:00
5275332e43 fix(react): eliminate use of deprecated findDOMNode, resolves #20972 2020-11-25 14:21:12 -07:00
a664ccbde9 chore(): fix @types/react to avoid 16.14.1 release (#22554) 2020-11-23 13:37:22 -05:00
f4ecc32c14 5.5.0 2020-11-18 13:02:47 -05:00
3a6fcc7d8b 5.4.4 2020-11-12 09:51:48 -05:00
c356526520 5.4.3 2020-11-06 12:13:28 -05:00
971e4dc6c7 5.4.2 2020-11-05 12:49:03 -05:00
9659ad6334 fix(item): only add click event listener to items with inputs (#22352)
This stops screen readers, such as NVDA, from reading every item as clickable even when it is text only.

fixes #22011
2020-11-04 16:19:38 -05:00
b885299082 chore(): point people to the forum (#22361)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
2020-10-29 16:42:50 -04:00
5d548b8672 5.4.1 2020-10-22 12:10:16 -04:00
bf9283eb3e 5.4.0 2020-10-15 11:55:34 -04:00
062a659c4a 5.4.0-rc.3 2020-10-14 18:55:46 -04:00
c37c272dda 5.4.0-rc.2 2020-10-13 16:33:19 -04:00
9eba5939b7 5.4.0-rc.1 2020-10-08 13:16:00 -04:00
c251c6a723 5.3.5 2020-10-07 13:53:31 -04:00
5e341643d4 5.3.4 2020-09-25 10:43:25 -04:00
f714c34699 5.3.3 2020-09-17 18:13:02 -04:00
74af3cb50b fix(react): Keep a hold of previous routes when doing a redirect, closes #22053 2020-09-08 19:58:00 -06:00
b11e06cec1 fix(react): redirect routes should unmount leaving component, fixes #22022 (#22029) 2020-09-04 14:56:20 -06:00
f52b3061e0 5.3.2 2020-08-27 17:32:21 -04:00
3ecd899d2b chore: remove react package-locks (#21994) 2020-08-27 17:04:12 -04:00
36e4bf7dd7 fix(react): export correct animation types (#21950) 2020-08-24 14:36:59 -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
434befea5f fix(react): removed exporting of ionRenderToString to decrease bundle size, closes #21917 (#21928) 2020-08-17 10:10:54 -06: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
4476817825 5.3.1 2020-07-27 09:33:54 -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
349e8cd5b0 5.3.0 2020-07-23 11:43:23 -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
f4a08b7ed4 fix(react): fixng ion-router-outlet ref regresssion (#21786) 2020-07-21 08:48:25 -06:00
1351b2eafc fix(react): fix regression on IonTabsContext not working properly (#21751) 2020-07-14 13:26:04 -06:00
c171ccbd37 feat(react): React Router Enhancements (#21693) 2020-07-07 12:02:05 -05:00
a0735b97bf fix(build): Fixes to dev build for react (#21684)
* fix(react): removing lock files in react to get npm llink to work

* fix(scripts) updating ionic/react dep in react-router

* fix(scripts): linking ionic/react in router

* removing log
2020-07-06 21:11:45 -05:00
97123cd6c3 5.2.3 2020-07-01 13:28:43 -04:00
ce6e637787 chore(deps): bump deps (#21632) 2020-06-29 10:21:06 -05:00
84c421a4b0 5.2.2 2020-06-17 12:03:58 -04:00
2969f9f9f2 5.2.1 2020-06-11 10:43:55 -04:00
fd65ceec84 5.2.0 2020-06-10 12:52:24 -04:00
f954d40453 5.1.1 2020-05-13 14:19:55 -04:00
042686c7a4 5.1.0 2020-04-30 17:34:30 -04:00
43f9d24824 feat(react): Add IonTabsContext to add some missing element methods, closes #19935 (#21171) 2020-04-30 15:08:23 -06:00
fa9ddc91bc feat(all): add ability to eject from Ionic sanitizer (#20457)
resolves #18277
2020-04-27 16:03:39 -04:00
102a842bd2 fix(react): IonTabBar properly extends IonicReactProps (#21009)
fixes #21006
2020-04-10 13:09:06 -04:00
af1a6d6d6d 5.0.7 2020-03-26 11:30:32 -04:00
576da29ac6 5.0.6 2020-03-25 14:57:31 -04:00
43fbd9d2f2 chore(): properly export ionic page transition functions (#20860) 2020-03-25 14:39:38 -04:00