@sensiblestats/widget-embed 0.5.0 → 0.6.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 +21 -0
- package/dist/embed.global.js +3 -2
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Stop rendering generic entity cards. Any entity that isn't a team or a player
|
|
8
|
+
(coach, referee, stadium, competition) previously fell through to a low-value
|
|
9
|
+
"generic" card with no identity signal; those are now dropped at the reducer so
|
|
10
|
+
only team and player cards render. The generic rendering path is left intact so
|
|
11
|
+
a purpose-built variant can re-enable it later. widget-embed re-bundles
|
|
12
|
+
widget-react, so it must be republished too.
|
|
13
|
+
|
|
14
|
+
## 0.6.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- Show competition name on betting insight cards. This shipped to master in
|
|
19
|
+
`6d629e6b` but never reached npm because the version wasn't bumped, so the
|
|
20
|
+
release workflow's `--tolerate-republish` skipped every package. This changeset
|
|
21
|
+
bumps all three so the change actually publishes (widget-embed re-bundles
|
|
22
|
+
widget-react, so it must be republished too).
|
|
23
|
+
|
|
3
24
|
## 0.5.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|