diff --git a/.changeset/bright-candies-cover.md b/.changeset/bright-candies-cover.md deleted file mode 100644 index b5d288595..000000000 --- a/.changeset/bright-candies-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Patch GPT-5 new api format diff --git a/.changeset/calm-snails-carry.md b/.changeset/calm-snails-carry.md deleted file mode 100644 index 20abadf89..000000000 --- a/.changeset/calm-snails-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add support for shadow DOMs (open & closed mode) when experimental: true diff --git a/.changeset/clear-clouds-build.md b/.changeset/clear-clouds-build.md deleted file mode 100644 index ada033bf0..000000000 --- a/.changeset/clear-clouds-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Bump zod version compatibility and add pathing spec diff --git a/.changeset/open-donkeys-shine.md b/.changeset/open-donkeys-shine.md deleted file mode 100644 index 23ce9a0bc..000000000 --- a/.changeset/open-donkeys-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -enable scrolling inside of iframes diff --git a/.changeset/pretty-jokes-own.md b/.changeset/pretty-jokes-own.md deleted file mode 100644 index b667e20b8..000000000 --- a/.changeset/pretty-jokes-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Properly handle images in evaluator + clean up response parsing logic diff --git a/.changeset/rich-colts-march.md b/.changeset/rich-colts-march.md deleted file mode 100644 index dc1ddc6d8..000000000 --- a/.changeset/rich-colts-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add more evals for stagehand agent diff --git a/.changeset/sharp-meals-clap.md b/.changeset/sharp-meals-clap.md deleted file mode 100644 index 416699b5e..000000000 --- a/.changeset/sharp-meals-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix: unable to act on/get content from some same process iframes diff --git a/.changeset/true-bees-sniff.md b/.changeset/true-bees-sniff.md deleted file mode 100644 index df4e6846a..000000000 --- a/.changeset/true-bees-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -handle namespaced elements in xpath build step diff --git a/CHANGELOG.md b/CHANGELOG.md index 791a4d125..1db85c3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @browserbasehq/stagehand +## 2.4.3 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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 + ## 2.4.2 ### Patch Changes diff --git a/evals/CHANGELOG.md b/evals/CHANGELOG.md index 195826703..998727ec3 100644 --- a/evals/CHANGELOG.md +++ b/evals/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-evals +## 1.0.7 + +### Patch Changes + +- 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)]: + - @browserbasehq/stagehand@2.4.3 + ## 1.0.6 ### Patch Changes diff --git a/evals/package.json b/evals/package.json index 54cc6bd07..bb48adae5 100644 --- a/evals/package.json +++ b/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "Evaluation suite for Stagehand", "main": "./", diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index d13db5be2..7237d12ec 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-examples +## 1.0.7 + +### Patch Changes + +- 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)]: + - @browserbasehq/stagehand@2.4.3 + ## 1.0.6 ### Patch Changes diff --git a/examples/package.json b/examples/package.json index 088d2cfef..44bf01d41 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-examples", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "Example scripts for Stagehand", "main": "./", diff --git a/package.json b/package.json index c2a37e1f2..e8b687486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "2.4.2", + "version": "2.4.3", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",