Skip to content

Commit 1727287

Browse files
author
Jenkins CI
committed
chore(release): 3.11.0
1 parent 1e921be commit 1727287

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.11.0 (2025-08-11)
2+
3+
* fix(pdfjs-preload): removing doc first pages check (#1573) ([1e921be](https://github.com/box/box-content-preview/commit/1e921be)), closes [#1573](https://github.com/box/box-content-preview/issues/1573)
4+
5+
6+
17
## 3.10.0 (2025-08-11)
28

39
* fix(pdfjs-preleloader): adding exif reader to preload (#1571) ([e50dc33](https://github.com/box/box-content-preview/commit/e50dc33)), closes [#1571](https://github.com/box/box-content-preview/issues/1571)

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.10.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
5+
[![version](https://img.shields.io/badge/version-v3.11.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.10.0
25+
- Version: v3.11.0
2626
- Locale: en-US
2727

28-
https://cdn01.boxcdn.net/platform/preview/3.10.0/en-US/preview.js
29-
https://cdn01.boxcdn.net/platform/preview/3.10.0/en-US/preview.css
28+
https://cdn01.boxcdn.net/platform/preview/3.11.0/en-US/preview.js
29+
https://cdn01.boxcdn.net/platform/preview/3.11.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.10.0/en-US/preview.js"></script>
55+
<script src="https://cdn01.boxcdn.net/platform/preview/3.11.0/en-US/preview.js"></script>
5656
<link
5757
rel="stylesheet"
58-
href="https://cdn01.boxcdn.net/platform/preview/3.10.0/en-US/preview.css"
58+
href="https://cdn01.boxcdn.net/platform/preview/3.11.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.10.0`
79+
- Check out a specific version with `git checkout v3.11.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.10.0",
3+
"version": "3.11.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)