Glimmer v0.7.1 Release Notes

Release Date: 2020-05-11 // almost 4 years ago
    • ๐Ÿ›  Fix crash issue with data-binding widget properties that are not supported in both directions
    • ๐Ÿ›  Fix issue with scaffolding gems not having the right name
    • ๐Ÿ›  Fix display of rdoc gem message on every glimmer app run
    • ๐Ÿ›  Fix issues in closing a shell in girb
    • ๐Ÿ›  Fix issue with Glimmer not clearing DSL Engine parent stacks when DSL interpretation raises exception
    • ๐Ÿ›  Fix freezing issue upon logging observables and raising observable errors by overriding inspect on Observable to avoid printing nested tree of observers
    • โž• Added validation for shell widget parentage (accepting a shell or nil) in shell expression
    • ๐Ÿ‘Œ Support bidirectional data-binding of menu item selection (e.g. radio menu item)
    • ๐Ÿ‘‰ Make shell auto-activate on show with 0.25 delay