File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 5.10.0 (March 10, 2020)
2
+ * ` Library ` field for event will include ` amplitude-react-native ` when using SDK in react native.
3
+ * ` Device Type ` field now will show the actual device model instead of OS name.
4
+
1
5
### 5.9.0 (February 3, 2020)
2
6
* Add default versionName to for react-native
3
7
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Please see our [installation guide](https://amplitude.zendesk.com/hc/en-us/artic
11
11
[ ![ npm version] ( https://badge.fury.io/js/amplitude-js.svg )] ( https://badge.fury.io/js/amplitude-js )
12
12
[ ![ Bower version] ( https://badge.fury.io/bo/amplitude-js.svg )] ( https://badge.fury.io/bo/amplitude-js )
13
13
14
- [ 5.9 .0 - Released on February 3 , 2020] ( https://github.com/amplitude/Amplitude-JavaScript/releases/latest )
14
+ [ 5.10 .0 - Released on March 10 , 2020] ( https://github.com/amplitude/Amplitude-JavaScript/releases/latest )
15
15
16
16
17
17
# JavaScript SDK Reference #
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplitude-js" ,
3
3
"author" :
" Amplitude <[email protected] >" ,
4
- "version" : " 5.9 .0" ,
4
+ "version" : " 5.10 .0" ,
5
5
"license" : " MIT" ,
6
6
"description" : " Javascript library for Amplitude Analytics" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 2
2
var amplitude = window . amplitude || { '_q' :[ ] , '_iq' :{ } } ;
3
3
var as = document . createElement ( 'script' ) ;
4
4
as . type = 'text/javascript' ;
5
- as . integrity = 'sha384-1Uab0ISe8Eql+1G2WVmlyKxlDhpsXnPVpvGHmUJQkag+IATRq3Da7OF5ql8TfpZ4 ' ;
5
+ as . integrity = 'sha384-3bSR/uIgD42pCWBeq1//B3mI/hPuWdk0L1EUnQIWfGyMOjs0VEoFLhHMqObtv2BA ' ;
6
6
as . crossOrigin = 'anonymous' ;
7
7
as . async = true ;
8
- as . src = 'https://cdn.amplitude.com/libs/amplitude-5.9 .0-min.gz.js' ;
8
+ as . src = 'https://cdn.amplitude.com/libs/amplitude-5.10 .0-min.gz.js' ;
9
9
as . onload = function ( ) { if ( ! window . amplitude . runQueuedFunctions ) { console . log ( '[Amplitude] Error: could not load SDK' ) ; } } ;
10
10
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
11
11
s . parentNode . insertBefore ( as , s ) ;
You can’t perform that action at this time.
0 commit comments