Skip to content

Commit b52e4f9

Browse files
Version Packages (#945)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @browserbasehq/stagehand@2.4.3 ### Patch Changes - [#951](#951) [`f45afdc`](f45afdc) Thanks [@miguelg719](https://github.com/miguelg719)! - Patch GPT-5 new api format - [#954](#954) [`261bba4`](261bba4) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add support for shadow DOMs (open & closed mode) when experimental: true - [#944](#944) [`8de7bd8`](8de7bd8) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - Bump zod version compatibility and add pathing spec - [#919](#919) [`3d80421`](3d80421) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - enable scrolling inside of iframes - [#963](#963) [`0ead63d`](0ead63d) Thanks [@tkattkat](https://github.com/tkattkat)! - Properly handle images in evaluator + clean up response parsing logic - [#961](#961) [`8422828`](8422828) Thanks [@tkattkat](https://github.com/tkattkat)! - Add more evals for stagehand agent - [#946](#946) [`b769206`](b769206) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix: unable to act on/get content from some same process iframes - [#962](#962) [`72d2683`](72d2683) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - handle namespaced elements in xpath build step ## @browserbasehq/stagehand-evals@1.0.7 ### Patch Changes - Updated dependencies \[[`f45afdc`](f45afdc), [`261bba4`](261bba4), [`8de7bd8`](8de7bd8), [`3d80421`](3d80421), [`0ead63d`](0ead63d), [`8422828`](8422828), [`b769206`](b769206), [`72d2683`](72d2683)]: - @browserbasehq/stagehand@2.4.3 ## @browserbasehq/stagehand-examples@1.0.7 ### Patch Changes - Updated dependencies \[[`f45afdc`](f45afdc), [`261bba4`](261bba4), [`8de7bd8`](8de7bd8), [`3d80421`](3d80421), [`0ead63d`](0ead63d), [`8422828`](8422828), [`b769206`](b769206), [`72d2683`](72d2683)]: - @browserbasehq/stagehand@2.4.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8422828 commit b52e4f9

14 files changed

+37
-43
lines changed

.changeset/bright-candies-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-snails-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clear-clouds-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/open-donkeys-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-jokes-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-colts-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-meals-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/true-bees-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @browserbasehq/stagehand
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [#951](https://github.com/browserbase/stagehand/pull/951) [`f45afdc`](https://github.com/browserbase/stagehand/commit/f45afdccc8680650755fee66ffbeac32b41e075d) Thanks [@miguelg719](https://github.com/miguelg719)! - Patch GPT-5 new api format
8+
9+
- [#954](https://github.com/browserbase/stagehand/pull/954) [`261bba4`](https://github.com/browserbase/stagehand/commit/261bba43fa79ac3af95328e673ef3e9fced3279b) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add support for shadow DOMs (open & closed mode) when experimental: true
10+
11+
- [#944](https://github.com/browserbase/stagehand/pull/944) [`8de7bd8`](https://github.com/browserbase/stagehand/commit/8de7bd8635c2051cd8025e365c6c8aa83d81c7e7) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - Bump zod version compatibility and add pathing spec
12+
13+
- [#919](https://github.com/browserbase/stagehand/pull/919) [`3d80421`](https://github.com/browserbase/stagehand/commit/3d804210a106a6828c7fa50f8b765b10afd4cc6a) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - enable scrolling inside of iframes
14+
15+
- [#963](https://github.com/browserbase/stagehand/pull/963) [`0ead63d`](https://github.com/browserbase/stagehand/commit/0ead63d6526f6c286362b74b6407c8bebc900e69) Thanks [@tkattkat](https://github.com/tkattkat)! - Properly handle images in evaluator + clean up response parsing logic
16+
17+
- [#961](https://github.com/browserbase/stagehand/pull/961) [`8422828`](https://github.com/browserbase/stagehand/commit/8422828c4cd5fd5ebcf348cfbdb40c768bb76dd9) Thanks [@tkattkat](https://github.com/tkattkat)! - Add more evals for stagehand agent
18+
19+
- [#946](https://github.com/browserbase/stagehand/pull/946) [`b769206`](https://github.com/browserbase/stagehand/commit/b7692060f98a2f49aeeefb90d8789ed034b08ec2) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix: unable to act on/get content from some same process iframes
20+
21+
- [#962](https://github.com/browserbase/stagehand/pull/962) [`72d2683`](https://github.com/browserbase/stagehand/commit/72d2683202af7e578d98367893964b33e0828de5) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - handle namespaced elements in xpath build step
22+
323
## 2.4.2
424

525
### Patch Changes

evals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-evals
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f45afdc`](https://github.com/browserbase/stagehand/commit/f45afdccc8680650755fee66ffbeac32b41e075d), [`261bba4`](https://github.com/browserbase/stagehand/commit/261bba43fa79ac3af95328e673ef3e9fced3279b), [`8de7bd8`](https://github.com/browserbase/stagehand/commit/8de7bd8635c2051cd8025e365c6c8aa83d81c7e7), [`3d80421`](https://github.com/browserbase/stagehand/commit/3d804210a106a6828c7fa50f8b765b10afd4cc6a), [`0ead63d`](https://github.com/browserbase/stagehand/commit/0ead63d6526f6c286362b74b6407c8bebc900e69), [`8422828`](https://github.com/browserbase/stagehand/commit/8422828c4cd5fd5ebcf348cfbdb40c768bb76dd9), [`b769206`](https://github.com/browserbase/stagehand/commit/b7692060f98a2f49aeeefb90d8789ed034b08ec2), [`72d2683`](https://github.com/browserbase/stagehand/commit/72d2683202af7e578d98367893964b33e0828de5)]:
8+
- @browserbasehq/stagehand@2.4.3
9+
310
## 1.0.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)