@sensiblestats/widget-embed 0.37.3 → 0.37.5
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 +23 -23
- package/dist/embed.global.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.37.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Hide a Today-tab competition group whose every match has been hoisted into the live band, instead of rendering an empty header with a count of 0.
|
|
8
|
+
|
|
9
|
+
## 0.37.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- A match whose live reading has gone stale now leaves the live band as well as losing its clock,
|
|
14
|
+
with the band and the competition group deciding from one shared predicate so it can never fall
|
|
15
|
+
between them.
|
|
16
|
+
|
|
3
17
|
## 0.37.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|