Skip to content

Commit 5f3aae7

Browse files
author
Jenkins CI
committed
chore(release): 3.16.0
1 parent d802717 commit 5f3aae7

3 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.16.0 (2025-12-11)
2+
3+
* feat(nodejs): update to node 22 (#1590) ([6fc65f5](https://github.com/box/box-content-preview/commit/6fc65f5)), closes [#1590](https://github.com/box/box-content-preview/issues/1590)
4+
* feat(preview-modernization): Remove border from thumbnail container (#1589) ([ca24377](https://github.com/box/box-content-preview/commit/ca24377)), closes [#1589](https://github.com/box/box-content-preview/issues/1589)
5+
* feat(preview-modernization): Update Control bar (#1588) ([0baac75](https://github.com/box/box-content-preview/commit/0baac75)), closes [#1588](https://github.com/box/box-content-preview/issues/1588)
6+
* feat(video-annotations): add default annotation location (#1592) ([d802717](https://github.com/box/box-content-preview/commit/d802717)), closes [#1592](https://github.com/box/box-content-preview/issues/1592)
7+
* chore(i18n): Update Translations (#1587) ([c3d171f](https://github.com/box/box-content-preview/commit/c3d171f)), closes [#1587](https://github.com/box/box-content-preview/issues/1587)
8+
* fix(dash-controls): fix alignment when the annotations button is clicked (#1591) ([f4f6a44](https://github.com/box/box-content-preview/commit/f4f6a44)), closes [#1591](https://github.com/box/box-content-preview/issues/1591)
9+
10+
11+
112
## 3.15.0 (2025-10-20)
213

314
* feat(video-ui-update): hiding and showing control over video based on video width and fixing seek ic ([67696ea](https://github.com/box/box-content-preview/commit/67696ea)), closes [#1585](https://github.com/box/box-content-preview/issues/1585)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/box/box-content-preview&style=flat)](https://mergify.io)
33
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
44
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-content-preview)
5-
[![version](https://img.shields.io/badge/version-v3.15.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
5+
[![version](https://img.shields.io/badge/version-v3.16.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
66
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)
77

88
# [Box Content Preview](https://developer.box.com/docs/box-content-preview)
@@ -22,11 +22,11 @@ We encourage all users to update their applications to utilize modern browsers f
2222

2323
## Current Version
2424

25-
- Version: v3.15.0
25+
- Version: v3.16.0
2626
- Locale: en-US
2727

28-
https://cdn01.boxcdn.net/platform/preview/3.15.0/en-US/preview.js
29-
https://cdn01.boxcdn.net/platform/preview/3.15.0/en-US/preview.css
28+
https://cdn01.boxcdn.net/platform/preview/3.16.0/en-US/preview.js
29+
https://cdn01.boxcdn.net/platform/preview/3.16.0/en-US/preview.css
3030

3131
## Supported Locales
3232

@@ -52,10 +52,10 @@ You can self-host the Box Content Preview library or reference the versions avai
5252
<title>Box Content Preview Demo</title>
5353

5454
<!-- Latest version of Preview SDK for your locale -->
55-
<script src="https://cdn01.boxcdn.net/platform/preview/3.15.0/en-US/preview.js"></script>
55+
<script src="https://cdn01.boxcdn.net/platform/preview/3.16.0/en-US/preview.js"></script>
5656
<link
5757
rel="stylesheet"
58-
href="https://cdn01.boxcdn.net/platform/preview/3.15.0/en-US/preview.css"
58+
href="https://cdn01.boxcdn.net/platform/preview/3.16.0/en-US/preview.css"
5959
/>
6060
</head>
6161
<body>
@@ -76,7 +76,7 @@ To self-host the Box Content Preview library, follow these steps:
7676

7777
1. Either fork the repo and check out the version you want to host or download the specific version as a zip:
7878

79-
- Check out a specific version with `git checkout v3.15.0`
79+
- Check out a specific version with `git checkout v3.16.0`
8080
- Download a specific version as a zip from https://github.com/box/box-content-preview/releases
8181

8282
2. Install dependencies and build the library with `yarn install && yarn build:i18n && yarn build:prod`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-content-preview",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "Box Content Preview UI Element",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)