From 85337bc9f99040ea481a28e319b0884f656fd0b8 Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Tue, 18 Apr 2017 15:46:53 -0700 Subject: [PATCH] 0.120.0 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4141844b..b77284ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v0.120.0](https://github.com/box/box-content-preview/tree/v0.120.0) (2017-04-18) +[Full Changelog](https://github.com/box/box-content-preview/compare/v0.119.1...v0.120.0) + +**Merged pull requests:** + +- Fix: Prevent WebGL error when prefetching Preview.js [\#82](https://github.com/box/box-content-preview/pull/82) ([jeremypress](https://github.com/jeremypress)) +- Chore: Mock super.setup\(\) in all Viewer unit tests [\#81](https://github.com/box/box-content-preview/pull/81) ([pramodsum](https://github.com/pramodsum)) +- Update: Add client information to performance logging [\#80](https://github.com/box/box-content-preview/pull/80) ([tonyjin](https://github.com/tonyjin)) +- Update: Changing analytics client name to 'box-content-preview' [\#79](https://github.com/box/box-content-preview/pull/79) ([tonyjin](https://github.com/tonyjin)) +- Chore: Rename test-html files and update fixture loading [\#78](https://github.com/box/box-content-preview/pull/78) ([JustinHoldstock](https://github.com/JustinHoldstock)) +- Chore: Triggering point annotation mode by emitting a message [\#77](https://github.com/box/box-content-preview/pull/77) ([pramodsum](https://github.com/pramodsum)) +- Chore: Updating annotations icons to the new Box blue [\#76](https://github.com/box/box-content-preview/pull/76) ([pramodsum](https://github.com/pramodsum)) +- Fix: Only bind custom listeners when annotation threads exist [\#74](https://github.com/box/box-content-preview/pull/74) ([pramodsum](https://github.com/pramodsum)) +- Fix: Handle text representation error [\#72](https://github.com/box/box-content-preview/pull/72) ([tonyjin](https://github.com/tonyjin)) +- Update: Add disableTextLayer option for doc and text viewers [\#71](https://github.com/box/box-content-preview/pull/71) ([tonyjin](https://github.com/tonyjin)) +- Update Translations [\#70](https://github.com/box/box-content-preview/pull/70) ([boxmoji](https://github.com/boxmoji)) +- Update: Disabling font loading API for pdf.js to prevent glitches [\#68](https://github.com/box/box-content-preview/pull/68) ([tonyjin](https://github.com/tonyjin)) + ## [v0.119.1](https://github.com/box/box-content-preview/tree/v0.119.1) (2017-04-12) [Full Changelog](https://github.com/box/box-content-preview/compare/v0.119.0...v0.119.1) diff --git a/README.md b/README.md index da2e62532..87a76a775 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.119.1-blue.svg) +![NPM version](https://img.shields.io/badge/npm-v0.120.0-blue.svg) [Box Content Preview](https://docs.box.com/docs/box-content-preview) ==================================================================== @@ -16,11 +16,11 @@ If your browser doesn't natively support Promises, include a Promise library (e. Current Version --------------- -* Version: v0.119.1 +* Version: v0.120.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/0.119.1/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/0.119.1/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/0.120.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/0.120.0/en-US/preview.css Supported Locales ----------------- @@ -47,8 +47,8 @@ You can self-host the Box Content Preview UI Kit and Promise library or referenc - - + +
diff --git a/package.json b/package.json index 6623a3866..966daf05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "0.119.1", + "version": "0.120.0", "description": "Box Content Preview UI Kit", "author": "Box (https://www.box.com/)", "license": "Box Software Development Kit License Agreement",