diff --git a/.changeset/beige-snails-brush.md b/.changeset/beige-snails-brush.md new file mode 100644 index 0000000000..f3f19c8b7b --- /dev/null +++ b/.changeset/beige-snails-brush.md @@ -0,0 +1,5 @@ +--- +"@electric-sql/client": patch +--- + +Expose `shape.stream` as public readonly property. Provide `match` utilities to match changes from the shape stream. diff --git a/.changeset/tender-seas-stare.md b/.changeset/tender-seas-stare.md new file mode 100644 index 0000000000..ef18216bb1 --- /dev/null +++ b/.changeset/tender-seas-stare.md @@ -0,0 +1,5 @@ +--- +"@electric-sql/react": patch +--- + +Expose `stream` in the useShape result data. This allows React components to easily access the stream to match on.