diff --git a/CHANGELOG.md b/CHANGELOG.md index 8293f67f2..f8271aa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## 1.36.0 (2018-03-27) + +* Update: box-annotations to v1.1.0 (#744) ([03e889c](https://github.com/box/box-content-preview/commit/03e889c)), closes [#744](https://github.com/box/box-content-preview/issues/744) +* Chore: Add header for pdf compression (#591) ([ad97a90](https://github.com/box/box-content-preview/commit/ad97a90)), closes [#591](https://github.com/box/box-content-preview/issues/591) +* Chore: Cleanup docs (#743) ([a902138](https://github.com/box/box-content-preview/commit/a902138)), closes [#743](https://github.com/box/box-content-preview/issues/743) +* Chore: document controls functional tests + improve reliability (#716) ([67e1b71](https://github.com/box/box-content-preview/commit/67e1b71)), closes [#716](https://github.com/box/box-content-preview/issues/716) +* Chore: enable eslint for unit tests (#738) ([234feb0](https://github.com/box/box-content-preview/commit/234feb0)), closes [#738](https://github.com/box/box-content-preview/issues/738) +* Mojito: Update translations (#736) ([42b9fb6](https://github.com/box/box-content-preview/commit/42b9fb6)), closes [#736](https://github.com/box/box-content-preview/issues/736) +* Mojito: Update translations (#742) ([98c7c4c](https://github.com/box/box-content-preview/commit/98c7c4c)), closes [#742](https://github.com/box/box-content-preview/issues/742) +* Fix: Cleanup baseViewer.hasAnnotationPermissions() and tests (#685) ([daa8e86](https://github.com/box/box-content-preview/commit/daa8e86)), closes [#685](https://github.com/box/box-content-preview/issues/685) +* Fix: display error when previewing flash and not enabled (#733) ([794a053](https://github.com/box/box-content-preview/commit/794a053)), closes [#733](https://github.com/box/box-content-preview/issues/733) +* Fix: Document controls functional tests (#735) ([c914237](https://github.com/box/box-content-preview/commit/c914237)), closes [#735](https://github.com/box/box-content-preview/issues/735) +* Fix: document findbar no longer ignores useHotkeys (#724) ([4e0bddc](https://github.com/box/box-content-preview/commit/4e0bddc)), closes [#724](https://github.com/box/box-content-preview/issues/724) +* Fix: fix functional tests (#734) ([d0f7a34](https://github.com/box/box-content-preview/commit/d0f7a34)), closes [#734](https://github.com/box/box-content-preview/issues/734) +* Fix: parse options during show instead of after token response (#725) ([312c300](https://github.com/box/box-content-preview/commit/312c300)), closes [#725](https://github.com/box/box-content-preview/issues/725) +* Fix: Reduce WebGL checks to reduce instances of Rats! error (#728) ([f2b389f](https://github.com/box/box-content-preview/commit/f2b389f)), closes [#728](https://github.com/box/box-content-preview/issues/728) +* New: Enable Preview support for iWork file types (#741) ([8039f1d](https://github.com/box/box-content-preview/commit/8039f1d)), closes [#741](https://github.com/box/box-content-preview/issues/741) +* Docs: Watermarking preferences (#729) ([626ccfa](https://github.com/box/box-content-preview/commit/626ccfa)), closes [#729](https://github.com/box/box-content-preview/issues/729) + + + ## 1.35.0 (2018-03-20) diff --git a/README.md b/README.md index 48ebe9e32..494b4b944 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.35.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) +[![version](https://img.shields.io/badge/version-v1.36.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.35.0 +* Version: v1.36.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/1.35.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/1.35.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/1.36.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/1.36.0/en-US/preview.css Supported Locales ----------------- @@ -51,8 +51,8 @@ You can self-host the Box Content Preview library or reference the versions avai - - + +
@@ -69,7 +69,7 @@ You can self-host the Box Content Preview library or reference the versions avai ### Self-hosting To self-host the Box Content Preview library, follow these steps: 1. Either fork the repo and check out the version you want to host or download the specific version as a zip: - * Check out a specific version with `git checkout v1.35.0` + * Check out a specific version with `git checkout v1.36.0` * Download a specific version as a zip from https://github.com/box/box-content-preview/releases 2. Install dependencies and build the library with `yarn install && yarn run prod` 3. Self-host everything except for the `dev` folder from the `/dist` folder. You must not alter the folder structure and `third-party` needs to be in the same folder as `1.26.0`. For example, if you self-host using a `box-assets` directory, these URLs must be accessible: diff --git a/package.json b/package.json index 215cedcd1..9b62d2cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "1.35.0", + "version": "1.36.0", "description": "Box Content Preview UI Element", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",