Skip to content

Commit 3b37542

Browse files
committed
chore(release): 0.5.0-beta.16
1 parent 276a9bf commit 3b37542

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.5.0-beta.16](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.5.0-beta.15...v0.5.0-beta.16) (2020-04-21)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **useFileSubscribe:** removed options and replaced with optional throttle
10+
11+
### Bug Fixes
12+
13+
- **useFileSubscribe:** value getter ref to prevent infinite looping ([276a9bf](https://github.com/PDFTron/webviewer-react-toolkit/commit/276a9bfc55e8dff24597072bc6684272e965f6f2))
14+
515
## [0.5.0-beta.15](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.5.0-beta.14...v0.5.0-beta.15) (2020-04-21)
616

717
### 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.5.0-beta.15",
3+
"version": "0.5.0-beta.16",
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)