CHANGELOG.md in glimmer-dsl-libui-0.12.1 vs CHANGELOG.md in glimmer-dsl-libui-0.12.2

- old
+ new

@@ -1,6 +1,18 @@ # Change Log +## 0.12.2 + +- New `code_entry` control [ALPHA/EXPERIMENTAL/INCOMPLETE/UNSTABLE] (similar to `code_area`, but with code editing functionality). +- New examples/basic_code_entry.rb +- Update examples/basic_code_area.rb to have padding inside the `code_area` and no window padding anymore +- Have `code_area` handle italic syntax highlighting styles +- Support `code_area` `font_family` and `font_size` options +- Controls prepend `Parent` mixin to keep track of their children via `children` attribute +- tab_item always generates a vertical_box root container (root_proxy) before adding its child content within it (also, it does not generate a horizontal_box anymore by default if it had no content to start, yet a vertical_box all the time) +- Upgrade to glimmer 2.7.9 +- Fix issue in `code_area` not recognizing indentation + ## 0.12.1 - Fix issue with getting error "superclass mismatch for class Array" when `concurrent-ruby` is included in a desktop applications as it is required to load `concurrent-ruby` before `glimmer`, so now `glimmer-dsl-libui` will attempt loading `concurrent-ruby` if available or default to old behavior otherwise. ## 0.12.0