|
43 | 43 |
|
44 | 44 | ## [v1.3.5](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.5) (2022-01-04) |
45 | 45 |
|
46 | | -**Closed issues:** |
47 | | - |
48 | | -- iOS app crashes when `optOutTrackingDefault` is set - `Assertion failed: You have to call initialize\(token:\) before calling the main instance, or define a new main instance if removing the main one` [\#114](https://github.com/mixpanel/mixpanel-react-native/issues/114) |
49 | | -- Cannot get users properties? [\#113](https://github.com/mixpanel/mixpanel-react-native/issues/113) |
50 | | -- Users shows undefined Email of tracked user [\#112](https://github.com/mixpanel/mixpanel-react-native/issues/112) |
51 | | -- FirstAppOpen event not triggered from iOS [\#111](https://github.com/mixpanel/mixpanel-react-native/issues/111) |
52 | | -- Set user properties [\#107](https://github.com/mixpanel/mixpanel-react-native/issues/107) |
53 | | -- Events missing on web dashboard. [\#106](https://github.com/mixpanel/mixpanel-react-native/issues/106) |
54 | | -- Feature Request: functionality to get promise on mixpanel.track\(\) [\#105](https://github.com/mixpanel/mixpanel-react-native/issues/105) |
55 | | -- "TS2554: Expected 1 arguments, but got 0." error when implementing Samples/ContextAPIMixpanel/Analytics.js [\#86](https://github.com/mixpanel/mixpanel-react-native/issues/86) |
56 | | - |
57 | 46 | **Merged pull requests:** |
58 | 47 |
|
59 | 48 | - nested dictionary should be a valid type in iOS [\#119](https://github.com/mixpanel/mixpanel-react-native/pull/119) |
|
65 | 54 |
|
66 | 55 | ## [v1.3.4](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.4) (2021-09-25) |
67 | 56 |
|
68 | | -**Closed issues:** |
69 | | - |
70 | | -- ANDROID\_NDK\_HOME error when building Android with version 1.3.3 [\#101](https://github.com/mixpanel/mixpanel-react-native/issues/101) |
71 | | -- \[Android\] Build fails after Maven migration [\#94](https://github.com/mixpanel/mixpanel-react-native/issues/94) |
72 | | -- \[Android\] Mixpanel not working after upgrading React Native to 0.65.0 [\#93](https://github.com/mixpanel/mixpanel-react-native/issues/93) |
73 | | -- Mixpanel.library is always displayed react-native [\#92](https://github.com/mixpanel/mixpanel-react-native/issues/92) |
74 | | -- App Session events don't seem to be logged after v1.2.4 [\#91](https://github.com/mixpanel/mixpanel-react-native/issues/91) |
75 | | - |
76 | 57 | **Merged pull requests:** |
77 | 58 |
|
78 | 59 | - Bump native SDK dependencies [\#102](https://github.com/mixpanel/mixpanel-react-native/pull/102) |
|
110 | 91 |
|
111 | 92 | - Add constructor method type definition [\#85](https://github.com/mixpanel/mixpanel-react-native/pull/85) |
112 | 93 |
|
113 | | -**Closed issues:** |
114 | | - |
115 | | -- Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId [\#75](https://github.com/mixpanel/mixpanel-react-native/issues/75) |
116 | | -- It only track on Android in iOS nothing at all [\#72](https://github.com/mixpanel/mixpanel-react-native/issues/72) |
117 | | -- Mixpanel React Native is null [\#71](https://github.com/mixpanel/mixpanel-react-native/issues/71) |
118 | | -- Are the documented initializations correct? [\#70](https://github.com/mixpanel/mixpanel-react-native/issues/70) |
119 | | -- Getting "MixpanelReactNative is null" on fresh install [\#46](https://github.com/mixpanel/mixpanel-react-native/issues/46) |
120 | | -- Example using ContextAPI and functional components [\#17](https://github.com/mixpanel/mixpanel-react-native/issues/17) |
121 | | - |
122 | 94 | # |
123 | 95 |
|
124 | 96 | ## [v1.3.1](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.1) (2021-07-29) |
|
127 | 99 |
|
128 | 100 | - Fix the inconsistency typescript definition of init [\#78](https://github.com/mixpanel/mixpanel-react-native/pull/78) |
129 | 101 |
|
130 | | -**Closed issues:** |
131 | | - |
132 | | -- confusion re documentation [\#77](https://github.com/mixpanel/mixpanel-react-native/issues/77) |
133 | | - |
134 | 102 | **Merged pull requests:** |
135 | 103 |
|
136 | 104 | - Add more sample apps for integrating Mixpanel including using Context API [\#79](https://github.com/mixpanel/mixpanel-react-native/pull/79) |
|
139 | 107 |
|
140 | 108 | ## [v1.3.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.0) (2021-07-28) |
141 | 109 |
|
142 | | -**Closed issues:** |
143 | | - |
144 | | -- Xcode 12.5.1 linking issue [\#68](https://github.com/mixpanel/mixpanel-react-native/issues/68) |
145 | | -- It only track on iOS in Android nothing at all [\#56](https://github.com/mixpanel/mixpanel-react-native/issues/56) |
146 | | - |
147 | 110 | **Merged pull requests:** |
148 | 111 |
|
149 | 112 | - Deprecate the class method init\(\) and improve the example [\#76](https://github.com/mixpanel/mixpanel-react-native/pull/76) |
|
152 | 115 |
|
153 | 116 | ## [v1.2.4](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.4) (2021-06-24) |
154 | 117 |
|
155 | | -**Closed issues:** |
156 | | - |
157 | | -- A lot of "undefined symbol" errors happening with the latest version [\#64](https://github.com/mixpanel/mixpanel-react-native/issues/64) |
158 | | -- Tracking and Identifying Oh My! [\#60](https://github.com/mixpanel/mixpanel-react-native/issues/60) |
159 | | -- why is firebase-messaging listed as a dependency? [\#55](https://github.com/mixpanel/mixpanel-react-native/issues/55) |
160 | | - |
161 | 118 | **Merged pull requests:** |
162 | 119 |
|
163 | 120 | - Polish README [\#67](https://github.com/mixpanel/mixpanel-react-native/pull/67) |
|
167 | 124 | - Add a CHANGELOG placeholder [\#62](https://github.com/mixpanel/mixpanel-react-native/pull/62) |
168 | 125 | - Add github workflow for auto release [\#61](https://github.com/mixpanel/mixpanel-react-native/pull/61) |
169 | 126 |
|
| 127 | +# |
170 | 128 |
|
| 129 | +## [v1.2.3](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.3) (2021-05-20) |
171 | 130 |
|
| 131 | +- Bump Mixpanel Andriod dependency to 5.9.1 (Migrate to Airship 12.x for the integration) |
| 132 | +https://github.com/mixpanel/mixpanel-react-native/pull/59 |
172 | 133 |
|
| 134 | +# |
173 | 135 |
|
| 136 | +## [v1.2.2](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.2) (2021-05-08) |
174 | 137 |
|
| 138 | +- Fix Mixpanel type conversion for ios |
| 139 | +https://github.com/mixpanel/mixpanel-react-native/pull/48 |
| 140 | +- Fix iOS compile error |
| 141 | +https://github.com/mixpanel/mixpanel-react-native/pull/53 |
175 | 142 |
|
| 143 | +# |
176 | 144 |
|
| 145 | +## [v1.2.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.0) (2021-05-03) |
177 | 146 |
|
| 147 | +- Add new settings APIs: setUseIpAddressForGeolocation, setLoggingEnabled(add android), setServerURL(add android) |
| 148 | +https://github.com/mixpanel/mixpanel-react-native/pull/44 |
178 | 149 |
|
| 150 | +# |
| 151 | + |
| 152 | +## [v1.1.1](https://github.com/mixpanel/mixpanel-react-native/tree/v1.1.1) (2021-03-17) |
| 153 | +- Fix the issue of passing boolean value as int in iOS |
| 154 | +https://github.com/mixpanel/mixpanel-react-native/pull/34 |
| 155 | + |
| 156 | +# |
179 | 157 |
|
| 158 | +## [v1.1.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.1.0) (2021-03-03) |
| 159 | +- Add Typescript support |
| 160 | +- https://github.com/mixpanel/mixpanel-react-native/pull/31. thanks @sroy3 ! |
180 | 161 |
|
| 162 | +# |
181 | 163 |
|
| 164 | +## [v1.0.2](https://github.com/mixpanel/mixpanel-react-native/tree/v1.0.2) (2021-01-27) |
| 165 | +- Fix dynamic type not being able to convert properly in android that causes some group apis to fail |
| 166 | +PR: https://github.com/mixpanel/mixpanel-react-native/pull/23 |
| 167 | +This is to address issue: https://github.com/mixpanel/mixpanel-react-native/issues/21 |
182 | 168 |
|
| 169 | +# |
183 | 170 |
|
| 171 | +## [v1.0.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.0.0) (2020-12-08) |
| 172 | +- This is our first release! :tada::tada::tada: |
| 173 | +Report issues or give us any feedback is appreciated! |
| 174 | +- integration guide: https://developer.mixpanel.com/docs/react-native |
| 175 | +- full API reference: https://mixpanel.github.io/mixpanel-react-native |
184 | 176 |
|
185 | 177 |
|
186 | 178 |
|
|
0 commit comments