CHANGELOG.md in glimmer-dsl-libui-0.2.7 vs CHANGELOG.md in glimmer-dsl-libui-0.2.8
- old
+ new
@@ -1,6 +1,12 @@
# Change Log
+## 0.2.8
+
+- Support `table` `on_changed` listener to report all changes (of operation type `:deleted`, `:changed`, `:inserted`)
+- Support `table` `on_edited` listener to report changes happening through direct table editing only
+- Default value of `text` `width` argument looks into x and adjusts by leaving the same space on the right side
+
## 0.2.7
- New examples/basic_table_color.rb
- Support `background_color_column` for `table`
- Support `text_color_column` for `table`