File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 5.1.1
4
+ 17-08-2018
5
+
6
+ ** Bug Fixes**
7
+
8
+ - Fixed the crash while loading large images
9
+ - Fixed the bug where keyboard covers composer on tablets
10
+ - Fixed text overlap in the conversation list on tablets
11
+ - Fixed an issue where teammate avatar flickers during UI updates
12
+ - Bug fix for toolbar title doesn't show up in Messenger App sheets
13
+ - Fixed a bug that was causing Messenger App sheet to open in browser
14
+ - Reorder dependencies for failing PhoneGap build
15
+
3
16
# Version 5.1.0
4
17
19-07-2018
5
18
Original file line number Diff line number Diff line change 5
5
<!-- Generated by javadoc -->
6
6
< title > intercom-sdk-base API</ title >
7
7
< script type ="text/javascript ">
8
- targetPage = "" + window . location . search ;
9
- if ( targetPage != "" && targetPage != "undefined" )
10
- targetPage = targetPage . substring ( 1 ) ;
11
- if ( targetPage . indexOf ( ":" ) != - 1 || ( targetPage != "" && ! validURL ( targetPage ) ) )
12
- targetPage = "undefined" ;
8
+ tmpTargetPage = "" + window . location . search ;
9
+ if ( tmpTargetPage != "" && tmpTargetPage != "undefined" )
10
+ tmpTargetPage = tmpTargetPage . substring ( 1 ) ;
11
+ if ( tmpTargetPage . indexOf ( ":" ) != - 1 || ( tmpTargetPage != "" && ! validURL ( tmpTargetPage ) ) )
12
+ tmpTargetPage = "undefined" ;
13
+ targetPage = tmpTargetPage ;
13
14
function validURL ( url ) {
14
15
try {
15
16
url = decodeURIComponent ( url ) ;
You can’t perform that action at this time.
0 commit comments