glimmer-dsl-libui 0.4.4 → 0.4.5

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: 6e66ca998dc3b30b4a9ef856b9d23f4359d9b24a4f1a1805760b5912c675310f
4
- data.tar.gz: 1e464fd9986e1516709e919c3aba9307b90dc0498c1f478050f5cfc54b3ca377
3
+ metadata.gz: dcc9fbfe0fec2f6678f0515a8471c71fef28e7e8ae7a253bf1d8906aa7b69c11
4
+ data.tar.gz: 836911f22535571d796e759d20256e380e6dc3692cfd08ca13a62e053fea14ce
5
5
  SHA512:
6
- metadata.gz: ab5d10582f486b129c531aa7472f05e342c5d823d81bec4531dea8996328b916d8eb4e12c49763f28c720e76a9d64feda23b607bca6a748ba0506d4f974e6c1c
7
- data.tar.gz: 910c1fd367831c3cb91c3a1a1a37c040ae0cac00cf259a08007625d3bbd8adc39cab8809bc5a8820d700ef925d525372370fc035d1c5c5461b9aae21f759bd4e
6
+ metadata.gz: 5378fe7b1ee1c147705b5a97ff8414cdefcc22fb7720a388b9a8de6694ec128a4bbd2d4ba535b4c6bba5e7373f98ab32264f96bfd448deb7a00b6c07aefe4c42
7
+ data.tar.gz: cf83d73acf39d2be2bc16544b12466eefd38e76d37b595e9ff623c487a3296c27b1880560da7b067ea1c85b4fd28d1fd22dc9ea6a9ea1b5bc354536ccd38de0c
data/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.4.5
4
+
5
+ - Support `spinbox` `value` bidirectional data-binding (with `<=>` sign)
6
+ - Improve examples/dynamic_area.rb with bidirectional data-binding for `spinbox` `value`
7
+ - Improve examples/histogram.rb with bidirectional data-binding for `spinbox` `value`
8
+ - Improve examples/timer.rb with bidirectional data-binding for `spinbox` `value`
9
+
3
10
  ## 0.4.4
4
11
 
5
12
  - Fix issue with data-binding shapes and attributed strings, which broke Snake and Tic Tac Toe examples
6
13
 
7
14
  ## 0.4.3
8
15
 
9
- - Support `entry` `text` bidirectional data-binding
16
+ - Support `entry` `text` bidirectional data-binding (with `<=>` sign)
10
17
  - Support `search_entry` `text` property bidirectional data-binding (with `<=>` sign)
11
18
  - Support `multiline_entry` `text` property bidirectional data-binding (with `<=>` sign)
12
19
  - Support `non_wrapping_multiline_entry` `text` property bidirectional data-binding (with `<=>` sign)