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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Version 1.9.0
Changes
The call to the Master Switch API which blocked the onReady has been removed. (#1377)
A couple of performance optimizations were made to this SDK. This includes progressive rendering of child components, avoidance of unnecessary cloneDeep calls, and the removal of an extraneous, expensive DOM.create call. Note that the progressive rendering is opt-in. (#1397, #1411)
Code coverage reports of the SDK are now generated automatically. (#1409)
The outdated sample-app was removed and the contents of docs is now up-to-date. (#1420)
If an addComponent call fails, it no longer blocks subsequent addComponent calls. An error is simply printed to the console and the SDK attempts to render
the other components. (#1426)
The Core version was updated to support rich text featured snippets. (#1437)
Bug Fixes
Fixed an IE11 console error that appeared when providing DirectAnswer feedback. (#1416)
The clear button no longer appears for an empty query in IE11. (#1418)