diff --git a/README.md b/README.md index 3851a72..be3c003 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ const desired_cap = { - `page` (**required**) - A `playwright` page instance - `name` (**required**) - The snapshot name; must be unique to each snapshot - `options` (**optional**) - There are various options supported by percyScreenshot to server further functionality. - - `sync` - Boolean value by default it falls back to `false`, Gives the processed result around screenshot [From CLI v1.28.0-beta.0+] + - `sync` - Boolean value by default it falls back to `false`, Gives the processed result around screenshot [From CLI v1.28.8+] - `fullPage` - Boolean value by default it falls back to `false`, Takes full page screenshot [From CLI v1.27.6+] - `freezeAnimatedImage` - Boolean value by default it falls back to `false`, you can pass `true` and percy will freeze image based animations. - `freezeImageBySelectors` - List of selectors. Images will be freezed which are passed using selectors. For this to work `freezeAnimatedImage` must be set to true. diff --git a/package.json b/package.json index b781aae..b28436a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@percy/playwright", "description": "Playwright client library for visual testing with Percy", - "version": "1.0.6-beta.2", + "version": "1.0.6", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-playwright", @@ -29,13 +29,13 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "peerDependencies": { "playwright-core": ">=1" }, "devDependencies": { - "@percy/cli": "^1.28.8-beta.3", + "@percy/cli": "^1.28.8", "@playwright/test": "^1.24.2", "babel-eslint": "^10.1.0", "cross-env": "^7.0.2",