Skip to content

Releases: StenAL/favicon-marquee

2.1.0

19 Jun 18:00
Compare
Choose a tag to compare
  • Use ESM worker for OffscreenCanvas worker renderer
    • This enabled removing some duplicate code which decreases (uncompressed) bundle size from 29 kB to 18.6 kB

2.0.0

04 Feb 09:27
Compare
Choose a tag to compare
  • Render OffscreenCanvas in a web worker instead of the main thread
  • Don't create new link elements each time the canvas is started
  • Reuse existing favicon link element if one exists

1.3.0

04 Feb 09:25
Compare
Choose a tag to compare
  • Fix resource leak in canvas drawing code
  • Use OffscreenCanvas for drawing the canvas if available
  • Remove size parameter
  • Emit ES2022 code from TypeScript

1.2.2

04 Feb 09:23
Compare
Choose a tag to compare

DO NOT USE
This release and earlier versions have resource leaks in the canvas drawing code. Upgrade to >=1.3.0