Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniacardenas committed Sep 20, 2018
1 parent adbcf55 commit 755247b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ This change log file is based on best practices from [Keep a Changelog](http://k
This project adheres to [Semantic Versioning](http://semver.org/). Breaking changes result in a different MAJOR version. UI changes that might break customizations on top of the SDK will be treated as breaking changes too.
This project adheres to the Node [default version scheme](https://docs.npmjs.com/misc/semver).

## [2.8.0] - 2018-09-14
## [2.8.0] - 2018-09-20

### Changed
- UI: Documents can be enlarged for inspection
- UI: Camera warnings are now dismissible
- UI: Title copy change on video confirmation screen

### Fixed
- Fixed error with missing stream recording
- Fixed document selector UI on IE11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ And the CSS styles:

#### Example app

[JsFiddle example here.](https://jsfiddle.net/4xqtt6fL/1622/)
[JsFiddle example here.](https://jsfiddle.net/4xqtt6fL/1657/)
Simple example using script tags.

#### 4.2 NPM style import
Expand Down
2 changes: 1 addition & 1 deletion dist/onfido.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onfido-sdk-ui",
"version": "2.8.0-rc.1",
"version": "2.8.0",
"description": "JavaScript SDK view layer for Onfido identity verification",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --inline --hot --progress --https",
Expand Down

0 comments on commit 755247b

Please sign in to comment.