@sensiblestats/widget-embed 0.37.0 → 0.37.2
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 +63 -25
- 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.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixes the Today tab collapsing to blank bars: children of the monitor scroller no longer shrink,
|
|
8
|
+
so the list scrolls instead of compressing 27 competition groups to fit. Also disambiguates
|
|
9
|
+
same-named competitions with their country, which the schedule response now carries.
|
|
10
|
+
|
|
11
|
+
## 0.37.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Adds a Today tab showing live and today's fixtures grouped by competition, and makes the tab
|
|
16
|
+
strip content-driven: Chat, Today, Following and Odds each render only when they have something.
|
|
17
|
+
The `tabMatches` UI string is renamed `tabFollowing`.
|
|
18
|
+
|
|
3
19
|
## 0.37.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|