@sensiblestats/widget-embed 0.6.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 CHANGED
@@ -1,5 +1,16 @@
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
+
3
14
  ## 0.6.0
4
15
 
5
16
  ### Minor Changes