CHANGELOG.md in glimmer-dsl-libui-0.2.8 vs CHANGELOG.md in glimmer-dsl-libui-0.2.9

- old
+ new

@@ -1,6 +1,11 @@ # Change Log +## 0.2.9 + +- Upgrade to glimmer 2.3.0 +- Use glimmer 2.3.0 to support automatic table row change when performing a direct deep row/column update in `cell_rows` (e.g. `data[3][0] = 'new value'`) as opposed to a general shallow row update (e.g. `data[3] = ['new value', 'other new value']` <- already supported) + ## 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