@sensiblestats/widget-embed 0.2.0 → 0.4.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,22 @@
1
1
  # @sensiblestats/widget-embed
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Rebuild against `@sensiblestats/widget-react@0.4.0` so the hosted embed renders betting-insight cards and includes the reducer crash-guard fix.
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Entity cards are no longer clickable — they render as static info cards
14
+ (planned to return later with proper question composition). Fix iOS Safari
15
+ zooming on input focus (textarea font-size ≥ 16px on touch). Fix the message
16
+ list yanking the reader to the bottom when late content (suggested actions)
17
+ arrives after they scrolled up — auto-scroll now follows only while pinned to
18
+ the bottom. Also ships the i18n/localized labels and logo refactor from master.
19
+
3
20
  ## 0.2.0
4
21
 
5
22
  ### Minor Changes