We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e4714 commit 934788eCopy full SHA for 934788e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.1.7
2
+
3
+- Add `show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
4
5
## v0.1.6
6
7
- Add `asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`
package.json
@@ -28,7 +28,7 @@
28
"url": "https://github.com/talkjs/talkjs-react/issues"
29
},
30
"homepage": "https://talkjs.com",
31
- "version": "0.1.6",
+ "version": "0.1.7",
32
"type": "module",
33
"files": [
34
"dist"
0 commit comments