Release v0.14.2
This release includes several changes from external contributors. Thanks @yesitsfebreeze and @ghtalpo!
What's Changed
- [electron] Add
ceramic electron project
command draft to generate an electron app project from web export - [spine] Update spine-hx with a fix for C#/Unity target
- [runtime] Add
GeometryUtils.squareDistance()
- [runtime] When destroying a visual, explicitly mark it as computed not visible (could prevent some edge case from happening)
- [runtime] Implement Controller Rumble by @yesitsfebreeze in #93
- [runtime] Add clear to persistent data by @yesitsfebreeze in #95
- [runtime] Allow relative/subfolder font paths by @yesitsfebreeze in #98
- [runtime] Add unbind methods to InputMap by @yesitsfebreeze in #96
- [sprite] Add addGridAnimation overload in SpriteSheet by @ghtalpo in #97
New Contributors
- @yesitsfebreeze made their first contribution in #93
- @ghtalpo made their first contribution in #97
Full Changelog: v0.14.1...v0.14.2