glimmer-dsl-libui 0.5.5 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 186c49fc28b9767289f398563e727a564aec12ccadee63ef1ef8b8337b186c34
4
- data.tar.gz: 45b1ea94ca10b26f52146270c40cd4cf43567ff8142aecda6b1f46c528418882
3
+ metadata.gz: d99fb74f5b4aa47cf07f00cf6afb426a66cbac0947d1e854c859703b9158d635
4
+ data.tar.gz: 75a27219914e19011e47051b60312e11ac83980d98e18fcb387ea84bfbfb6dd5
5
5
  SHA512:
6
- metadata.gz: 253f2335dc985e7e25481f27fb78d78b9ce2a77b1c86cbd513c1e3d289d6204155e72512cbb72994329d905e4906bdf7905e3e070487d19c22605092ce249a70
7
- data.tar.gz: 33633220d46d61a1428c9e0cfad06ea6a0706a44bc537006802f4f24210bbb415a04c7332c4f7fd020e1fb68adce28edf81946ea88eb4652a44fce847725c5fe
6
+ metadata.gz: bf483f831272a8d2443a1b932ab2e25043377d3c349a6dbd1810055ed87b6b8409b78e74e7e8d938dda8945108258dd692626dcc2f859d8309066c7e6c1ef058
7
+ data.tar.gz: 94d01b95cab06dbab277fdd1e2478b5f49c635e07c0702fb51e3726594de6a76a55d3d15185abeed8064ab12cec9bd16bbee5f1aa131ebae9c6e22d5401c4584
data/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.5.8
4
+
5
+ - Support `code_area` class-based custom control as a code-syntax-highlighted `area` control using the `rouge` gem
6
+ - `examples/basic_code_area.rb`
7
+ - Handle hex colors that have a 3-digit shorthand
8
+ - Stop annoying false negative logs when using `Glimmer::LibUI::CustomWindow`
9
+
10
+ ## 0.5.7
11
+
12
+ - Support Custom Window keywords (aka Applications) using `Glimmer::LibUI::CustomWindow` or alias of `Glimmer::LibUI::Application`
13
+ - Refactor examples/class_based_custom_controls.rb to use `Glimmer::LibUI::Application` (alias: `Glimmer::LibUI::CustomWindow`)
14
+
15
+ ## 0.5.6
16
+
17
+ - Upgrade to glimmer 2.7.1 and document its support for keyed data-binding
18
+ - Support class-based custom controls
19
+ - examples/class_based_custom_controls.rb example
20
+ - Rename examples/method_based_custom_keyword.rb example to examples/method_based_custom_controls.rb
21
+
3
22
  ## 0.5.5
4
23
 
5
24
  - Upgrade to libui 0.0.15 (with official Mac ARM64 support)