Skip to content

Releases: marcoandre1/react-snap

v1.23.13

31 Oct 07:55
33dcd55
Compare
Choose a tag to compare
  • I had removed the waitUntil: "networkidle0" option in a previous release. Based on another package (minimal-css-test) I had been working on, I came to the conclusion that this option was not working properly when using puppeteer +20. However, tests seem ok. The purpose of the upgrade is to fix rendering when using react-helmet because I noticed react-snap-test is not waiting for react-helmet. Hopefully, this release fixes this.
  • Add favicon.ico now required by puppeteer (@marcoandre1)

v1.23.12

21 Oct 03:58
a4517cb
Compare
Choose a tag to compare
  • Normalize all the line endings (@marcoandre1)
    When running react-snap with yarn on Github (ubuntu), got the error :

    $ react-snap
    /usr/bin/env: ‘node\r’: No such file or directory
    error Command failed with exit code 127.

    According to yarnpkg/yarn#8106, the problem seems to be that Unix line endings should be LF.

    I followed the Configuring Git to handle line endings from GitHub

    1. Add .gitattributes
    2. Run :
    git rm -rf --cached .
    git reset --hard HEAD

v1.23.11

19 Oct 04:29
8d585fa
Compare
Choose a tag to compare

v1.23.10

19 Oct 03:51
786d130
Compare
Choose a tag to compare

v1.23.9

08 Oct 06:23
1dc02a9
Compare
Choose a tag to compare

v1.23.8

11 Jan 16:42
448f4f7
Compare
Choose a tag to compare
  • Bump minimalcss-test from 0.11.5 to 0.11.6 (@marcoandre1)
  • Bump sourcemapped-stacktrace-test from 2.1.11 to 2.1.12 (@marcoandre1)
  • Bumped minimalcss version 0.8.3 to minimalcss-test 0.11.5 (@marcoandre1)
  • Bumped sourcemapped-stacktrace-node version 2.1.8 to sourcemapped-stacktrace-test 2.1.9 (@marcoandre1)
  • Bumped express and mkdirp with carret (^)
  • Bumped puppeteer version from 2.0.0 to 19.4.1 (@marcoandre1)