Skip to content

Commit efcbc4d

Browse files
author
Babylon.js Platform
committed
Version update 8.27.0
1 parent 886ef76 commit efcbc4d

File tree

43 files changed

+206
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+206
-187
lines changed

.build/changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
2-
"fromTag": "8.26.1",
2+
"fromTag": "8.26.2",
33
"changelog": {
4+
"8.27.0": [
5+
{
6+
"pr": "17142",
7+
"title": "Updating playwright config for devhost tests",
8+
"description": "Updating the playwright configuration for devhost visual tests, so playwright itself starts the devhost before running the visual tests, instead of having to do both things separately.",
9+
"author": {
10+
"name": "VicenteCartas",
11+
"url": "https://github.com/VicenteCartas"
12+
},
13+
"files": [
14+
"playwright.devhost.config.ts"
15+
],
16+
"tags": [
17+
"enhancement"
18+
]
19+
}
20+
],
421
"8.26.2": [
522
{
623
"pr": "17141",

CHANGELOG.md

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

3+
## 8.27.0
4+
35
## 8.26.2
46

57
### Core

0 commit comments

Comments
 (0)