glimmer-dsl-libui 0.4.2 → 0.4.3

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: 9b5839a358a532ac1bef6daae1352c655beb83586ebaec5310f9ea585560bce2
4
- data.tar.gz: c624d4787132b6d35e91432b551866515f1d99a29882c4395275752bed58bbf5
3
+ metadata.gz: '05618c68efbc037c1da16b8644529316d97a8e8d3ac6dba4df8d74eb64264809'
4
+ data.tar.gz: e2b56cf6d20fdd6091d3e2701b731ba34f770d63aaaf1c2eb5ba2f88c75fa914
5
5
  SHA512:
6
- metadata.gz: 5637badd742ecea707c0e0b976f616f99175ff16cd15302d5f9ab5ce8d5beab1684582d061299454599926c9028ec01ec3767e0313f3ed1cb24575c36eb4eee6
7
- data.tar.gz: 63ffa8f18c75c6aea32e9a9302b3203bd03e011d342d5320d2023709e6dbd949dda89a9afdc282fb53580ddbcce7d2022a0bb484df55f854ab9e100920ed5384
6
+ metadata.gz: 7c62fb459566fc5c0dd428696809ae1a451e64beec43aa0fcc4c577ec976797000b7cef484bb6614f7019441de197bac75e5ed6ffeb6b8cae500b6db60e3e964
7
+ data.tar.gz: 702b6218d118543c7dbdfa825452dd59f469d0f9cd0aa8bbded05d04d44479c2bfb0e89d9cddce710052239c92d9f4efd932eab45f3acbf9ca627ec654786427
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.4.3
4
+
5
+ - Support `entry` `text` bidirectional data-binding
6
+ - Support `search_entry` `text` property bidirectional data-binding (with `<=>` sign)
7
+ - Support `multiline_entry` `text` property bidirectional data-binding (with `<=>` sign)
8
+ - Support `non_wrapping_multiline_entry` `text` property bidirectional data-binding (with `<=>` sign)
9
+ - Improve examples/basic_entry.rb with bidirectional data-binding for `entry` `text`
10
+ - Improve examples/form.rb with bidirectional data-binding for `entry` `text`
11
+ - Improve examples/form_table.rb with bidirectional data-binding for `entry` `text`
12
+ - Improve examples/login.rb with bidirectional data-binding for `entry` `text`
13
+ - Improve examples/method_based_custom_keyword.rb with bidirectional data-binding for `entry` `text`
14
+ - Improve examples/meta_example.rb with bidirectional data-binding for `non_wrapping_multiline_entry` `text`
15
+
3
16
  ## 0.4.2
4
17
 
5
18
  - examples/button_counter.rb (takes advantage of unidirectional data-binding)