
21 Jun
2024
21 Jun
'24
9:04 p.m.
Glimmer DSL for Web 0.2.8 (Ruby in the Browser Web Frontend Framework) has been released. GitHub Project : https://github.com/AndyObtiva/glimmer-dsl-web Ruby Gem : https://rubygems.org/gems/glimmer-dsl-web # Change Log ## 0.2.8 - Support Content Data-Binding to multiple model attributes via `computed_by` option (e.g. `content(@game, :scale, computed_by: [:width, :height])` or `content(@game, computed_by: [:scale, :width, :height])` will re-render content on changes to `:scale`, `:width`, or `:height`)