@opengeni/react 0.9.0 → 0.9.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.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,6 +149,14 @@ so consumers can render attachment chips. `groupTimeline` clusters consecutive
|
|
|
149
149
|
activity for collapsed display. Use them directly if you want custom rendering
|
|
150
150
|
with the same semantics.
|
|
151
151
|
|
|
152
|
+
### Compatibility
|
|
153
|
+
|
|
154
|
+
The projection is a tolerant reader over `SessionEvent.payload` because the wire
|
|
155
|
+
contract intentionally keeps payloads open. Unknown event types and unknown or
|
|
156
|
+
malformed fields are ignored, never fatal. The golden event-grammar suite in
|
|
157
|
+
`test/golden` is the compatibility contract for how existing durable logs render;
|
|
158
|
+
intentional changes should regenerate those snapshots and review the diff.
|
|
159
|
+
|
|
152
160
|
## Components
|
|
153
161
|
|
|
154
162
|
- `ChatComposer` — auto-growing textarea, Enter-to-send (IME-safe), stop
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeni/react",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "React hooks and styled components for OpenGeni: live session streaming, chat composer, message timeline, session status, and fleet views — token-themed (CSS variables), dark-first, built on Tailwind v4 + Radix + Motion.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|