Skip to content

v1.9.0

Compare
Choose a tag to compare
@tmeyer2115 tmeyer2115 released this 23 Jun 15:23
· 301 commits to master since this release
2598b23

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)