Skip to content

Commit

Permalink
Release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Holdstock committed Jul 25, 2017
1 parent 1e1495f commit 11b1802
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log

## [v1.1.1](https://github.com/box/box-content-preview/tree/v1.1.1) (2017-07-19)
## [v1.2.0](https://github.com/box/box-content-preview/tree/v1.2.0) (2017-07-25)
[Full Changelog](https://github.com/box/box-content-preview/compare/v1.1.1...v1.2.0)

**Merged pull requests:**

- Fix: Update box3d to fix camera reload bug [\#245](https://github.com/box/box-content-preview/pull/245) ([MiiBond](https://github.com/MiiBond))
- New: added support for compressed \(DDS\) textures to 3D preview [\#244](https://github.com/box/box-content-preview/pull/244) ([ikerr](https://github.com/ikerr))
- Update Translations [\#240](https://github.com/box/box-content-preview/pull/240) ([boxmoji](https://github.com/boxmoji))
- Fix: Allow legacy annotations to render in PDF.js [\#238](https://github.com/box/box-content-preview/pull/238) ([jeremypress](https://github.com/jeremypress))
- Fix: Give preview some min width and height [\#237](https://github.com/box/box-content-preview/pull/237) ([priyajeet](https://github.com/priyajeet))
- Docs: Adding section of using Preview as a component [\#236](https://github.com/box/box-content-preview/pull/236) ([priyajeet](https://github.com/priyajeet))
- Fix: Increase controls timeout and fix controls behavior for mobile VR [\#235](https://github.com/box/box-content-preview/pull/235) ([jeremypress](https://github.com/jeremypress))
- Fix: Ensuring annotation scale is set on files with 0 annotations [\#234](https://github.com/box/box-content-preview/pull/234) ([pramodsum](https://github.com/pramodsum))
- Feature: DrawingAnnotations starting code [\#224](https://github.com/box/box-content-preview/pull/224) ([MinhHNguyen](https://github.com/MinhHNguyen))

## [v1.1.1](https://github.com/box/box-content-preview/tree/v1.1.1) (2017-07-20)
[Full Changelog](https://github.com/box/box-content-preview/compare/v1.1.0...v1.1.1)

**Merged pull requests:**
Expand Down Expand Up @@ -390,4 +405,4 @@
- Setting up Travis [\#1](https://github.com/box/box-content-preview/pull/1) ([tonyjin](https://github.com/tonyjin))


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.1.1-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
[![version](https://img.shields.io/badge/version-v1.2.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://docs.box.com/docs/box-content-preview)
Expand All @@ -19,11 +19,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises,

Current Version
---------------
* Version: v1.1.1
* Version: v1.2.0
* Locale: en-US

https://cdn01.boxcdn.net/platform/preview/1.1.1/en-US/preview.js
https://cdn01.boxcdn.net/platform/preview/1.1.1/en-US/preview.css
https://cdn01.boxcdn.net/platform/preview/1.2.0/en-US/preview.js
https://cdn01.boxcdn.net/platform/preview/1.2.0/en-US/preview.css

Supported Locales
-----------------
Expand Down Expand Up @@ -53,8 +53,8 @@ You can self-host the Box Content Preview UI Element or reference the versions a
<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/1.1.1/en-US/preview.js"></script>
<link rel="stylesheet" href="https://cdn01.boxcdn.net/platform/preview/1.1.1/en-US/preview.css" />
<script src="https://cdn01.boxcdn.net/platform/preview/1.2.0/en-US/preview.js"></script>
<link rel="stylesheet" href="https://cdn01.boxcdn.net/platform/preview/1.2.0/en-US/preview.css" />
</head>
<body>
<div class="preview-container" style="height:400px;width:575px"></div>
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": "1.1.1",
"version": "1.2.0",
"description": "Box Content Preview UI Element",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 11b1802

Please sign in to comment.