@sensiblestats/widget-embed 0.31.4 → 0.33.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 +18 -0
- package/dist/embed.global.js +24 -24
- package/dist/embed.global.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.33.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0e4d098: Remove the "Powered by SensibleStats" attribution footer and the `attribution` config option. The footer no longer renders and `attribution` / `data-attribution` are no longer read.
|
|
8
|
+
|
|
9
|
+
## 0.32.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 0ecfaf5: Operator branding: the embed snippet / React props now accept `logoUrl`
|
|
14
|
+
(replacing the SS mark in the header and launcher, with a fallback to the SS
|
|
15
|
+
mark on a missing/broken URL), `headerTitle`, a curated brand palette
|
|
16
|
+
(`cta`, `surface`, `ink` alongside the existing `accent`; a `surface`+`ink`
|
|
17
|
+
pair also adapts the derived neutrals), and `attribution` (defaults to on;
|
|
18
|
+
set `data-attribution="false"` to remove the "Powered by SensibleStats"
|
|
19
|
+
credit).
|
|
20
|
+
|
|
3
21
|
## 0.31.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|