@sensiblestats/widget-embed 0.37.1 → 0.37.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/CHANGELOG.md +16 -0
- package/dist/embed.global.js +29 -23
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.37.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Shows a half-time label instead of a frozen 45', ages the live minute against when the reading was
|
|
8
|
+
actually taken so it no longer sits up to two minutes behind, and stops asserting a clock for a
|
|
9
|
+
single match whose sync window has stalled.
|
|
10
|
+
|
|
11
|
+
## 0.37.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Fixes the Today tab collapsing to blank bars: children of the monitor scroller no longer shrink,
|
|
16
|
+
so the list scrolls instead of compressing 27 competition groups to fit. Also disambiguates
|
|
17
|
+
same-named competitions with their country, which the schedule response now carries.
|
|
18
|
+
|
|
3
19
|
## 0.37.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|