We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c713a3 commit 0497495Copy full SHA for 0497495
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGELOG
2
3
+### 1.0.2
4
+
5
+- Some rendering optimisations (#189). Thanks to @eaglus
6
7
### 1.0.1
8
9
- Add `className` to the TypeScript definition for the TetherComponent. Thanks @ryprice
package.json
@@ -1,6 +1,6 @@
{
"name": "react-tether",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Drop content anywhere on the page.",
"main": "lib/react-tether.js",
"types": "lib/react-tether.d.ts",
0 commit comments