@sylergydigital/issue-pin-sdk 0.6.3 → 0.6.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +228 -0
  2. package/package.json +3 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,228 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@sylergydigital/issue-pin-sdk` are documented here.
4
+
5
+ ## [0.6.3] - 2026-04-14
6
+
7
+ ### Added
8
+ - **UUID normalization for non-UUID auth providers** — SDK auto-converts Firebase, Auth0, Cognito, and other non-UUID user IDs to deterministic UUID v5 format at the SDK boundary. Existing UUID-format IDs pass through unchanged.
9
+ - `normalizeUserId()` / `toSupabaseUuid()` — public utility export for converting user IDs outside the SDK component lifecycle.
10
+ - `CSP_REQUIREMENTS` — typed constant exporting all Content Security Policy directives required by the SDK (`connect-src`, `img-src`, `style-src`), usable in server middleware or build-time CSP generation.
11
+ - Runtime CSP violation detection — `subscribeCspDetection()` automatically activates on SDK mount and logs actionable `[IssuePin]` console warnings when CSP blocks SDK functionality. Per-directive deduplication prevents warning spam.
12
+ - CSP documentation section in SDK README with copy-paste directive block, per-directive explanation table, and programmatic access example.
13
+ - Debug logging for ID conversions — when `debug={true}`, logs `[EW SDK] User ID normalized: "{raw}" -> "{effective}"` for converted IDs.
14
+
15
+ ### Fixed
16
+ - Stale closure in identity warning gated on `authReady` state.
17
+ - Missing SSR guard in `subscribeCspDetection` (safe for server-side rendering).
18
+
19
+ ### Dependencies
20
+ - Added `uuid@^11.0.3` as bundled dependency (CommonJS-compatible).
21
+
22
+ ## [0.6.2] - 2026-04-02
23
+
24
+ ### Fixed
25
+ - Replaced `html2canvas` with `html2canvas-pro` to support modern CSS features like `oklab` color space.
26
+
27
+ ## [0.6.1] - 2026-03-24
28
+
29
+ ### Changed
30
+ - Set up public SDK mirror and npm release pipeline.
31
+
32
+ ## [0.6.0] - 2026-03-24
33
+
34
+ ### Changed
35
+ - Set up public SDK mirror and npm release pipeline.
36
+
37
+ ## [0.5.9] - 2026-03-24
38
+
39
+ ### Changed
40
+ - Public SDK mirror and npm registry setup.
41
+
42
+ ## [0.5.8] - 2026-03-23
43
+
44
+ ### Added
45
+ - `showHints` toggle for instructional UI hints in the SDK.
46
+
47
+ ## [0.5.7] - 2026-03-23
48
+
49
+ ### Added
50
+ - Verified LMS federation rollout (patch).
51
+
52
+ ## [0.5.6] - 2026-03-23
53
+
54
+ ### Added
55
+ - LMS federation rollout with verification.
56
+
57
+ ## [0.5.5] - 2026-03-22
58
+
59
+ ### Fixed
60
+ - SDK build and packaging fixes.
61
+
62
+ ## [0.5.4] - 2026-03-22
63
+
64
+ ### Fixed
65
+ - SDK build and packaging fixes.
66
+
67
+ ## [0.5.3] - 2026-03-22
68
+
69
+ ### Changed
70
+ - Aligned SDK docs and package metadata with router-free integration.
71
+
72
+ ## [0.5.2] - 2026-03-22
73
+
74
+ ### Added
75
+ - Iframe review mode for SDK pins (canvas review surface).
76
+
77
+ ## [0.5.1] - 2026-03-22
78
+
79
+ ### Added
80
+ - Anonymous screenshot reads for SDK workspaces via Supabase RLS.
81
+ - ThreadPins test coverage.
82
+ - npm registry publishing.
83
+
84
+ ## [0.5.0] - 2026-03-22
85
+
86
+ ### Changed
87
+ - npm versioning aligned with git tags.
88
+
89
+ ## [0.4.9] - 2026-03-22
90
+
91
+ ### Changed
92
+ - Vite host allowlist and gitignore for local tooling.
93
+
94
+ ## [0.4.8] - 2026-03-17
95
+
96
+ ### Added
97
+ - SDK customization APIs for launcher visibility and pin visibility control.
98
+
99
+ ## [0.4.7] - 2026-03-17
100
+
101
+ ### Fixed
102
+ - SDK publish build for controlled pin mode.
103
+
104
+ ## [0.4.6] - 2026-03-17
105
+
106
+ ### Changed
107
+ - Thread pins open in a new tab.
108
+
109
+ ## [0.4.5] - 2026-03-17
110
+
111
+ ### Changed
112
+ - Rewrote SDK pin positioning lifecycle for stability.
113
+
114
+ ## [0.4.4] - 2026-03-17
115
+
116
+ ### Fixed
117
+ - Stabilized SDK pin rehydration observer.
118
+
119
+ ## [0.4.3] - 2026-03-17
120
+
121
+ ### Changed
122
+ - Allow anonymous `sdk-resolve` calls.
123
+
124
+ ## [0.4.2] - 2026-03-17
125
+
126
+ ### Changed
127
+ - Allow commenter workspace memberships.
128
+
129
+ ## [0.4.1] - 2026-03-17
130
+
131
+ ### Added
132
+ - Documentation for federated first-write gating.
133
+
134
+ ## [0.4.0] - 2026-03-17
135
+
136
+ ### Fixed
137
+ - Federated SDK author attribution.
138
+
139
+ ## [0.3.4] - 2026-03-16
140
+
141
+ ### Added
142
+ - Anonymous update RLS policy.
143
+
144
+ ## [0.3.3] - 2026-03-16
145
+
146
+ ### Changed
147
+ - Enabled React Router v7 future flag.
148
+
149
+ ## [0.3.2] - 2026-03-16
150
+
151
+ ### Changed
152
+ - Relaxed thread comments foreign key constraint.
153
+
154
+ ## [0.3.1] - 2026-03-16
155
+
156
+ ### Added
157
+ - RLS policies for anonymous inserts.
158
+
159
+ ## [0.3.0] - 2026-03-16
160
+
161
+ ### Fixed
162
+ - SDK feedback launcher click behavior.
163
+
164
+ ## [0.2.9] - 2026-03-16
165
+
166
+ ### Added
167
+ - Hardcoded SDK theme for consistent styling.
168
+
169
+ ## [0.2.8] - 2026-03-16
170
+
171
+ ### Fixed
172
+ - FeedbackButton `.d.ts` build ordering.
173
+
174
+ ## [0.2.7] - 2026-03-16
175
+
176
+ ### Added
177
+ - Debug logging for SDK menu state.
178
+
179
+ ### Fixed
180
+ - SDK menu state management hardened.
181
+
182
+ ## [0.2.6] - 2026-03-16
183
+
184
+ ### Fixed
185
+ - SDK feedback launcher click handling.
186
+
187
+ ## [0.2.5] - 2026-03-16
188
+
189
+ ### Fixed
190
+ - FeedbackButton interaction reliability.
191
+
192
+ ## [0.2.4] - 2026-03-16
193
+
194
+ ### Fixed
195
+ - Stabilized `getSignedUrlRef` for screenshot storage.
196
+
197
+ ## [0.2.3] - 2026-03-16
198
+
199
+ ### Added
200
+ - Error boundary wrapping for ThreadPins.
201
+
202
+ ## [0.2.0] - 2026-03-16
203
+
204
+ ### Changed
205
+ - Renamed SDK package to `@sylergydigital/issue-pin-sdk`.
206
+
207
+ ## [0.1.8] - 2026-03-16
208
+
209
+ ### Fixed
210
+ - TS2722 error in ScreenshotFeedback component.
211
+
212
+ ## [0.1.6] - 2026-03-16
213
+
214
+ ### Fixed
215
+ - Viewport auto-screenshot capture.
216
+
217
+ ## [0.1.5] - 2026-03-16
218
+
219
+ ### Fixed
220
+ - Auto-screenshot fetch reliability.
221
+
222
+ ## [0.1.0] - 2026-03-16
223
+
224
+ ### Added
225
+ - Initial SDK release as `@sylergydigital/issue-pin-sdk`.
226
+ - `<IssuePin />` drop-in component with pin annotations, screenshot capture, and threaded discussions.
227
+ - Supabase-backed real-time data layer.
228
+ - Federated user identity for SDK consumers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylergydigital/issue-pin-sdk",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Issue Pin — in-app visual feedback SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -15,7 +15,8 @@
15
15
  },
16
16
  "files": [
17
17
  "dist",
18
- "README.md"
18
+ "README.md",
19
+ "CHANGELOG.md"
19
20
  ],
20
21
  "scripts": {
21
22
  "build": "tsup",