CHANGELOG.md in glimmer-dsl-libui-0.6.2 vs CHANGELOG.md in glimmer-dsl-libui-0.7.0

- old
+ new

@@ -1,6 +1,15 @@ # Change Log +## 0.7.0 + +- Upgrade to libui v0.1.2.pre (including newer libui-ng with table selection API) +- `table` `on_row_clicked`, `on_row_double_clicked`, and `on_selection_changed` listeners +- `table` `selection` property (including `selection=` attribute writer) +- `table` `selection_mode` property supporting values: `:zero_or_many` , `:none` , `:zero_or_one` , and `:one` +- Support `radio_buttons` `selected` value of `nil`, treating as `-1` to clear selected radio button. +- `examples/basic_table_selection.rb` + ## 0.6.2 - Fix issue with `examples/lazy_table.rb` not working in Windows due to error: block in `apply_windows_fix`: undefined method `<<` for `#:each`> (`NoMethodError`) `@cell_rows << new_row` ## 0.6.1