Skip to content

Commit

Permalink
chore(release): 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Mar 11, 2020
1 parent 5ed04c9 commit d2df23e
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,20 @@

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.3.2](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.3.1...v0.3.2) (2020-03-11)

### Features

- **Choice:** choice component for radio buttons or checkboxes ([124bcb1](https://github.com/PDFTron/webviewer-react-toolkit/commit/124bcb10877cb846f48d99d5d921b361dd17c8ed))
- **icons:** added Check and Circle icons ([8f81fba](https://github.com/PDFTron/webviewer-react-toolkit/commit/8f81fba3e0237d3b8e464cecc40f8ff982105cb5))
- **Input:** narrowed possible input types ([5885568](https://github.com/PDFTron/webviewer-react-toolkit/commit/5885568c1741f7a54dfe99b9b5e0daa913dda62f))
- **Label:** optional text for label ([71341c0](https://github.com/PDFTron/webviewer-react-toolkit/commit/71341c016d5b82018a794598dde4015734340842))
- **useID:** new hook to generate IDs if not given ([a5775a6](https://github.com/PDFTron/webviewer-react-toolkit/commit/a5775a6fd84967c8c974643bbeb892cb8b311924))

### Styles

- **colors:** lightened font secondary in light theme ([0a73451](https://github.com/PDFTron/webviewer-react-toolkit/commit/0a7345169cb1a6e820659d6a4728003d473f8117))

### [0.3.1](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.3.0...v0.3.1) (2020-03-09)

### Features
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.3.1",
"version": "0.3.2",
"description": "A React component library for integrating with PDFTron WebViewer API.",
"license": "SEE LICENSE IN LICENSE",
"repository": {

0 comments on commit d2df23e

Please sign in to comment.