@sensiblestats/widget-embed 0.2.0 → 0.3.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 +11 -0
- package/dist/embed.global.js +38 -34
- package/dist/embed.global.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Entity cards are no longer clickable — they render as static info cards
|
|
8
|
+
(planned to return later with proper question composition). Fix iOS Safari
|
|
9
|
+
zooming on input focus (textarea font-size ≥ 16px on touch). Fix the message
|
|
10
|
+
list yanking the reader to the bottom when late content (suggested actions)
|
|
11
|
+
arrives after they scrolled up — auto-scroll now follows only while pinned to
|
|
12
|
+
the bottom. Also ships the i18n/localized labels and logo refactor from master.
|
|
13
|
+
|
|
3
14
|
## 0.2.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|