CHANGELOG.md in glimmer-dsl-libui-0.0.15 vs CHANGELOG.md in glimmer-dsl-libui-0.0.16
- old
+ new
@@ -1,6 +1,15 @@
# Change Log
+## 0.0.16
+
+- Support ability to instantiate without args and set args as properties afterwards inside block (e.g. `window { title 'Greeter'; content_size 300, 400; button {text 'Greet'; on_clicked {puts 'Hi'}} }`)
+ - window (was supported before, but changed default title to empty string)
+ - button
+ - checkbox
+ - group
+ - label
+
## 0.0.15
- New examples/form.rb
- Support `form` control and child attributes of `stretchy` and `label`
- Smart defaults for `form` child attributes `stretchy` (`true`) and `label` (`''`)