Skip to content

Commit

Permalink
bumped version; updated JSFiddle and added build badge; updated dist;
Browse files Browse the repository at this point in the history
  • Loading branch information
rfreitas committed Oct 25, 2016
1 parent d4b5784 commit c7378cb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The standard for the caret can [be found here](https://docs.npmjs.com/misc/semve
Breaking changes result in a different major. UI changes that might break customizations on top of the sdk, will be treated as breaking changes too.


## [new-version]
## [0.8.2]

## Fixed
- Fixed bug of a broken layout on the document selection step. Always reproducible on IE and on other browsers too, but only when going back a step on certain conditions.
Expand Down Expand Up @@ -82,7 +82,7 @@ Breaking changes result in a different major. UI changes that might break custom

The standard for this change log can be found [here](http://keepachangelog.com/).

[new-version]: https://github.com/onfido/onfido-sdk-ui/compare/0.8.1...master
[0.8.2]: https://github.com/onfido/onfido-sdk-ui/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/onfido/onfido-sdk-ui/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/onfido/onfido-sdk-ui/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/onfido/onfido-sdk-ui/compare/0.6.1...0.7.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![bitHound Overall Score](https://www.bithound.io/github/onfido/onfido-sdk-ui/badges/score.svg)](https://www.bithound.io/github/onfido/onfido-sdk-ui)
[![bitHound Dependencies](https://www.bithound.io/github/onfido/onfido-sdk-ui/badges/dependencies.svg)](https://www.bithound.io/github/onfido/onfido-sdk-ui/master/dependencies/npm)
[![Build Status](https://travis-ci.org/onfido/onfido-sdk-ui.svg?branch=master)](https://travis-ci.org/onfido/onfido-sdk-ui)

## Overview

Expand Down Expand Up @@ -45,7 +46,7 @@ And the CSS styles:

#### Example app

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

#### 1.2 NPM style import
Expand Down
18 changes: 9 additions & 9 deletions 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": "0.8.1",
"version": "0.8.2",
"description": "JavaScript SDK view layer for Onfido identity verification",
"scripts": {
"predev": "npm run build",
Expand Down

0 comments on commit c7378cb

Please sign in to comment.