Releases: djipco/webmidi
Release v3.0.18
- Update version number before building (68ee855)
Release v3.0.16
- Fixes a namespace collision that surfaced when TypeScript was used in Angular and React (#247)
Release v3.0.11
Minor release with improvements to events, particularly for TypeScript users.
Release v3.0.10
-
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
More improvements for TypeScript users
Release v3.0.8
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
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
Built on 2021-11-11T10:02:43-05:00
v2.5.3
Release v3.0.0-alpha.4
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.