Skip to content

Commit

Permalink
chore(release): 2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 18, 2020
1 parent 20739ec commit 83d687e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -53,10 +53,10 @@ You can self-host the Box Content Preview library or reference the versions avai
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise"></script>

<!-- Latest version of Preview SDK for your locale -->
<script src="https://cdn01.boxcdn.net/platform/preview/2.57.0/en-US/preview.js"></script>
<script src="https://cdn01.boxcdn.net/platform/preview/2.58.0/en-US/preview.js"></script>
<link
rel="stylesheet"
href="https://cdn01.boxcdn.net/platform/preview/2.57.0/en-US/preview.css"
href="https://cdn01.boxcdn.net/platform/preview/2.58.0/en-US/preview.css"
/>
</head>
<body>
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 83d687e

Please sign in to comment.