@sensiblestats/widget-embed 0.35.9 → 0.36.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 +6 -3
- 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.36.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
|
|
9
|
+
## 0.36.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Betting cards (insight, market-odds, odds-movement) now render a server-supplied `kickoffLabel`
|
|
14
|
+
in the operator's timezone and language when present, falling back to browser-zone formatting of
|
|
15
|
+
`kickoffUtc` for older servers.
|
|
16
|
+
|
|
3
17
|
## 0.35.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|