Skip to content

v1.0.2

Compare
Choose a tag to compare
@RobertWHurst RobertWHurst released this 23 Jul 06:35
· 72 commits to master since this release

This release is an important one. It introduces a fix for Mac where the command key will not fire a keyup event. This is actually caused by a browser/os bug but I had fixed this before in KeyboardJS. This time I've fixed the issue in the browser bind layer so the library does not contain special browser specific logic. The other important change is it seems Parcel was corrupting the react and vue packages. I've since removed parcel and moved to vite and vitest. Things seem much better now.

I recommend upgrading to this release whenever you can. As always if you run into any issues please report them.
It is only a patch release as non of these changes change the interface of the library.

Special thanks to @colinsullivan for finding an issue with self releasing keys, and @NinjaNas for reporting an issue with the react package.