CHANGELOG.md in glimmer-dsl-tk-0.0.26 vs CHANGELOG.md in glimmer-dsl-tk-0.0.27

- old
+ new

@@ -1,6 +1,14 @@ # Change Log +## 0.0.27 + +- Improve Hello, Text! (toolbar buttons: bold, italic, underline) +- Set correct `wrap 'word'` attribute for `text` widget in Hello, Text! +- Default `text` widget to `wrap = 'none'` +- Default `text` widget to `font = {family: 'Courier New'}` +- Fix issue with unbolding text in `text` widget when selecting multiple lines with an empty line + ## 0.0.26 - Ensure spinbox data-binding updates on text key changes (without incrementing/decrementing) - Optimize `text=` attribute setter on `text` widget when setting a text value that includes all previous text by having it not delete and reinsert, yet append instead. - Support font attribute for arbitrary fonts with terse syntax (`font 'times 12 bold'` not `font TkFont.new('times 12 bold')`)