From 85456cad056277da2766bbe8b0e9730fbf7a1cd9 Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Thu, 17 Aug 2017 14:50:12 -0700 Subject: [PATCH] Release: 1.6.1 --- CHANGELOG.md | 10 ++++++++++ README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bad08cf1..a3036f6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.6.1 (2017-08-17) + +* Fix: Add page controls between zoom and fullscreen controls (#320) ([a945458](https://github.com/box/box-content-preview/commit/a945458)) +* Fix: Create annotation in API using thread rather than threadNumber (#315) ([82f386d](https://github.com/box/box-content-preview/commit/82f386d)) +* Fix: Ensure that image.handleMouseDown() is unbound in annotation mode (#319) ([c479f9b](https://github.com/box/box-content-preview/commit/c479f9b)) +* Fix: Pass in the correct previousPage() for DocBaseViewer.pageControls (#318) ([e44b73e](https://github.com/box/box-content-preview/commit/e44b73e)) + + + # 1.6.0 (2017-08-17) diff --git a/README.md b/README.md index 6f555ac1a..c382e9242 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.6.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) +[![version](https://img.shields.io/badge/version-v1.6.1-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.6.0 +* Version: v1.6.1 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/1.6.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/1.6.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/1.6.1/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/1.6.1/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 f9f74056f..2ed6da360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "1.6.0", + "version": "1.6.1", "description": "Box Content Preview UI Element", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",