Skip to content

Releases: ungoldman/is-webgl-enabled

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:48
47cbfc3

2.0.0 (2026-06-18)

⚠ BREAKING CHANGES

  • ESM-only.
    • Use import { isWebGLEnabled } from 'is-webgl-enabled'.

Build System

  • convert to TypeScript and ESM (#1) (e90cc74)

v1.0.2

Choose a tag to compare

@ungoldman ungoldman released this 14 Oct 22:48
  • remove unnecessary global module from usage example

v1.0.1

Choose a tag to compare

@ungoldman ungoldman released this 14 Oct 22:45
  • use global/document and global/window to support non-browser environments
  • fix typo in example
  • add browser test

v1.0.0

Choose a tag to compare

@ungoldman ungoldman released this 08 Oct 11:51
  • init