Skip to content

Releases: microsoft/immersive-reader-sdk

Version 1.4.0

17 Nov 01:40
b5b2b4f
Compare
Choose a tag to compare

This release contains new feature, security vulnerability fixes, and updates to code samples.

New features

  • Subdomain regex validation updated to allow private links.

Improvements

  • Update code samples to use v1.4.0

Version 1.3.0

24 Jan 18:20
a58d676
Compare
Choose a tag to compare

This release contains new features, security vulnerability fixes, and updates to code samples

New features

  • Added the capability for the Immersive Reader iframe to request microphone permissions for Reading Coach

Improvements

  • Update code samples to use v1.3.0
  • Update code samples to demonstrate the usage of latest options from v1.2.0

Version 1.2.0

17 Dec 03:25
fa9ccea
Compare
Choose a tag to compare

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

New Features

  • Add option to set the theme to light or dark
  • Add option to set the parent node where the iframe/webview container is placed
  • Add option to disable the Grammar experience
  • Add option to disable the Translation experience
  • Add option to disable Language Detection

Improvements

  • Add title and aria modal attributes to the iframe
  • Set isLoading to false when exiting
  • Update code samples to use v1.2.0
  • Adds React code sample
  • Adds Ember code sample
  • Adds Azure function code sample
  • Adds C# code sample demonstrating how to call the Azure Function for authentication
  • Adds Android Kotlin code sample demonstrating how to call the Azure Function for authentication
  • Updates the Swift code sample to be Objective C compliant
  • Updates Advanced C# code sample to demonstrate the usage of new options: parent node, disableGrammar, disableTranslation, and disableLanguageDetection

Fixes

  • Fixes multiple security vulnerabilities by upgrading TypeScript packages
  • Fixes bug where renderButton rendered a duplicate icon and label in the button

Version 1.1.0

14 Aug 21:45
60538ee
Compare
Choose a tag to compare

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

Version 1.0.0

16 Jan 18:38
bd0bcfc
Compare
Choose a tag to compare
Fixes for various samples (#166)

* Add missing files for advanced-csharp-multiple-resources

* Fix advanced nodejs readme

* Remove en-us from hyperlinks

* Fix for advanced nodejs

* Fix broken link

Version 0.0.3

10 Feb 18:51
b5a0298
Compare
Choose a tag to compare
Merge pull request #100 from microsoft/authors/pasta/UpgradeVersionTo003

Upgrade version to 0.0.3

Version 0.0.2

10 Feb 18:51
b96e53e
Compare
Choose a tag to compare
v0.0.2

Rename resourceName to cogSvcsSubdomain, bump version to 0.0.2 (#54)

Version 0.0.1

06 May 17:43
e282aaf
Compare
Choose a tag to compare
v0.0.1

Update package name with @microsoft scope (#18)