Skip to content

v0.3.0

Choose a tag to compare

@cyanChill cyanChill released this 03 Mar 19:30
· 13 commits to main since this release

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 GlyphToy module with the following exports:
    • setUpToy -> GlyphToy.connect()
    • onCleanUp -> GlyphToy.disconnect()
    • setMatrixArtwork -> GlyphToy.setMatrixArtwork()

⚡ Changes

  • Allow GlyphToy.setMatrixArtwork() to accept null as a parameter.

🛠️ Fixes

  • Types on exported event listeners in GlyphButton module.