diff --git a/CHANGELOG.md b/CHANGELOG.md index b61637673..a0947d17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 2.58.0 (2020-11-18) + +* feat(annotations): add ftux cursor logic (#1281) ([b1a47b4](https://github.com/box/box-content-preview/commit/b1a47b4)), closes [#1281](https://github.com/box/box-content-preview/issues/1281) +* feat(annotations): Update CSS pointer-events for drawing (#1293) ([39eec82](https://github.com/box/box-content-preview/commit/39eec82)), closes [#1293](https://github.com/box/box-content-preview/issues/1293) +* feat(controls): Add react version of annotations controls (#1291) ([06c9084](https://github.com/box/box-content-preview/commit/06c9084)), closes [#1291](https://github.com/box/box-content-preview/issues/1291) +* feat(controls): Add react versions of findbar and sidebar controls (#1288) ([9426404](https://github.com/box/box-content-preview/commit/9426404)), closes [#1288](https://github.com/box/box-content-preview/issues/1288) +* feat(controls): Create new rotate control + add to image viewer (#1286) ([17eac90](https://github.com/box/box-content-preview/commit/17eac90)), closes [#1286](https://github.com/box/box-content-preview/issues/1286) +* feat(controls): Create react core controls for image viewers (#1285) ([ede8e42](https://github.com/box/box-content-preview/commit/ede8e42)), closes [#1285](https://github.com/box/box-content-preview/issues/1285) +* feat(controls): Create react version of page controls (#1292) ([20739ec](https://github.com/box/box-content-preview/commit/20739ec)), closes [#1292](https://github.com/box/box-content-preview/issues/1292) +* fix(annotations): Fix AnnotationControlsFSM reset when fullscreen enter (#1287) ([65763fe](https://github.com/box/box-content-preview/commit/65763fe)), closes [#1287](https://github.com/box/box-content-preview/issues/1287) +* fix(zoom): Round scale before comparing against max and min values (#1290) ([0dc7e65](https://github.com/box/box-content-preview/commit/0dc7e65)), closes [#1290](https://github.com/box/box-content-preview/issues/1290) +* chore(settings): enable typescript format and validation (#1289) ([e8ec68a](https://github.com/box/box-content-preview/commit/e8ec68a)), closes [#1289](https://github.com/box/box-content-preview/issues/1289) + + + ## 2.57.0 (2020-11-04) * feat(controls): Add react versions of core control components (#1282) ([d00879d](https://github.com/box/box-content-preview/commit/d00879d)), closes [#1282](https://github.com/box/box-content-preview/issues/1282) diff --git a/README.md b/README.md index 0acc1b2d8..499221478 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/box/box-content-preview&style=flat)](https://mergify.io) [![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-v2.57.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) +[![version](https://img.shields.io/badge/version-v2.58.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) @@ -20,11 +20,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises, ## Current Version -- Version: v2.57.0 +- Version: v2.58.0 - Locale: en-US -https://cdn01.boxcdn.net/platform/preview/2.57.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/2.57.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/2.58.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/2.58.0/en-US/preview.css ## Supported Locales @@ -53,10 +53,10 @@ You can self-host the Box Content Preview library or reference the versions avai - + @@ -77,7 +77,7 @@ 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 v2.57.0` +- Check out a specific version with `git checkout v2.58.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 build:i18n && yarn:build:prod` diff --git a/package.json b/package.json index d10ad863e..ed123be1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "2.57.0", + "version": "2.58.0", "description": "Box Content Preview UI Element", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",