Skip to content

Releases: iProov/web

3.1.0-beta.6

16 Dec 19:54
Compare
Choose a tag to compare
3.1.0-beta.6 Pre-release
Pre-release
  • Liveness mobile and desktop performance overhaul
  • iOS WKWebView browser support added
  • Fixed kiosk mode performance issues
  • Resolution management (high/low quality modes)
  • Progress bar animation fixed

3.1.0-beta.5

09 Dec 22:42
Compare
Choose a tag to compare
3.1.0-beta.5 Pre-release
Pre-release
  • Remove remaining warnings on component load
  • Use polyfills on demand rather than whole webcomponent bundle
  • [breaking] Fix streamed event and fire at correct moment. Add streaming event to replace.

3.1.0-beta.4

07 Dec 22:15
Compare
Choose a tag to compare
3.1.0-beta.4 Pre-release
Pre-release
  • Desktop device support for Liveness. We no longer require a mobile device for Liveness transactions.
  • The SDK can now optionally return a selfie frame from the scanning process for both GPA and Liveness transactions.
    • If this is enabled for your service provider, this will be present in the passed and failed callback payloads.
  • iProovSupport is a separate export to facilitate a smaller critical bundle size for integrators.
    • Using a module bundler you can run import { iProovSupport } from "@iproov/web/iProovSupport"
    • Script tag integrations can still access window.IProov.IProovSupport for the time being.
  • version property on the iProovMe component.
    • This is also accessible on window.IProov.version.
  • Multiple camera device support on desktop, including ability to customise.
  • Added the csp_nonce option. See Content Security Policy.
  • External dependencies are now loaded with <link rel=preload> for non-blocking parallel loading.
  • Our feature detector now runs the latest Tensorflow release which includes support for WebAssembly threads and SIMD.

3.1.0-beta.3

20 Nov 18:14
Compare
Choose a tag to compare
3.1.0-beta.3 Pre-release
Pre-release
  • Multiple camera device support on desktop, including ability to customise.
  • Added the csp_nonce option. See Content Security Policy.
  • Various CSP warnings have been resolved. See Content Security Policy.
  • Firefox and Safari no longer display the grant button unless required.
  • Language files have been updated to be brought into line with native SDKs.
  • Tweaks to UI to bring the UI experience inline with native SDKs.

3.0.4

19 Nov 16:58
Compare
Choose a tag to compare

Fixed

  • Kiosk mode feature detection and alignment is now even smoother

3.1.0-beta.2

16 Nov 16:46
Compare
Choose a tag to compare
3.1.0-beta.2 Pre-release
Pre-release

XX.11.2020 3.1.0

Added

  • Desktop device support for Liveness. We no longer require a mobile device for Liveness transactions.
  • The SDK can now optionally return a selfie frame from the scanning process for both GPA and Liveness transactions.
    • If this is enabled for your service provider, this will be present in the passed and failed callback payloads.
  • iProovSupport is a separate export to facilitate a smaller critical bundle size for integrators.
    • Using a module bundler you can run import { iProovSupport } from "@iproov/web/iProovSupport"
    • Script tag integrations can still access window.IProov.IProovSupport for the time being.
  • version property on the iProovMe component.
    • This is also accessible on window.IProov.version.
  • External dependencies are now loaded with <link rel=preload> for non-blocking parallel loading.
  • Our feature detector now runs the latest Tensorflow release which supports WebAssembly threads and SIMD.

Fixed

  • Further performance improvements targeted at lower end machines which have a net-positive effect across the board.

Changed

  • Bundling and modularisation upgrades.
    • Dependencies are once again modular, and will be loaded as needed.
    • This reduces the bundle size from 4MB (plus dependencies) to around 1.3MB gzipped (including dependencies).
    • With the iProovSupport change, the pre-gzip impact to an integration's critical bundle is 16KB raw (was 4MB).
    • With that, assets_url's meaning is changing again, we're afraid...
    • Customers now have a choice to either serve Web SDK assets "on premises", use our CDN, or reverse proxy.
    • This affects CDN and reverse proxy configurations; we do hope this is the last change to asset loading for a long time.
    • Please see the upgrade guide for steps needed.
  • The main entry file for the npm package is now iProovMe.js.
  • Improved our encoder for better speed and the latest bugfixes.

3.1.0-beta.1

06 Nov 19:48
Compare
Choose a tag to compare
3.1.0-beta.1 Pre-release
Pre-release

Added

  • Desktop device support for Liveness. We no longer require a mobile device for Liveness transactions.
  • The SDK can now optionally return a selfie frame from the scanning process for both GPA and Liveness transactions.
    • If this is enabled for your service provider, this will be present in the passed and failed callback payloads.
  • iProovSupport is a separate export to facilitate a smaller critical bundle size for integrators.
    • Using a module bundler you can run import { iProovSupport } from "@iproov/web/iProovSupport"
    • Script tag integrations can still access window.IProov.IProovSupport for the time being.
  • version property on the iProovMe component.
    • This is also accessible on window.IProov.version.
  • External dependencies are now loaded with <link rel=preload> for non-blocking parallel loading.
  • Our feature detector now runs the latest Tensorflow release which supports WebAssembly threads and SIMD.

Fixed

  • Further performance improvements targeted at lower end machines which have a net-positive effect across the board.

Changed

  • Bundling and modularisation upgrades.
    • Dependencies are once again modular, and will be loaded as needed.
    • This reduces the bundle size from 4MB (plus dependencies) to around 1.3MB gzipped (including dependencies).
    • With the iProovSupport change, the pre-gzip impact to an integration's critical bundle is 16KB raw (was 4MB).
    • With that, assets_url's meaning is changing again, we're afraid...
    • Customers now have a choice to either serve Web SDK assets "on premises", use our CDN, or reverse proxy.
    • This affects CDN and reverse proxy configurations; we do hope this is the last change to asset loading for a long time.
    • Please see the upgrade guide for steps needed.
  • The main entry file for the npm package is now iProovMe.js.
  • Improved our encoder for better speed and the latest bugfixes.

3.1.0-beta.0

03 Nov 16:57
Compare
Choose a tag to compare
3.1.0-beta.0 Pre-release
Pre-release

03.11.2020 3.1.0

Added

  • Desktop device support for Liveness. We no longer require a mobile device for Liveness transactions.
  • iProovSupport is a separate export to facilitate a smaller critical bundle size for integrators.
    • Using a module bundler you can run import { iProovSupport } from "@iproov/web/iProovSupport"
    • Script tag integrations can still access window.IProov.IProovSupport for the time being.
  • version property on the iProovMe component.
    • This is also accessible on window.IProov.version.
  • External dependencies are now loaded with <link rel=preload> for non-blocking parallel loading.
  • Our feature detector now runs the latest Tensorflow release which supports WebAssembly threads and SIMD.

Fixed

  • Further performance improvements targeted at lower end machines which have a net-positive effect across the board.

Changed

  • Bundling and modularisation upgrades.
    • Dependencies are once again modular, and will be loaded as needed.
    • This reduces the bundle size from 4MB (plus dependencies) to around 1.3MB gzipped (including dependencies).
    • With the iProovSupport change, the pre-gzip impact to an integration's critical bundle is 16KB raw (was 4MB).
    • With that, assets_url's meaning is changing again, we're afraid...
    • Customers now have a choice to either serve Web SDK assets "on premises", use our CDN, or reverse proxy.
    • This affects CDN and reverse proxy configurations; we do hope this is the last change to asset loading for a long time.
    • Please see the upgrade guide for steps needed.
  • The main entry file for the npm package is now iProovMe.js.
  • Improved our encoder for better speed and the latest bugfixes.

Removed

  • Automatic transpilation for the following outdated browsers:
    • Blackberry < 10
    • Edge < 84
    • Firefox < 80
    • IE < 11
    • IE Mobile (all)
    • iOS Safari < 13.4
    • Opera < 70
    • Safari < 13.1
    • Please see .browserslistrc for the current targeted browsers.
    • If your app must support older browsers, simply transpile the standalone iProovSupport.js checker as needed.

3.0.3

23 Oct 15:25
Compare
Choose a tag to compare

23.10.2020 3.0.3

Fixed

  • Liveness: UX issues with Android devices
  • Interrupted event: occasional issues when retrying when the interrupted event was fired have been resolved.
  • Kiosk mode: Missing overlay during scanning has been restored.

Changed

  • Kiosk mode: face position smoothing is slightly faster.
  • Alignment experience: rendering is no longer limited to 30 FPS across all browsers.
  • Imagery quality: Safari now sends 720p if available, falling back to VGA.
  • Dependencies: we no longer list dependencies in our distributed package.json, as they are already bundled and optimized as part of the build.

3.1.0-alpha.0

12 Oct 14:22
Compare
Choose a tag to compare
3.1.0-alpha.0 Pre-release
Pre-release

Added

  • iProovSupport is a separate export to facilitate a smaller critical bundle size for integrators.
    • Using a module bundler you can run import { iProovSupport } from "@iproov/web/iProovSupport"
    • Script tag integrations can still access window.IProov.IProovSupport for the time being.
  • version property on the iProovMe component.
    • This is also accessible on window.IProov.version.
  • External dependencies are now loaded with <link rel=preload> for non-blocking parallel loading.
  • sideEffects and type props have been added to the distribution's package.json.
    • This adds a hint to bundlers like Webpack and Rollup to make tree shaking easier, resulting in smaller bundle sizes.
    • In the long term, once Webpack 5 is released, we intend to provide an ESM build for maximum tree shaking!

Changed

  • Bundling and modularisation upgrades.
    • Dependencies are once again modular, and will be loaded as needed.
    • This reduces the bundle size from 4MB (plus dependencies) to around 1.3MB gzipped (including dependencies).
    • With the iProovSupport change, the pre-gzip impact to an integration's critical bundle is 16KB raw (was 4MB).
    • With that, assets_url's meaning is changing again, we're afraid...
    • Customers now have a choice to either serve Web SDK assets "on premises", use our CDN, or reverse proxy.
    • This affects CDN and reverse proxy configurations; we do hope this is the last change to asset loading for a long time.
    • Please see the upgrade guide for steps needed.
  • The main entry file for the npm package is now iProovMe.js.
  • Improved our encoder for better speed and the latest bugfixes.

Removed

  • Automatic transpilation for the following outdated browsers:
    • Blackberry < 10
    • Edge < 84
    • Firefox < 80
    • IE < 11
    • IE Mobile (all)
    • iOS Safari < 13.4
    • Opera < 70
    • Safari < 13.1
    • Please see .browserslistrc for the current targeted browsers.
    • If your app must support older browsers, simply transpile the standalone iProovSupport.js checker as needed.