diff --git a/CHANGELOG.md b/CHANGELOG.md index 7264b69ed..da7231350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 1.11.0 (2017-09-19) + +* Update: Box3D version 12.4.1 ([4e7eed1](https://github.com/box/box-content-preview/commit/4e7eed1)) +* New: Allow documents to be viewed in presentation mode (#396) ([d8956a7](https://github.com/box/box-content-preview/commit/d8956a7)) +* Fix: Additional logic to reset highlight-comment threads (#386) ([faef3df](https://github.com/box/box-content-preview/commit/faef3df)) +* Fix: Downgrade pdf.js (#397) ([b8c6706](https://github.com/box/box-content-preview/commit/b8c6706)) +* Fix: isPageNumFocused() null check (#401) ([b7eb6dc](https://github.com/box/box-content-preview/commit/b7eb6dc)) +* Mojito: Update translations (#392) ([a23df00](https://github.com/box/box-content-preview/commit/a23df00)) +* Mojito: Update translations (#399) ([ba4f354](https://github.com/box/box-content-preview/commit/ba4f354)) +* Chore: Only getBrowserInfo() once per preview instance (#393) ([ba0d1f7](https://github.com/box/box-content-preview/commit/ba0d1f7)) + + + # 1.10.0 (2017-09-13) diff --git a/README.md b/README.md index 0c8026958..0f4bf2037 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-content-preview) -[![version](https://img.shields.io/badge/version-v1.10.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) +[![version](https://img.shields.io/badge/version-v1.11.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) [![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements) [Box Content Preview](https://developer.box.com/docs/box-content-preview) @@ -19,11 +19,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises, Current Version --------------- -* Version: v1.10.0 +* Version: v1.11.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/1.10.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/1.10.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/1.11.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/1.11.0/en-US/preview.css Supported Locales ----------------- @@ -53,8 +53,8 @@ You can self-host the Box Content Preview UI Element or reference the versions a - - + +
diff --git a/package.json b/package.json index b6c8455f2..0e533fb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "1.10.0", + "version": "1.11.0", "description": "Box Content Preview UI Element", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",