Skip to content

Releases: djipco/webmidi

Release v3.0.18

03 Apr 14:00
Compare
Choose a tag to compare
  • Update version number before building (68ee855)

Release v3.0.16

01 Apr 13:37
Compare
Choose a tag to compare
  • Fixes a namespace collision that surfaced when TypeScript was used in Angular and React (#247)

Release v3.0.11

23 Jan 20:54
Compare
Choose a tag to compare

Minor release with improvements to events, particularly for TypeScript users.

Release v3.0.10

17 Jan 14:56
Compare
Choose a tag to compare
  • Improved support for environments with both Node.js and browser JavaScript engines (e.g. Electron, NW.js, etc.)

  • Fixed regression bug where note on events with velocity of 0 were not considered as note off events as they should have been.

Release v3.0.9

16 Jan 16:33
Compare
Choose a tag to compare

More improvements for TypeScript users

Release v3.0.8

12 Jan 16:18
Compare
Choose a tag to compare

Minor release:

  • Using Webpack or a framework that uses Webpack (React, Next.js, etc.) no longer causes a warning to appear in console

  • The TypeScript declaration file has been improved

  • Various fixes and improvements to the documentation

Release v3.0.1

26 Nov 17:13
Compare
Choose a tag to compare

Version 3 brings a ton of new features such as Node.js support, TypeScript support, new objects, better sysex support, message forwarding, various flavours (ESM, IIFE, CJS), modern syntax, and so much more!

You can check out the new website for more details.

Release v3.0.0-alpha.23

11 Nov 15:12
Compare
Choose a tag to compare
Pre-release
Built on 2021-11-11T10:02:43-05:00

v2.5.3

23 Aug 21:25
Compare
Choose a tag to compare

This release includes a minor security fix that does not concern end-users.

Release v3.0.0-alpha.4

09 Apr 19:29
Compare
Choose a tag to compare
Pre-release

This patch release fixes an issue with playNote() when options.time is not specified. This is an alpha version intended for testing only. Do not use this version in production! Version 3.x introduces MANY changes from v2.5.x. It should be mostly compatible but some breaking changes were introduced.