@percy/core 1.27.6-beta.1 → 1.27.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.js CHANGED
@@ -68,6 +68,10 @@ export const configSchema = {
68
68
  }
69
69
  }
70
70
  },
71
+ fullPage: {
72
+ type: 'boolean',
73
+ onlyAutomate: true
74
+ },
71
75
  freezeAnimation: {
72
76
  // for backward compatibility
73
77
  type: 'boolean',
package/dist/utils.js CHANGED
@@ -37,6 +37,7 @@ export function percyAutomateRequestHandler(req, percy) {
37
37
  camelCasedOptions[camelcase(key)] = value;
38
38
  });
39
39
  req.body.options = merge([{
40
+ fullPage: percy.config.snapshot.fullPage,
40
41
  percyCSS: percy.config.snapshot.percyCSS,
41
42
  freezeAnimatedImage: percy.config.snapshot.freezeAnimatedImage || percy.config.snapshot.freezeAnimation,
42
43
  freezeImageBySelectors: (_percy$config$snapsho = percy.config.snapshot.freezeAnimatedImageOptions) === null || _percy$config$snapsho === void 0 ? void 0 : _percy$config$snapsho.freezeImageBySelectors,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/core",
3
- "version": "1.27.6-beta.1",
3
+ "version": "1.27.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public",
12
- "tag": "beta"
12
+ "tag": "latest"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -43,11 +43,11 @@
43
43
  "test:types": "tsd"
44
44
  },
45
45
  "dependencies": {
46
- "@percy/client": "1.27.6-beta.1",
47
- "@percy/config": "1.27.6-beta.1",
48
- "@percy/dom": "1.27.6-beta.1",
49
- "@percy/logger": "1.27.6-beta.1",
50
- "@percy/webdriver-utils": "1.27.6-beta.1",
46
+ "@percy/client": "1.27.6",
47
+ "@percy/config": "1.27.6",
48
+ "@percy/dom": "1.27.6",
49
+ "@percy/logger": "1.27.6",
50
+ "@percy/webdriver-utils": "1.27.6",
51
51
  "content-disposition": "^0.5.4",
52
52
  "cross-spawn": "^7.0.3",
53
53
  "extract-zip": "^2.0.1",
@@ -58,5 +58,5 @@
58
58
  "rimraf": "^3.0.2",
59
59
  "ws": "^8.0.0"
60
60
  },
61
- "gitHead": "1a3bf9e775769215ef590faa40502ce0ee0a6f78"
61
+ "gitHead": "4f0f287ba8beec5a7bad9adc3dd91eef98fa0a75"
62
62
  }