@sensiblestats/widget-embed 0.36.1 → 0.37.1
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/CHANGELOG.md +14 -0
- package/dist/embed.global.js +57 -25
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.37.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Adds a Today tab showing live and today's fixtures grouped by competition, and makes the tab
|
|
8
|
+
strip content-driven: Chat, Today, Following and Odds each render only when they have something.
|
|
9
|
+
The `tabMatches` UI string is renamed `tabFollowing`.
|
|
10
|
+
|
|
11
|
+
## 0.37.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Widget interest-event logging (u354): the widget now emits explicit interaction events — pin/unpin, add-to-slip (with outcome), "more insights" expand, and dashboard tile taps — batched to the operator gateway's `/v1/{op}/events` route for personalization. Best-effort in-memory delivery with a keepalive unload flush; no behavioural change to existing pin/slip/expand actions.
|
|
16
|
+
|
|
3
17
|
## 0.36.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|