Skip to content

Commit 0ec1fbd

Browse files
committed
chore(release): 0.4.0-beta.14
1 parent 7a7b691 commit 0ec1fbd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.0-beta.14](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.4.0-beta.13...v0.4.0-beta.14) (2020-04-08)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **Image:** no longer accepts classes prop, image and loading placeholder are no longer wrapped by a div
10+
11+
### Features
12+
13+
- **Image:** simplify image component ([7db5cf5](https://github.com/PDFTron/webviewer-react-toolkit/commit/7db5cf5a4f614583e0593bc8248999baf42b6046))
14+
- **Thumbnail:** always show toolbuttons on mobile ([a4f96a0](https://github.com/PDFTron/webviewer-react-toolkit/commit/a4f96a080ac24b0c8e7a621130864b28d8b839b6))
15+
516
## [0.4.0-beta.13](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.4.0-beta.12...v0.4.0-beta.13) (2020-04-03)
617

718
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pdftron/webviewer-react-toolkit",
3-
"version": "0.4.0-beta.13",
3+
"version": "0.4.0-beta.14",
44
"description": "A React component library for integrating with PDFTron WebViewer API.",
55
"license": "SEE LICENSE IN LICENSE",
66
"repository": {

0 commit comments

Comments
 (0)