Skip to content

Commit

Permalink
chore(release): 0.7.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Dec 4, 2020
1 parent 216b588 commit d62ac36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.7.0-beta.4](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.7.0-beta.3...v0.7.0-beta.4) (2020-12-04)

### ⚠ BREAKING CHANGES

- **file:** file now takes pageNumber instead of pageIndex, since WebViewer API has changed in version 7 to take 1-indexed page number values
- **WebViewer:** due to breaking changes in WebViewer v7, the toolkit will no longer work with previous version of WebViewer

### Features

- **file:** pageNumber prop replaces pageIndex to match WebViewer API ([216b588](https://github.com/PDFTron/webviewer-react-toolkit/commit/216b58811656e0b98a1d0d00463f721f09c8c8d7))

### Build and Dependencies

- **WebViewer:** peer dependency on version >=7 of WebViewer ([28450e6](https://github.com/PDFTron/webviewer-react-toolkit/commit/28450e6c670896e8e26310ba0c51ca699293c282))

## [0.7.0-beta.3](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.7.0-beta.2...v0.7.0-beta.3) (2020-11-24)

### Bug Fixes
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.7.0-beta.3",
"version": "0.7.0-beta.4",
"description": "A React component library for integrating with PDFTron WebViewer API.",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down

0 comments on commit d62ac36

Please sign in to comment.