CHANGELOG.md in glimmer-dsl-libui-0.4.11 vs CHANGELOG.md in glimmer-dsl-libui-0.4.12

- old
+ new

@@ -1,6 +1,16 @@ # Change Log +## 0.4.12 + +- Support `table` data-binding to model rows when utilizing dual-columns or triple-columns (e.g. columns having color and/or a checkbox in addition to text) +- Support passing `table` `image`/`image_text` `cell_rows` `image` data as file path/image args directly (without using `image` keyword) +- Add examples/basic_table_color.rb version that data-binds to model rows instead of raw data +- Simplify examples/basic_table_color.rb to pass image data as file-path/width/height arguments directly +- Simplify examples/basic_table_image.rb to pass image data as file url directly +- Simplify examples/basic_table_image_text.rb to pass image data as file url directly +- Fix issue with hex color support for colors starting with `'#'` + ## 0.4.11 - Support `table` `cell_rows` explicit bidirectional data-binding (with `<=>` sign) - Support `table` `cell_rows` explicit bidirectional data-binding with model-based rows (not `Array`s of column cells) by expecting model attributes to match underscored column names - Support specifying `column_attributes` as `Hash` map (e.g. `{'State/Province' => :state}`) in `table` `cell_rows` explicit bidirectional data-binding with model-based rows (not `Array`s of column cells)