@sensiblestats/widget-embed 0.36.0 → 0.37.0

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sensiblestats/widget-embed
2
2
 
3
+ ## 0.37.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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.
8
+
9
+ ## 0.36.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Don't offer a tap on a suspended accordion market. Its card is unservable — the odds lookup drops every suspended/stopped row, so the detail request answers 404 and the panel lands on a tap-to-retry that can never succeed. The row stays listed and labelled; it just isn't expandable, and a market that suspends while open now collapses instead of leaving stale rows up.
14
+
3
15
  ## 0.36.0
4
16
 
5
17
  ### Minor Changes