Skip to content

Releases: workeffortwaste/layout-shift-gif

1.3.1

10 Feb 18:54
Compare
Choose a tag to compare
  • Fix for devices missing from puppeteer-extra

1.3.0

10 Feb 15:32
Compare
Choose a tag to compare
  • Update to Chromium 99.0
  • Evade bot detection
  • Add README.md
  • Move from CommonJS to ES Modules
  • Better temporary image handling

1.2.0

10 Feb 13:51
Compare
Choose a tag to compare

Now uses the updated maximum session window metric for CLS.

1.1.5

07 Apr 09:51
Compare
Choose a tag to compare
  • Update to Chromium 90

1.1.3

28 Nov 16:09
Compare
Choose a tag to compare
  • Ignore HTTPS errors. Allowing people to use the CLI tool with their own self-signed certificates.

1.1.1

23 Oct 08:54
Compare
Choose a tag to compare
  • Fixed an issue where the image was repeated when using a custom height with the device set as mobile.

1.1.0

21 Oct 10:26
Compare
Choose a tag to compare
  • A cookie file can now be attached (in the Puppeteer JSON format). This is useful if you need to disable a deliberate pop-up such as a GDPR warning. Thanks @adamread for the pull request for this.
layout-shift-gif --url https://blacklivesmatter.com/ --cookies cookie_file.json
  • The device viewport width and/or height can be overridden if you wish to generate a gif of different device sizes, or entire pages.
layout-shift-gif --url https://blacklivesmatter.com/ --width 1920 --height 3000
  • Now available on npm.
npm install -g layout-shift-gif

1.0.0

29 Jul 17:35
6522c65
Compare
Choose a tag to compare
Create package.json