@rerun-io/web-viewer-react
Advanced tools
Comparing version 0.16.1 to 0.17.0-alpha.1
@@ -45,3 +45,5 @@ import React, { createRef } from "react"; | ||
const current = /** @type {HTMLDivElement} */ (this.#parent.current); | ||
this.#handle.start(this.#recordings, current, this.#hide_welcome_screen); | ||
this.#handle.start(this.#recordings, current, { | ||
hide_welcome_screen: this.#hide_welcome_screen, | ||
}); | ||
} | ||
@@ -48,0 +50,0 @@ |
{ | ||
"name": "@rerun-io/web-viewer-react", | ||
"version": "0.16.1", | ||
"version": "0.17.0-alpha.1", | ||
"description": "Embed the Rerun web viewer in your React app", | ||
@@ -42,3 +42,3 @@ "licenses": [ | ||
"dependencies": { | ||
"@rerun-io/web-viewer": "0.16.1", | ||
"@rerun-io/web-viewer": "0.17.0-alpha.1", | ||
"@types/react": "^18.2.33", | ||
@@ -45,0 +45,0 @@ "react": "^18.2.0" |
@@ -38,3 +38,3 @@ # Rerun web viewer | ||
The `rrd` in the snippet above should be a URL pointing to either: | ||
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.16.1/examples/dna.rrd> | ||
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.17.0-alpha.1/examples/dna.rrd> | ||
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API | ||
@@ -41,0 +41,0 @@ |
7312
145
+ Added@rerun-io/web-viewer@0.17.0-alpha.1(transitive)
- Removed@rerun-io/web-viewer@0.16.1(transitive)