@sensiblestats/widget-react 0.14.0 → 0.15.0

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,27 @@
1
1
  # @sensiblestats/widget-react
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Render the Club Match-Day dashboard (typed blocks: greeting header, fixture hero, form guide, match preview, team DNA, countdown) delivered on `turn_complete.clubDashboard`.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @sensiblestats/widget-sdk@0.13.0
13
+
14
+ ## 0.14.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 5dce658: Greeting dashboard UX refinements from design review: tile icons are now
19
+ emoji (matching the betting mockup) rendered at a larger size instead of the
20
+ small monochrome line glyphs; the greeting bubble text is suppressed when a
21
+ dashboard is present so the question shows once (as the dashboard title)
22
+ rather than twice; and the discovery full-span trends tile aligns its icon
23
+ and title on a single row.
24
+
3
25
  ## 0.14.0
4
26
 
5
27
  ### Minor Changes