Skip to content

Commit bb1b374

Browse files
chore(main): release 1.8.0 (#854)
Co-authored-by: k6-release-app[bot] <214234727+k6-release-app[bot]@users.noreply.github.com>
1 parent 1e732f8 commit bb1b374

File tree

4 files changed

+67
-4
lines changed

4 files changed

+67
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/grafana/k6-studio/compare/v1.7.0...v1.8.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* **Browser:** Add getByTestId support ([#849](https://github.com/grafana/k6-studio/issues/849)) ([e735867](https://github.com/grafana/k6-studio/commit/e73586717054e61c789f9487762fb9a6412b7c9b))
9+
* Capture network traffic when running browser scripts ([#807](https://github.com/grafana/k6-studio/issues/807)) ([429f8ae](https://github.com/grafana/k6-studio/commit/429f8aeb73341196d4f528b7d57d8b352c52a8d7))
10+
* Improved formatting in Logs panel ([#823](https://github.com/grafana/k6-studio/issues/823)) ([44183db](https://github.com/grafana/k6-studio/commit/44183db33eb6194d85a66c2df2b26edd4815937e))
11+
* **Recorder:** Add create test menu to make exporting browser tests easier ([#845](https://github.com/grafana/k6-studio/issues/845)) ([6b8bdb6](https://github.com/grafana/k6-studio/commit/6b8bdb6510e5a879ebfccc6a07fbb15704229e5e))
12+
13+
14+
### Bug Fixes
15+
16+
* Add rule button is displayed in two places ([#817](https://github.com/grafana/k6-studio/issues/817)) ([0ca4b6f](https://github.com/grafana/k6-studio/commit/0ca4b6f374fd693ff24d0455c68c434c8e41be60))
17+
* App crashing when pasting into custom code editor ([#806](https://github.com/grafana/k6-studio/issues/806)) ([37ca961](https://github.com/grafana/k6-studio/commit/37ca9615af11efdc71288a0f5b6bb73bc69d4505))
18+
* Browser events tab is enabled when no browser events are present ([#827](https://github.com/grafana/k6-studio/issues/827)) ([e530cf7](https://github.com/grafana/k6-studio/commit/e530cf7edc2c42f40cb727fc318c5f2631ef5817))
19+
* Duplicate call to click when recording a submit button click ([#824](https://github.com/grafana/k6-studio/issues/824)) ([d384d07](https://github.com/grafana/k6-studio/commit/d384d07d45d682390d17c8530760873e4a13e43c))
20+
* UI becomes inert after interacting with dialogs opened from dropdown menu ([#826](https://github.com/grafana/k6-studio/issues/826)) ([af87e6c](https://github.com/grafana/k6-studio/commit/af87e6c6a68ee30701613a25a128efb53ab8c0f6))
21+
22+
23+
### Reverts
24+
25+
* "chore(main): release 1.8.0 ([#804](https://github.com/grafana/k6-studio/issues/804))" ([#855](https://github.com/grafana/k6-studio/issues/855)) ([f6891ea](https://github.com/grafana/k6-studio/commit/f6891ea92954ae09c9865cd187cfb28c021d60b8))
26+
27+
28+
### Internal Changes
29+
30+
* **prerelease:** Include shims folder in extra resources when building app ([#856](https://github.com/grafana/k6-studio/issues/856)) ([1e732f8](https://github.com/grafana/k6-studio/commit/1e732f8854ec1fb8d10f60a6616215e4704c186c))
31+
* Setup server for tracking browser actions when validating scripts ([#811](https://github.com/grafana/k6-studio/issues/811)) ([ca3cc4a](https://github.com/grafana/k6-studio/commit/ca3cc4a91d0f7b0c3e48074d14e6511ca2f1b49d))
32+
33+
34+
### Dependency Updates
35+
36+
* Bump [@dnd-kit](https://github.com/dnd-kit) packages ([#844](https://github.com/grafana/k6-studio/issues/844)) ([19cc55d](https://github.com/grafana/k6-studio/commit/19cc55d81a2113ef5bb7e1f5a367304517558945))
37+
* Bump `react-select` and `@microlink/react-json-view` ([#846](https://github.com/grafana/k6-studio/issues/846)) ([02e29fb](https://github.com/grafana/k6-studio/commit/02e29fb3b980d3d5389a8516e5a2b7220b5b4b50))
38+
39+
40+
### Styles
41+
42+
* Display spinner when opening large recordings ([#829](https://github.com/grafana/k6-studio/issues/829)) ([46865c8](https://github.com/grafana/k6-studio/commit/46865c80838f83abcad40a446dd4905445e168b8))
43+
44+
45+
### Miscellaneous Chores
46+
47+
* **deps-dev:** bump electron from 37.2.4 to 37.3.1 ([#810](https://github.com/grafana/k6-studio/issues/810)) ([1f7cbda](https://github.com/grafana/k6-studio/commit/1f7cbda8384feb610994b579369fc3f92004979c))
48+
* **deps-dev:** bump vite from 5.4.19 to 5.4.20 ([#819](https://github.com/grafana/k6-studio/issues/819)) ([dac7e87](https://github.com/grafana/k6-studio/commit/dac7e87e8e5d5ea6722d5d685f9321cf61032e59))
49+
* **deps:** bump tar-fs from 3.0.9 to 3.1.1 ([#850](https://github.com/grafana/k6-studio/issues/850)) ([686fa65](https://github.com/grafana/k6-studio/commit/686fa6545224266ca79d016adef6f483967aae69))
50+
* **main:** release 1.8.0 ([#804](https://github.com/grafana/k6-studio/issues/804)) ([c27f019](https://github.com/grafana/k6-studio/commit/c27f0192aad2a61f7c911444fc29690c10b00b42))
51+
* Remove redundant generator extension renaming code ([#831](https://github.com/grafana/k6-studio/issues/831)) ([00567d5](https://github.com/grafana/k6-studio/commit/00567d525ccb12416b20a2ba2404496560613855))
52+
* Track external script usage ([#821](https://github.com/grafana/k6-studio/issues/821)) ([c5d2d63](https://github.com/grafana/k6-studio/commit/c5d2d6390152fb88cd93ec5c37dd28edcb6883af))
53+
* Track where script is copied from ([#820](https://github.com/grafana/k6-studio/issues/820)) ([23836a0](https://github.com/grafana/k6-studio/commit/23836a058eab9036a181bb099050f6680b7427f1))
54+
55+
56+
### Code Refactoring
57+
58+
* Separate validator components for script and generator views ([#808](https://github.com/grafana/k6-studio/issues/808)) ([7d2c020](https://github.com/grafana/k6-studio/commit/7d2c0202381b099aca9c72c107190dd1e5d4d3ba))
59+
* Use K6Client as interface for running scripts ([#809](https://github.com/grafana/k6-studio/issues/809)) ([b4fba08](https://github.com/grafana/k6-studio/commit/b4fba0863bca422641f929d3457ae51ecefdcfb6))
60+
61+
62+
### Continuous Integration
63+
64+
* Add type checking to CI checks ([#828](https://github.com/grafana/k6-studio/issues/828)) ([af4e90d](https://github.com/grafana/k6-studio/commit/af4e90dcacec635e261440deb8c4ad9b13d3d893))
65+
366
## [1.7.0](https://github.com/grafana/k6-studio/compare/v1.6.0...v1.7.0) (2025-08-28)
467

568

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "k6-studio",
33
"productName": "k6 Studio",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)