glimmer-dsl-libui 0.3.5 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43de106828bf48e1f04b2257f20ffb4248d5b65401accade19826fdf7cb851af
4
- data.tar.gz: 0247ccd9451013b36972f44e9512337f8a1b275536a8dfc047534c0320720e69
3
+ metadata.gz: 7787d307fad4098e8f050a94c6477e9fca1f6cc8a2af4f2c16126a0a118dbc59
4
+ data.tar.gz: 0cc3d91a91ec96fa4bfecebef3829f4dc384f51aae7a81157385812d1aac2e8b
5
5
  SHA512:
6
- metadata.gz: c429f9ca63a7a4d0e236d9299ca9810454091865e2a22395aa6fe1aaeb0b3637a61fa6bf368f830c60098fe697ee8b54dba68db67ab0593e3d58f7420ffa9503
7
- data.tar.gz: 11f519d6473637baa392f65478f86e60c6643bf782738bd680a35739cf94b236f981c349c60451ac69b2531ed51f1b9b88b0c326a065ac71b608c16f7095d9d1
6
+ metadata.gz: 89d886d203a00b83b7a1b5640dfb83f256b6514586b254bb4b00157c88df29acaa80b30194909f62858d6c79eba1782a7d4deda143d5406bd5048899f3d9835c
7
+ data.tar.gz: c94709151900aac23b7148422ee96d484413437b57a78aca7ece2948b6a48a3db3cca7c64827ade37037f9d4af27cce0e6f0bf0a2498358afd07a279595dec12
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.4.0
4
+
5
+ - Upgrade to LibUI 0.0.13
6
+ - Support general control/shape/attributed_string property unidirectional data-binding (with `<=` sign or `<=>`)
7
+ - Support `observe` DSL keyword for simple model observation outside of GUI (e.g. `observe(model, attribute) { do_something }` )
8
+ - Simplify examples/snake.rb with data-binding
9
+ - Simplify examples/tic_tac_toe.rb with data-binding
10
+ - Fix issue with `Shape#redraw` method calling `AreaProxy#auto_redraw` instead of `AreaProxy#redraw`
11
+
3
12
  ## 0.3.5
4
13
 
5
14
  - Fixed Area Gallery example (all versions) after a recent refactoring broke it