All Versions
203
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v4.20.13.10 Changes
- Update Glimmer Style Guide, scaffolding, and samples to have
before_bodyandafter_bodyin custom widgets/shells/shapes always take ado; endblock since they contain logic not visuals
- Update Glimmer Style Guide, scaffolding, and samples to have
-
v4.20.13.1 Changes
- ๐ Supporting having a
drag_sourcethat is dragged and not dropped at a target go back to its original position - ๐ Fix issue of dragged shape getting obscured by ensuring that it is rendered on top of all other shapes
- ๐ Fix issue with shapes obscured by shapes on top of them getting preference when dragged (surprising behavior). Now, the top-most shapes get dragged first if they overlap with others.
- ๐ Supporting having a
-
v4.20.13.0 Changes
- Shape
drag_and_move trueproperty to make shapes movable via dragging - Shape
drag_source trueandon_drop {|event| }built-in support for drag and drop - ๐จ Refactor Hello, Canvas Drag and Drop! to use new Shape built-in support for drag and drop
- Shape
-
v4.20.12.4 Changes
- โก๏ธ Update Hello, Shape! to take advantage of shape listeners (on mouse click, change color)
-
v4.20.12.3 Changes
- ๐ Make Custom Shapes support on_event listeners just like Shapes
- โก๏ธ Update Hello, Custom Shape! to take advantage of custom shape listeners (on mouse click, change color)
-
v4.20.12.2 Changes
- ๐ Make Shape listeners check inclusion against all sub-shapes
- ๐จ Refactor Hello, Canvas Drag & Drop! sample to use composite shapes (e.g. ball containing a ball border)
-
v4.20.12.1 Changes
- Hello, Canvas Drag & Drop! sample
-
v4.20.12.0 Changes
- Canvas Shape Listeners: on_mouse_up, on_mouse_down, on_mouse_move, on_drag_detected
- ๐ Make scaffolding not generate an empty () after shell
- Hello, Canvas Shape Listeners! Sample
-
v4.20.11.1 Changes
- ๐ฆ Make scaffolded app project use bundler optionally only and still load glimmer-dsl-swt otherwise, like in gem-packaged mode (
glimmer package:gem) to avoid erroring out about bundler.
- ๐ฆ Make scaffolded app project use bundler optionally only and still load glimmer-dsl-swt otherwise, like in gem-packaged mode (
-
v4.20.11.0 Changes
- Shape
#center_x/#center_ymethods to identify a shape's center point - Shape
#rotatemethod to rotate around center point
- Shape