Skip to content

Commit f4105e2

Browse files
author
Maksim Terekhin
committed
Changelog update
1 parent 7d416c9 commit f4105e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Echo JS SDK CHANGELOG:
22

3+
##v3.0.21 - June 25, 2014
4+
5+
* **Stream control was updated to avoid memory leaks** in certain situations when Stream Item instance is irrelevant (for example if an item doesn't match a rendering criteria on the client side).
6+
7+
* **Echo.API base class was fixed to always use XDomainRequest object** in IE 8 and 9 for AJAX CORS requests.
8+
9+
* Previously when **empty Canvas config was delivered to a client side**, we put debug information into browser console and left "Loading..." message on a screen. To avoid any confusion, the "Loading..." message is now removed if Canvas config contains no apps.
10+
311
##v3.0.20 - June 4, 2014
412

513
* **Canvas config retrieval process was improved by adding [retry](http://echoappsteam.github.io/js-sdk/docs/#!/api/Echo.Utils-static-method-retry) logic**. Now if a request fails, we make 2 [more retries](http://echoappsteam.github.io/js-sdk/docs/#!/api/Echo.Canvas-cfg-maxConfigFetchingRetries) to fetch Canvas config again.

0 commit comments

Comments
 (0)