Skip to content

Releases: antitoxic/prerender-spa-ultra

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

24 Sep 13:59
Compare
Choose a tag to compare

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

24 Sep 11:50
Compare
Choose a tag to compare
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

23 Sep 13:18
Compare
Choose a tag to compare

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`

23 Sep 10:00
Compare
Choose a tag to compare
v1.1.0 Implement `--meta-prerender-only` & add `--selector-to-wait-for`

v1.0.1 github action release

08 Jul 17:59
Compare
Choose a tag to compare

Publishing the repo as github action.

v.1.0.0 Initial Release

08 Jul 17:30
Compare
Choose a tag to compare

Initial release including:

  • github action
  • cli command
  • npm package

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