Skip to content

Commit c8dfb52

Browse files
authored
Update CHANGELOG.md
1 parent c00d275 commit c8dfb52

File tree

1 file changed

+35
-43
lines changed

1 file changed

+35
-43
lines changed

CHANGELOG.md

Lines changed: 35 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343

4444
## [v1.3.5](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.5) (2022-01-04)
4545

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-
5746
**Merged pull requests:**
5847

5948
- nested dictionary should be a valid type in iOS [\#119](https://github.com/mixpanel/mixpanel-react-native/pull/119)
@@ -65,14 +54,6 @@
6554

6655
## [v1.3.4](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.4) (2021-09-25)
6756

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-
7657
**Merged pull requests:**
7758

7859
- Bump native SDK dependencies [\#102](https://github.com/mixpanel/mixpanel-react-native/pull/102)
@@ -110,15 +91,6 @@
11091

11192
- Add constructor method type definition [\#85](https://github.com/mixpanel/mixpanel-react-native/pull/85)
11293

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-
12294
#
12395

12496
## [v1.3.1](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.1) (2021-07-29)
@@ -127,10 +99,6 @@
12799

128100
- Fix the inconsistency typescript definition of init [\#78](https://github.com/mixpanel/mixpanel-react-native/pull/78)
129101

130-
**Closed issues:**
131-
132-
- confusion re documentation [\#77](https://github.com/mixpanel/mixpanel-react-native/issues/77)
133-
134102
**Merged pull requests:**
135103

136104
- Add more sample apps for integrating Mixpanel including using Context API [\#79](https://github.com/mixpanel/mixpanel-react-native/pull/79)
@@ -139,11 +107,6 @@
139107

140108
## [v1.3.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.0) (2021-07-28)
141109

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-
147110
**Merged pull requests:**
148111

149112
- Deprecate the class method init\(\) and improve the example [\#76](https://github.com/mixpanel/mixpanel-react-native/pull/76)
@@ -152,12 +115,6 @@
152115

153116
## [v1.2.4](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.4) (2021-06-24)
154117

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-
161118
**Merged pull requests:**
162119

163120
- Polish README [\#67](https://github.com/mixpanel/mixpanel-react-native/pull/67)
@@ -167,20 +124,55 @@
167124
- Add a CHANGELOG placeholder [\#62](https://github.com/mixpanel/mixpanel-react-native/pull/62)
168125
- Add github workflow for auto release [\#61](https://github.com/mixpanel/mixpanel-react-native/pull/61)
169126

127+
#
170128

129+
## [v1.2.3](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.3) (2021-05-20)
171130

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
172133

134+
#
173135

136+
## [v1.2.2](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.2) (2021-05-08)
174137

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
175142

143+
#
176144

145+
## [v1.2.0](https://github.com/mixpanel/mixpanel-react-native/tree/v1.2.0) (2021-05-03)
177146

147+
- Add new settings APIs: setUseIpAddressForGeolocation, setLoggingEnabled(add android), setServerURL(add android)
148+
https://github.com/mixpanel/mixpanel-react-native/pull/44
178149

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+
#
179157

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 !
180161

162+
#
181163

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
182168

169+
#
183170

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
184176

185177

186178

0 commit comments

Comments
 (0)