@talkjs/core 1.8.1 → 1.8.3
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 +8 -0
- package/dist/talkSession.cjs +1 -1
- package/dist/talkSession.js +78 -60
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,6 +69,14 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
|
|
|
69
69
|
|
|
70
70
|
## Changelog
|
|
71
71
|
|
|
72
|
+
### 1.8.3
|
|
73
|
+
|
|
74
|
+
- Fix an issue where year ranges such as `2010-2018` were being treated as phone numbers when content suppression was enabled
|
|
75
|
+
|
|
76
|
+
### 1.8.2
|
|
77
|
+
|
|
78
|
+
- Fix `Uncaught (in promise)` being logged, especially with react strict mode
|
|
79
|
+
|
|
72
80
|
### 1.8.1
|
|
73
81
|
|
|
74
82
|
- Calling `loadMore` on one subscription no longer affects other subscriptions
|