@abinnovision/payloadcms-viewfinder 1.0.0-beta.5 → 1.0.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 ADDED
@@ -0,0 +1,20 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0 (2026-09-18)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **viewfinder:** drop the Marked component for root-element marking ([#48](https://github.com/abinnovision/payloadcms-commons/issues/48))
9
+
10
+ ### Features
11
+
12
+ * **example:** replace the three example apps with one unified app ([#44](https://github.com/abinnovision/payloadcms-commons/issues/44)) ([814eae5](https://github.com/abinnovision/payloadcms-commons/commit/814eae589cb23bf803043a9858841027919f215b))
13
+ * **viewfinder:** add an on/off toggle for two-way block addressing ([#46](https://github.com/abinnovision/payloadcms-commons/issues/46)) ([082bc6d](https://github.com/abinnovision/payloadcms-commons/commit/082bc6d5e36e7b7cdcf77b693852fb67c2acf552))
14
+ * **viewfinder:** add block addressing for Payload live preview ([#36](https://github.com/abinnovision/payloadcms-commons/issues/36)) ([082b032](https://github.com/abinnovision/payloadcms-commons/commit/082b032d65a40fa685148b24aca305c82f5718a8))
15
+ * **viewfinder:** drop the Marked component for root-element marking ([#48](https://github.com/abinnovision/payloadcms-commons/issues/48)) ([362cf13](https://github.com/abinnovision/payloadcms-commons/commit/362cf13d83cf34b88c089caecc2906d330973914))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** keep @payloadcms/ui aligned with the rest of the Payload family ([#61](https://github.com/abinnovision/payloadcms-commons/issues/61)) ([e77c0b9](https://github.com/abinnovision/payloadcms-commons/commit/e77c0b94fcb696e2e9165d76b33945bf98d5a4ba))
package/README.md CHANGED
@@ -5,6 +5,11 @@
5
5
  Two-way block addressing between a rendered frontend and the [Payload CMS](https://payloadcms.com/)
6
6
  admin form.
7
7
 
8
+ A viewfinder is the window that tells the operator what is actually in frame, so the person
9
+ working the camera and the person watching the take are arguing about the same picture. This one
10
+ does that across two browser windows: it puts a stable address on each rendered block so the
11
+ admin form and the live preview can point at the same one.
12
+
8
13
  Viewfinder owns addressing and transport, and nothing else. It puts a stable identifier on each
9
14
  rendered block, resolves that identifier back to a path in the admin's own form state, and carries
10
15
  messages between the two windows. In the preview, hovering a block outlines and names it and
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@abinnovision/payloadcms-viewfinder",
4
- "version": "1.0.0-beta.5",
4
+ "version": "1.0.0",
5
5
  "description": "Two-way block addressing between a rendered frontend and the Payload CMS admin form.",
6
6
  "keywords": [
7
7
  "payload",