diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b09b32a..ba6863340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v0.129.0](https://github.com/box/box-content-preview/tree/v0.129.0) (2017-06-14) +[Full Changelog](https://github.com/box/box-content-preview/compare/v0.128.0...v0.129.0) + +**Merged pull requests:** + +- Revert "Chore: Refactoring Controls for mobile" [\#171](https://github.com/box/box-content-preview/pull/171) ([jeremypress](https://github.com/jeremypress)) +- New: File specific loading icons [\#170](https://github.com/box/box-content-preview/pull/170) ([jeremypress](https://github.com/jeremypress)) +- Fix: Fix removeEventListener in MediaBaseViewer [\#169](https://github.com/box/box-content-preview/pull/169) ([bhh1988](https://github.com/bhh1988)) +- Fix: Catch loss of WebGL context in Box3D and reload preview [\#168](https://github.com/box/box-content-preview/pull/168) ([MiiBond](https://github.com/MiiBond)) +- Update Translations [\#167](https://github.com/box/box-content-preview/pull/167) ([boxmoji](https://github.com/boxmoji)) +- Chore: Refactoring Controls for mobile [\#159](https://github.com/box/box-content-preview/pull/159) ([jeremypress](https://github.com/jeremypress)) + ## [v0.128.0](https://github.com/box/box-content-preview/tree/v0.128.0) (2017-06-06) [Full Changelog](https://github.com/box/box-content-preview/compare/v0.127.0...v0.128.0) diff --git a/README.md b/README.md index c14202a77..86dbc5957 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg) -![NPM version](https://img.shields.io/badge/npm-v0.128.0-blue.svg) +![NPM version](https://img.shields.io/badge/npm-v0.129.0-blue.svg) [Box Content Preview](https://docs.box.com/docs/box-content-preview) ==================================================================== @@ -16,11 +16,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises, Current Version --------------- -* Version: v0.128.0 +* Version: v0.129.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/0.128.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/0.128.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/0.129.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/0.129.0/en-US/preview.css Supported Locales ----------------- @@ -47,8 +47,8 @@ You can self-host the Box Content Preview UI Kit or reference the versions avail - - + +
diff --git a/package.json b/package.json index 57538aa92..951f9564e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "0.128.0", + "version": "0.129.0", "description": "Box Content Preview UI Kit", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",