Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@dylankil dylankil released this 14 Aug 21:45
· 25 commits to master since this release
60538ee

This release contains package upgrades, security vulnerability fixes, bug fixes, updates to code samples and configuration options.

  • Fix dependabot by removing yarn.lock from gitignore

  • Enable saving and loading preferences

  • Enable configuring default display options

  • Update the Android code sample HTML to work with the latest SDK

  • Fix security vulnerability by upgrading pug to v3.0.0 in quickstart-nodejs code sample

  • Do not allow launchAsync to be called when already loading

  • Fix multiple security vulnerabilities by upgrading Jest and TypeScript packages

  • Add option to set the translation language, enable word translation, and enable document translation when launching Immersive Reader

  • Add support for configuring Read Aloud via options

  • Check for invalid content by ignoring messages where the data is not a string

  • Wrap call to window in an if clause to check browser support of Promise

  • Update launch response to return the number of characters processed

  • Add ability to disable first run experience

  • Add ImmersiveReaderView for UWP

  • Fix a security vulnerability by upgrading Microsoft.IdentityModel.Clients.ActiveDirectory to v5.2.0