Skip to content

Releases: antitoxic/prerender-spa-ultra

v1.2.0 Expose access to more options when used as github action

Choose a tag to compare

@antitoxic antitoxic released this 24 Sep 13:59
Expose access to more options when used as github action

v1.1.3 Bump versions & Omit unused dependencies from github action build

Choose a tag to compare

@antitoxic antitoxic released this 24 Sep 11:50
Bump versions & Omit unused dependencies from github action build

v1.1.2 Present each parallel url as focused tab to the JS on that page

Choose a tag to compare

@antitoxic antitoxic released this 23 Sep 13:18

Previously any scripts (JS) on a page which were waiting for document.hidden to be false or to execute via window.requestAnimationFrame might have been stuck forever since other page can be the focused tab in Chrome.

With this version we lie/force/monkey-patch each page so that the scripts (JS) see it as focused even if it's not.

v1.1.0 Implement `--meta-prerender-only` & add `--selector-to-wait-for`

Choose a tag to compare

@antitoxic antitoxic released this 23 Sep 10:00
v1.1.0 Implement `--meta-prerender-only` & add `--selector-to-wait-for`

v1.0.1 github action release

Choose a tag to compare

@antitoxic antitoxic released this 08 Jul 17:59

Publishing the repo as github action.

v.1.0.0 Initial Release

Choose a tag to compare

@antitoxic antitoxic released this 08 Jul 17:30

Initial release including:

  • github action
  • cli command
  • npm package

May the odds be in this lib's favor so that it always have maintainers.