@sensiblestats/widget-embed 0.22.0 → 0.23.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,18 @@
1
1
  # @sensiblestats/widget-embed
2
2
 
3
+ ## 0.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Rebundle the embed script with opaque `actionRef` fan-dashboard taps (embed inlines widget-react via `noExternal`, so it must republish to carry the contract change).
8
+
9
+ ## 0.23.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 008d361: Render the club fan pre-match dashboard: fixture, countdown, injuries, reason-to-bet, where-to-watch, congested-week, transfers and links cards, with the fixture/congested-week cards tappable via the existing send path. Re-bundle widget-embed for the widget-react/widget-sdk changes.
14
+ - Club fan pre-match dashboard: render server-owned localized labels only (no widget-side i18n) and restructure the cards. The SDK contract now carries every visible string (date/venue/form labels, head-to-head labels, countdown unit labels, injury empty/return labels, link labels, self-contained injuries with team names/crests). Cards are reworked — countdown leads with a state-based clock, the fixture splits into fixture/last-five/head-to-head, injuries gains team-headed columns with a divider, link tiles are filled. Re-bundle widget-embed for the widget-react/widget-sdk changes.
15
+
3
16
  ## 0.22.0
4
17
 
5
18
  ### Minor Changes