glimmer-dsl-libui 0.3.2 → 0.3.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: 2ed68bb2e66a4360184bea96a6fcfdfc4a13bdab5bb18861c536250b2e877a84
4
- data.tar.gz: 5d17577d31c8d1ad76f7e1c05acfbfb92c02ba70371a25907ebce882a177a2d0
3
+ metadata.gz: 2210fdb10cbd7cc9cf2c32801f90497e4b2017a0bc2e1b7e07e101b858475cb6
4
+ data.tar.gz: 32455357fd8a67d860149daab6434b7a33e955eeb5f7551dd23071a4f8ce139d
5
5
  SHA512:
6
- metadata.gz: 119b53a76cfe2c401087e8199b2625e527241911d04b6952ff161eae743e18dce8a7e4ea05ade7cb5ecb4753db8b48d7df7e5a52c09eb21e5eee186d1bccd833
7
- data.tar.gz: 5236ce0bd94c52a1d25ea60587221e6ec8fe352f8a3e7e6abe48980b430fd1002256dd1b85ece3c6c6300a77955156e82445be58767197747fa1b82073b080e4
6
+ metadata.gz: 43d0fb73ca06474723dfe371c8da6c22016f2db46a111467e27bca21494bd1af55ecb9160a2fc2414324517f83b4bb78c00bbdd3a4e13e836707e67be7c81002
7
+ data.tar.gz: 959439c28a1bbaccdeb5d5489ad8259bb6efc4f374b4b05f4148f611fb2fdde115e5fc4a2ad1e08294a7db21d99d470a9fdd2701ae48e94bbe4a29e1b51f4158
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.3.3
4
+
5
+ - Support nesting shapes directly under `area` to represent paths having one shape, and nesting `fill`/`stroke` within the shapes (not `path`)
6
+ - Simplify examples/area_gallery.rb (all versions) by nesting shapes directly under `area`
7
+ - Simplify examples/basic_transform.rb by nesting shapes directly under `area` (and provide original version as 2nd version)
8
+ - Simplify examples/color_the_circles.rb by nesting shapes directly under `area`
9
+ - Simplify examples/dynamic_area.rb (all versions) by nesting shapes directly under `area`
10
+ - Simplify examples/histogram.rb (all versions) by nesting shapes directly under `area`
11
+ - Simplify examples/tetris.rb by nesting shapes directly under `area`
12
+ - Simplify examples/tic_tac_toe.rb by nesting shapes directly under `area`
13
+ - Simplify examples/snake.rb by nesting shapes directly under `area`
14
+ - Add a second tab to examples/meta_example.rb to fit more examples
15
+ - Upgrade glimmer to 2.5.0
16
+ - Fix issue in examples/tic_tac_toe.rb permitting change of symbol in marked area
17
+ - Update Style Guide and add an example for each bullet point
18
+
3
19
  ## 0.3.2
4
20
 
5
21
  - Fix issue with attempting to free `image` as an object from memory by mistake when used as a control (not an object for `table`)