CHANGELOG.md in glimmer-dsl-tk-0.0.24 vs CHANGELOG.md in glimmer-dsl-tk-0.0.25
- old
+ new
@@ -1,6 +1,17 @@
# Change Log
+## 0.0.25
+
+- Elaborate, Meta-Sample
+- Hello, Spinbox!
+- Support `spinbox` `command {}` and `on('increment') {}` / `on('decrement') {}`
+- Support `spinbox` `format` attribute (e.g. `format '%0.2f'`
+- Make `grid sticky: 'nsew', column_weight: 1` the default for all widgets (column weight is only applied to the first widget in a series of siblings)
+- Support `text` widget with `text` attribute/data-binding just like `entry`
+- Set `background '#ececec' if OS.mac?` on `root` by default
+- Support `'modified'`/`'selected'` event bindings for `text` widget
+
## 0.0.24
- Hello, Entry!
- Update `entry` data-binding logic to trace 'write' changes to `entry` `textvariable` as that is more correct than monitoring `validatecommand`
- Support `entry` `validate` (alias for `validatecommand`), `invalid` (alias for `invalidcommand`), and `change` event bindings