spaps-issue-reporting-react 0.4.2 → 0.5.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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.4.2] - 2026-06-04
6
+
5
7
  - Added the reporter-visible operator-to-reporter conversation thread (`IssueReportMessageThread`), rendered inside the issue detail modal when the client implements `issueReporting.listMessages`/`submitMessage`. It shows only `active`, reporter-visible projection rows (retracted/superseded/non-visible excluded), distinguishes operator vs reporter authorship and message kind, exposes a `needs_response` affordance plus a floating-entrypoint badge, and includes a clarification-response composer that submits with a client-generated `idempotency_key` and handles `409 ISSUE_REPORT_MESSAGE_CONFLICT`.
6
8
 
7
9
  ## [0.4.1] - 2026-05-16
package/README.md CHANGED
@@ -313,7 +313,7 @@ and revisit trigger.
313
313
  ## Metadata
314
314
 
315
315
  - `package_name`: `spaps-issue-reporting-react`
316
- - `latest_version`: `0.4.1`
316
+ - `latest_version`: `0.4.2`
317
317
  - `minimum_runtime`: `Node.js >=18.0.0`
318
318
  - `api_base_url`: `https://api.sweetpotato.dev`
319
319
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-issue-reporting-react",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "Shared React issue-reporting UI for Sweet Potato platform consumers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",