github steel-dev/steel-browser v0.1.3-beta
Release v0.1.3-beta

latest releases: v0.4.0-beta, v0.3.0-beta, v0.2.6-beta...
6 months ago

New feature highlights

📺 Embeddable Live Session Iframe

Now every Steel browser session comes with a debug URL that provides a flexible way to view and interact with the session. This URL is returned as debugUrl in the session object.

<iframe 
  src={session.debugUrl}
  style="width: 100%; height: 600px; border: none;"
></iframe>

You can learn more about it here!

Bug fixes

  • a68462 fix: local dev using docker (#62)
  • 76aa97 fix: context injection and read (#73)
  • 21ff16 fix: docker builds to work for workspaces (#71)

Improvements

First-time Contributors!

Special thanks @hakzarov for adding better logging for both the API and the Chrome process


Xnapper-2024-11-25-21 25 29

Come Hang Out

  • Questions? Join us on Discord
  • Found a bug? Open an issue on GitHub

Don't miss a new steel-browser release

NewReleases is sending notifications on new releases.