v0.3.0
Caution
This is highly experimental and probably doesn't work. Look at the README for instructions on how the toy should work and how to test it out via the demo app.
I currently don't know if the interactions with the button works along with other edge cases (ie: we cycle through the toys, land back on this one, and then try the actions).
API adjustments since v0.2.2.
❗ Breaking Changes
- New
GlyphToymodule with the following exports:setUpToy->GlyphToy.connect()onCleanUp->GlyphToy.disconnect()setMatrixArtwork->GlyphToy.setMatrixArtwork()
⚡ Changes
- Allow
GlyphToy.setMatrixArtwork()to acceptnullas a parameter.
🛠️ Fixes
- Types on exported event listeners in
GlyphButtonmodule.