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
- a68462 feat: better live debug view (#66)
- a460d1 Improve logging and change hardcoded localhost to env in a few spots (shoutout @hakzarov) (#68)
- 20765d Re-package recorder extension using rrweb from NPM (shoutout @Envek) (#52)
- e9884b fastify v5 upgrade (shoutout @danew) (#70)
First-time Contributors!
Special thanks @hakzarov for adding better logging for both the API and the Chrome process
