@talkjs/core 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/talkSession.cjs +1 -1
- package/dist/talkSession.d.ts +70 -14
- package/dist/talkSession.js +63 -60
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -69,7 +69,12 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
|
|
|
69
69
|
|
|
70
70
|
## Changelog
|
|
71
71
|
|
|
72
|
+
### 1.5.2
|
|
73
|
+
|
|
74
|
+
- Added `browser` field to `package.json`
|
|
75
|
+
|
|
72
76
|
### 1.5.1
|
|
77
|
+
|
|
73
78
|
- When passing markup text to `ConversationRef.send`, it now ignores formatted links and action buttons/links. Previously it parsed those nodes and tried to send them, which caused an error because users do not have permission to send those nodes.
|
|
74
79
|
|
|
75
80
|
### 1.5.0
|