CHANGELOG.md in glimmer-dsl-tk-0.0.14 vs CHANGELOG.md in glimmer-dsl-tk-0.0.15

- old
+ new

@@ -1,6 +1,23 @@ # Change Log +## 0.0.15 + +- Update Hello, Button! to demo all button attributes +- Support `button` `image` attribute (accepting image arguments: `subsample`, `zoom`, `from`, `to`, `shrink`, `compositingrule` to automatically process image) +- Update `root` `iconphoto` support to accept image arguments: `subsample`, `zoom`, `from`, `to`, `shrink`, `compositingrule` to automatically process image +- Support `button` `compound` attribute (`'center', 'top', 'bottom', 'left', 'right'`) +- Support `button` `default` attribute (`'active'` or `'normal'`) + +## 0.0.14 + +- Hello, Button! + +## 0.0.13 + +- Hello, Message Box! +- Support `message_box` + ## 0.0.12 - Upgrade to glimmer 2.3.0 - Support Shine syntax for data-binding - Update all data-binding samples to use Shine syntax for data-binding