Skip to content

Zephyr 22.8.3

Compare
Choose a tag to compare
@OttCS OttCS released this 03 Aug 04:58
· 198 commits to main since this release

The monthly stable release is out! For august, I've tackled issues pertaining to the key trackers, specifically:

#13: Making input sources optional
Added useMouseListener() and useKeyListener(), for tenabling only the required functionality

#19: Usable Key Names
For keyboards, event.code is way more usable (and actually gives access to the numpad and function keys). Documentation can explain this for users of Zephyr.

Poor Performance of Key and Mouse Trackers
The storage method used for keyboard/mouse data is a very efficient system for memory and runtime. However, the previously used method for getting the stored data was a) heavily bugged and b) quite slow. Changes have been made to individually optimize both the key and mouse data retrieval.


In other news:

Release Schedule Update: Going forward, the stable release will be updated to be on par with the latest nightly version at the start of each month, and a new release will be made through Github.


Bundle.zip contains the stable 22.8.3 version of Zephyr as well as the PixiJS v6.5.1 min.js and min.js.map.