@sensiblestats/widget-embed 0.35.9 → 0.36.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 +8 -0
- package/dist/embed.global.js +3 -3
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.36.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Betting cards (insight, market-odds, odds-movement) now render a server-supplied `kickoffLabel`
|
|
8
|
+
in the operator's timezone and language when present, falling back to browser-zone formatting of
|
|
9
|
+
`kickoffUtc` for older servers.
|
|
10
|
+
|
|
3
11
|
## 0.35.9
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|