Skip to content

Commit

Permalink
chore(release): 0.4.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Apr 8, 2020
1 parent 7a7b691 commit 0ec1fbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [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)

### ⚠ BREAKING CHANGES

- **Image:** no longer accepts classes prop, image and loading placeholder are no longer wrapped by a div

### Features

- **Image:** simplify image component ([7db5cf5](https://github.com/PDFTron/webviewer-react-toolkit/commit/7db5cf5a4f614583e0593bc8248999baf42b6046))
- **Thumbnail:** always show toolbuttons on mobile ([a4f96a0](https://github.com/PDFTron/webviewer-react-toolkit/commit/a4f96a080ac24b0c8e7a621130864b28d8b839b6))

## [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)

### Features
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": "@pdftron/webviewer-react-toolkit",
"version": "0.4.0-beta.13",
"version": "0.4.0-beta.14",
"description": "A React component library for integrating with PDFTron WebViewer API.",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down

0 comments on commit 0ec1fbd

Please sign in to comment.