Skip to content

Commit 3765a77

Browse files
authored
Merge branch 'main' into 2.0.0-release
2 parents add1823 + 84927f7 commit 3765a77

File tree

40 files changed

+8516
-11691
lines changed

40 files changed

+8516
-11691
lines changed

docs/development.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@ TODO: Elaborate on testing setup
2424

2525
#### Component Tests
2626

27-
**Visual regression tests**
27+
##### Visual regression tests
2828

2929
Playwright is used to create and compare screenshots of each individual component.
3030

31+
###### Pipeline generated images
32+
33+
On every fail of the visual regression tests in the Default pipeline, we're regenerating the snapshots as a `snapshot-*`-artifact. Please download these ones from the "Summary" page and commit the updated screenshots with `npm run commit:updated-snapshots` command from project root.
34+
35+
###### Manual update
36+
3137
To update screenshots just run the following (you need Docker installed and available on your shell):
3238

3339
```shell

output/angular/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
2+
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {

output/angular/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
2+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../build-outputs/angular",
44
"lib": {
55
"entryFile": "src/index.ts"

output/angular/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"start": "ng serve"
1717
},
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "17.3.15",
20-
"@angular/common": "17.3.12",
21-
"ng-packagr": "17.3.0",
2219
"typescript": "^5.4.5"
2320
},
2421
"publishConfig": {

output/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@custom-elements-manifest/analyzer": "^0.10.4",
33-
"@stencil/core": "4.28.2",
33+
"@stencil/core": "4.29.0",
3434
"cem-plugin-expanded-types": "^1.4.0",
3535
"custom-element-jet-brains-integration": "^1.7.0",
3636
"custom-element-vs-code-integration": "^1.5.0",

0 commit comments

Comments
 (0)