Skip to content

Commit 60535a8

Browse files
chore(main): release 1.13.0
1 parent 96383c9 commit 60535a8

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-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.12.0"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/grafana/k6-studio/compare/v1.12.0...v1.13.0) (2026-04-16)
4+
5+
6+
### Features
7+
8+
* Add source column to log panels ([#1166](https://github.com/grafana/k6-studio/issues/1166)) ([a5da647](https://github.com/grafana/k6-studio/commit/a5da6473bea02bda6bfd139291ee5b8ff1f4d42e))
9+
* **browser:** Action markers in timeline of session replay ([#1092](https://github.com/grafana/k6-studio/issues/1092)) ([29f6533](https://github.com/grafana/k6-studio/commit/29f6533202dfff440c3a7d1d07bc6afec4f78718))
10+
* **browser:** Support all selector types in recorder highlighting ([#1130](https://github.com/grafana/k6-studio/issues/1130)) ([04eef0f](https://github.com/grafana/k6-studio/commit/04eef0f18a1a7938cc6a5837b67b761477850c50))
11+
* Display browser event count in in-browser toolbar when recording ([#1137](https://github.com/grafana/k6-studio/issues/1137)) ([122e001](https://github.com/grafana/k6-studio/commit/122e0015540926302a1eef56c08a40c66b178ff5))
12+
* Highlight elements when hovering selector in debugger view ([#1129](https://github.com/grafana/k6-studio/issues/1129)) ([7715df4](https://github.com/grafana/k6-studio/commit/7715df43d3c7a10ab804d3f22a9b436ad47ffd55))
13+
* Improve app startup time ([#1144](https://github.com/grafana/k6-studio/issues/1144)) ([7e122fe](https://github.com/grafana/k6-studio/commit/7e122fe942e824bb4e3a9e7da8c20928c290aaac))
14+
15+
16+
### Bug Fixes
17+
18+
* recent url ignore casing ([#1134](https://github.com/grafana/k6-studio/issues/1134)) ([7080090](https://github.com/grafana/k6-studio/commit/7080090f93266cc48379f1d47af1af098ee14374))
19+
* remove extra headers in script ([#1132](https://github.com/grafana/k6-studio/issues/1132)) ([a89ba62](https://github.com/grafana/k6-studio/commit/a89ba62b770ebea3de7c8c2fe45162bdbba8126a))
20+
* Scripts time out when form submit does not cause a navigation ([#1131](https://github.com/grafana/k6-studio/issues/1131)) ([9c561c5](https://github.com/grafana/k6-studio/commit/9c561c5425381ca7076f59300db789ac77dbde10))
21+
* Uncheck action is never generated in browser test scripts ([#1148](https://github.com/grafana/k6-studio/issues/1148)) ([3b1ee4a](https://github.com/grafana/k6-studio/commit/3b1ee4a86f6707e9f840b9d3553bf80af5ccfcd5))
22+
23+
24+
### Internal Changes
25+
26+
* Add agent and mcp configuration ([#1142](https://github.com/grafana/k6-studio/issues/1142)) ([555be75](https://github.com/grafana/k6-studio/commit/555be75ac808f1446af86f18a8cd73386d515e27))
27+
* **assistant:** Add Assistant authentication ([#1136](https://github.com/grafana/k6-studio/issues/1136)) ([1751ba2](https://github.com/grafana/k6-studio/commit/1751ba207ee681c4570f426b25be04f577eb3b14))
28+
* **assistant:** Add assistant backend ([#1154](https://github.com/grafana/k6-studio/issues/1154)) ([8367389](https://github.com/grafana/k6-studio/commit/83673898f045f1c7fda0f9469b2c093596b3b900))
29+
* **browser:** Add Check/Uncheck action to Browser Test Editor ([#1163](https://github.com/grafana/k6-studio/issues/1163)) ([cd164a1](https://github.com/grafana/k6-studio/commit/cd164a1e603e9d4be365dc2475d7984c25787526))
30+
* **browser:** Add Clear input action ([#1167](https://github.com/grafana/k6-studio/issues/1167)) ([d310064](https://github.com/grafana/k6-studio/commit/d31006484bf9bca213a6ae4f85a53554ac6c1ede))
31+
* **browser:** Add Click action support to Browser Test Editor ([#1156](https://github.com/grafana/k6-studio/issues/1156)) ([d6a1e14](https://github.com/grafana/k6-studio/commit/d6a1e142e9386c8cf63c02efda18b120d591f51b))
32+
* **browser:** Add exact option to text-based locators ([#1152](https://github.com/grafana/k6-studio/issues/1152)) ([53dec50](https://github.com/grafana/k6-studio/commit/53dec5068128f2d9ef7381cab0c3b1ee86297763))
33+
* **browser:** Add Select Option action to Browser Test Editor ([#1164](https://github.com/grafana/k6-studio/issues/1164)) ([36b41da](https://github.com/grafana/k6-studio/commit/36b41dabd132e214767b084bac5a4b26913a5535))
34+
* **browser:** Add support for fill action to Browser Test Editor ([#1157](https://github.com/grafana/k6-studio/issues/1157)) ([f8f61f7](https://github.com/grafana/k6-studio/commit/f8f61f7e3bd0f7e521581a2e8ac67edbda973107))
35+
* **browser:** Add wait for element action ([#1093](https://github.com/grafana/k6-studio/issues/1093)) ([efa3b16](https://github.com/grafana/k6-studio/commit/efa3b16f4df9b82d87c0b9f36bd9ef004161d8a7))
36+
* **browser:** Add waitForTimeout to editor and debugger ([#1169](https://github.com/grafana/k6-studio/issues/1169)) ([96383c9](https://github.com/grafana/k6-studio/commit/96383c988a3f4fcdf9e68730f08e366b32f1780a))
37+
38+
39+
### Dependency Updates
40+
41+
* Bump `vite` to `^6.4.1`, `vitest` to `^4.1.2`, and `@vitejs/plugin-react` to `^4.7.0` ([#1141](https://github.com/grafana/k6-studio/issues/1141)) ([38d5967](https://github.com/grafana/k6-studio/commit/38d59675c960b8b53a5e0aa0eccb12cab708bfe2))
42+
* Bump lucide-react to v1.3.0 ([#1140](https://github.com/grafana/k6-studio/issues/1140)) ([4803148](https://github.com/grafana/k6-studio/commit/48031489203618f0340964c26c3c0c19623a9ee0))
43+
44+
45+
### Documentation
46+
47+
* Add instructions for compiling local binaries ([#1108](https://github.com/grafana/k6-studio/issues/1108)) ([b9cd8eb](https://github.com/grafana/k6-studio/commit/b9cd8ebf0385c915a6c3eebb5cf638eccf46f540))
48+
49+
50+
### Miscellaneous Chores
51+
52+
* **deps:** lock file maintenance ([#1149](https://github.com/grafana/k6-studio/issues/1149)) ([910fcb5](https://github.com/grafana/k6-studio/commit/910fcb5d83aa61b94d555bcce6e84f7995f62bc0))
53+
* **deps:** update dependency electron to v40.8.5 [security] ([#1146](https://github.com/grafana/k6-studio/issues/1146)) ([9376504](https://github.com/grafana/k6-studio/commit/93765042b1449de32b385db4adea329744cfb570))
54+
* **deps:** update dependency lodash-es to v4.18.1 [security] ([#1145](https://github.com/grafana/k6-studio/issues/1145)) ([8134c9a](https://github.com/grafana/k6-studio/commit/8134c9a34a0fa9fe3fd5a9ea1024d677efcdf982))
55+
* **deps:** update dependency node-forge to v1.4.0 [security] ([#1138](https://github.com/grafana/k6-studio/issues/1138)) ([97b12b3](https://github.com/grafana/k6-studio/commit/97b12b32d8740e45e82506a99ba6c977c879a90c))
56+
* **deps:** update dependency undici to v7.24.0 [security] ([#1122](https://github.com/grafana/k6-studio/issues/1122)) ([05557b5](https://github.com/grafana/k6-studio/commit/05557b5f72d6030a399bb9fa103def775c654e0b))
57+
* **deps:** update dependency vite to v6.4.2 [security] ([#1151](https://github.com/grafana/k6-studio/issues/1151)) ([a6e7aa6](https://github.com/grafana/k6-studio/commit/a6e7aa6e6e25cb7efd615f31588174c9d9914bd3))
58+
* Remove browser extension support ([#1160](https://github.com/grafana/k6-studio/issues/1160)) ([892e6af](https://github.com/grafana/k6-studio/commit/892e6af77acdc2ec0f57803692ab102b8e271612))
59+
* Upgrade rrweb to latest alpha ([#1168](https://github.com/grafana/k6-studio/issues/1168)) ([1b23fb6](https://github.com/grafana/k6-studio/commit/1b23fb6abc5de3c8bec1b39a578fdbe8e108043f))
60+
361
## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17)
462

563

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.12.0",
4+
"version": "1.13.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)