Skip to content

Commit bd1962c

Browse files
committed
v2.4.0
1 parent b6d4702 commit bd1962c

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Eclipse GLSP Playwright Changelog
22

3+
## [2.4.0 - 04/04/2025](https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.4.0)
4+
5+
### Changes
6+
7+
- [api] Various improvements in async handling of page object to reduce test flakiness [#27](https://github.com/eclipse-glsp/glsp-playwright/pull/27)
8+
- [api] Bug fix for edge routing handle page object [#28](https://github.com/eclipse-glsp/glsp-playwright/pull/28)
9+
310
## [2.3.0 -18/02/2024](https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.3.0)
411

512
### Changes

examples/workflow-test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/workflow-test",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"private": true,
55
"description": "Example project for glsp-playwright",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -46,11 +46,11 @@
4646
"watch": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@eclipse-glsp/client": "next"
49+
"@eclipse-glsp/client": "2.4.0"
5050
},
5151
"devDependencies": {
52-
"@eclipse-glsp-examples/workflow-server-bundled": "2.3.0",
53-
"@eclipse-glsp/glsp-playwright": "2.3.0",
52+
"@eclipse-glsp-examples/workflow-server-bundled": "2.4.0",
53+
"@eclipse-glsp/glsp-playwright": "2.4.0",
5454
"@playwright/test": "^1.47.0",
5555
"@theia/playwright": "~1.56.0",
5656
"@types/yargs": "^17.0.32",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.4.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"watch": "concurrently --kill-others -n tsc,alias -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn --cwd packages/glsp-playwright watch:alias\""
3838
},
3939
"devDependencies": {
40-
"@eclipse-glsp/dev": "next",
40+
"@eclipse-glsp/dev": "2.4.0",
4141
"@estruyf/github-actions-reporter": "^1.7.0",
4242
"@types/node": "18.x",
4343
"concurrently": "^8.2.2",

packages/glsp-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/glsp-playwright",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Playwright-based testing framework for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",

0 commit comments

Comments
 (0)