Skip to content

v1.10.0

Compare
Choose a tag to compare
@oshi97 oshi97 released this 24 Aug 19:23
· 233 commits to master since this release
7f600ea

New Features

  • The SearchBar now supports displaying a loading indicator while a search is running.
  • The SearchBar also now has support for voice search.
  • We now support several new languages, including simplified/traditional Chinese and several variants of Arabic.
  • universalLimit config option (#1444)
  • Session tracking using the browser's session storage (#1452)
  • querySource can now be set at runtime using ANSWERS.setQuerySource() (#1464)
  • Display email validation error in QuestionSubmission (#1505)
  • Support for DirectAnswers on vertical searches (#1483)
  • Support providerOptions on the map (#1484)
  • Create entry points for multi-lang SDK bundles (#1501)

Speed Improvements

  • replace IconComponent usages with handlebars partials (#1445) (#1451) (#1458)

Infrastructure

  • Change CircleCI node_modules caching strategy to use package-lock.json instead of package.json (#1457)
  • canary/latest assets are now built with i18n support (#1459)
  • More tests + acceptance testing improvements
  • Automated publishing for the standalone SearchBar assets (#1529)