[ruby-talk:444539] [ANN] glimmer-dsl-web 0.4.3 Released

Glimmer DSL for Web (Ruby-in-the-Browser Web Frontend Framework) version
0.4.3 was released with support for an important new feature called Element
Class Name Inclusion Data-Binding. It simplifies including classes in
elements by relying on boolean values of model attributes. Also, the Todo
MVC sample had a bug fix and was refactored to use the new feature above in
addition to Element Inline Style Data-Binding.

GitHub: GitHub - AndyObtiva/glimmer-dsl-web: Glimmer DSL for Web (Ruby-in-the-Browser Web Frontend Framework)

RubyGem: glimmer-dsl-web | RubyGems.org | your community gem host

# Change Log

## 0.4.3

- Support element class name inclusion data-binding (e.g.
`class_name('pushed') <= [@button_model, :pushed]`)
- Refactor Todo MVC sample to simplify and utilize new element inline style
data-binding and element class name inclusion data-binding features
- Fix issue with component removal removing its style element even if other
instances of the same component still exist (this was breaking TodoMVC when
clearly Todo items)