Skip to content

Releases: node-3d/glfw-raub

Release 5.7.0

30 Jun 10:51
Compare
Choose a tag to compare

Added the resizable (default true) option to Window constructor - contributed by @Camopoltergeist.

Release 5.6.0

26 Jun 07:21
Compare
Choose a tag to compare
  • Added getRootNode method to Document.
  • Prevented crash on webgl.init() throw (node-3d/node-3d#5).

Release 5.5.0

01 Jun 19:36
Compare
Choose a tag to compare

Updated dependencies and Node version.
Added MacOS ARM build.

Release 5.4.1

07 Nov 19:02
Compare
Choose a tag to compare

Fixed window.shouldClose setter.

Release 5.4.0

06 Nov 07:26
Compare
Choose a tag to compare

Updated TS declarations:

  • Document.setPointerCapture().
  • Document.releasePointerCapture().
  • doc.icon now allows unknown to avoid TS issues.

Fixed the captured mouse mode.

Resolved CPP warnings.

Release 5.3.2

29 Oct 09:12
Compare
Choose a tag to compare

Added missing declarations to d.ts:

readonly platformDevice: number;
readonly platformWindow: number;
readonly platformContext: number;

Release 5.3.1

17 Oct 13:57
Compare
Choose a tag to compare

Improved TS declarations:

  • Added the missing Document constructor parameter autoEsc.
  • Adjusted the layout of JSDoc comments.

Release 5.3.0

17 Oct 10:33
Compare
Choose a tag to compare

Changed default Window size from 800x600 to HD 720.

Added missing events to Document:

  • pointerdown (same as mousedown)
  • pointerup (same as mouseup)
  • pointermove (same as mousemove)

Added missing cursor API to Document:

  • doc.setPointerCapture()
  • doc.releasePointerCapture()

Release 5.2.2

10 Oct 17:49
Compare
Choose a tag to compare
  • Improved TS declarations (fixed the ambient module mode).
  • Added Cpplint GH action.

Release 5.2.1

08 Oct 13:08
Compare
Choose a tag to compare
  • Updated dependencies.
  • Switched from Jest to Node.js test runner.