Skip to content

Releases: claabs/puppeteer-extra-plugin-portal

v3.2.1 (again)

15 Apr 01:29
Compare
Choose a tag to compare

Fix release pipeline

v3.2.1

15 Apr 01:24
Compare
Choose a tag to compare
  • fix missing reload image
  • fix Node 18 90 second websocket timeout

v3.2.0

13 Apr 03:20
cc0ba02
Compare
Choose a tag to compare
  • remove puppeteer in web worker (deprecated)
  • replace with whitelisted command list over websocket
    • improves security
    • improves compatibility with puppeteer versions
  • supports being used as an express middleware with your own server (#1)
    • you should probably use this going forward. it's less janky
  • dependency updates
  • use onTargetCreated to fix #3

v3.1.0

14 May 21:02
Compare
Choose a tag to compare
  • Add a basic devtools-esque navigation bar with a refresh button

v3.0.1

26 Dec 18:34
Compare
Choose a tag to compare
  • Fix an error where a second portal could not be opened after the first is closed on the same plugin instance.

v3.0.0

01 Oct 21:08
Compare
Choose a tag to compare
  • Support path-based reverse proxy configurations

v3.0.0-rc.5

05 Sep 04:46
Compare
Choose a tag to compare
  • Move websocket into same port as web server
  • Proper support for multiple browsers
  • Improved debug logging
  • Fixed portal closing event handling

v3.0.0-rc.4

30 Aug 01:01
Compare
Choose a tag to compare

Fix a default. Add debug logs for another bug.

v3.0.0-rc.3

21 Aug 17:12
Compare
Choose a tag to compare

Fix types overrides

v3.0.0-rc.2

20 Aug 14:44
Compare
Choose a tag to compare

Switch postinstall to prepare.