hazo_collab_forms 6.32.0 → 6.32.1

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/CHANGE_LOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGE_LOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 6.32.1 — 2026-07-11
9
+
10
+ ### Added (test-app only — no `src/` or published surface change)
11
+ - Interactive test-app demo for FR-009 (`/data-form/row-actions`): seeded table rows carrying `RESERVED_ROW_ID_KEY`, a `row_action_components.row_end` badge, and a live JSON panel showing `__src_row_id` survive cell edits.
12
+ - Interactive test-app demo for FR-010 (`/classification-confidence`): prompt-assembly panel (via new demo route `/api/classify-confidence-demo`, a thin wrapper around the pure `assemble_classification_prompt`) toggling `{{extracted_fields_confidence_instruction}}` on/off, plus a per-field confidence-bar display panel.
13
+ - `/autotest` scenarios `hazo_collab_forms_row_identity` (4 cases) and `hazo_collab_forms_classification_confidence` (2 cases) covering both FRs client-side.
14
+ - Two sidebar nav links ("Row Actions" under Data Form, "Extraction Confidence" under AI Tools).
15
+
8
16
  ## 6.30.0 — 2026-07-02
9
17
 
10
18
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hazo_collab_forms",
3
- "version": "6.32.0",
3
+ "version": "6.32.1",
4
4
  "description": "Collaboration form elements",
5
5
  "type": "module",
6
6
  "main": "./dist/index.client.js",