You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Echo JS SDK CHANGELOG:
2
2
3
+
##v3.0.29 - January 22, 2015
4
+
5
+
* We updated parameter normalization logic used in the "substitute" method of Echo.Utils and Echo.Control classes to prevent output HTML string from corruption.
6
+
7
+
* We introduced new ["onDataReceive"](http://echoappsteam.github.io/js-sdk/docs/#!/api/Echo.Canvas-echo_event-onDataReceive) event for Echo.Canvas class. It allows to access Canvas data received from the storage before Project rendering.
8
+
9
+
* The logic that handles parameters normalization before executing API call was updated to be more fault-tolerant in IE9 browser.
10
+
3
11
##v3.0.28 - December 29, 2014
4
12
5
13
* We updated [Echo Loader](http://echoappsteam.github.io/js-sdk/docs/#!/api/Echo.Loader) library which is responsible for dependency management and resource loading across all Echo JS SDK based applications and components. Sometimes third-party JavaScript software interfered with Echo Loader by appending inappropriate tags to a page head element. Yepnope library used under the hood of Echo Loader was [patched](https://github.com/EchoAppsTeam/js-sdk/commit/554f5681a2d8ac5cc396ff4812f462820b5b27b5) to handle such situations.
0 commit comments