Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danreeves committed Jun 27, 2018
1 parent 00ef18a commit 7cebe0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.0.1

- Add `className` to the TypeScript definition for the TetherComponent. Thanks @ryprice

### 1.0.0

- Use `React.createPortal` :tada: Big thanks to @doronbrikman for their work on this. In versions where `createPortal` isn't available we still fall back to the old method.
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": "react-tether",
"version": "1.0.0",
"version": "1.0.1",
"description": "Drop content anywhere on the page.",
"main": "lib/react-tether.js",
"types": "lib/react-tether.d.ts",
Expand Down

0 comments on commit 7cebe0d

Please sign in to comment.