scenic v0.10.3 Release Notes

    • ๐Ÿ›  Fix bug allowing handle_continue to be overridden by scene. Thank you @lmarlow
    • ๐Ÿ›  Fix bug where font in a style map wasn't being honored during graph build
    • Add group_spec_r to primitives.ex. Thank you @nyaray
    • ๐Ÿ“š Numerous documentation fixes by @grahamhay
    • โœ… Clean up warnings, timing issues in test
    • ๐Ÿ›  Fix compiler options for ARM. PR #198 Thank you Justin! @mobileoverlord
    • ๐Ÿ›  Fix examples in docs. PR #196. Thank you @nschulzke
    • โž• Add :name option to components. PR #185. Thank you @tiger808