You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/upgrading_to_v0.11.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ This guide is a good first pass. If you see things that need improving, please c
28
28
* The `:clear_color` style (which was always weird) is gone. You can now set a theme on the viewport (in config), which sets the background color.
29
29
* The SceneRef primitive is gone, and replaced with a combination of Component and Script primitives.
30
30
* The `:font_blur` primitive is gone. Sorry. Didn't have a close enough analog in Canvas
31
+
* Input events are no longer implicitly requested for a scene. You can explicitly request the input events you want using `Scene.request_input/2` or `Scene.capture_input/2`
31
32
* The format of the input messages have changed - see the docs
32
33
* The optional styles on some of the standard components (Button) have changed to be more consistent with the standard styles. See documentation.
0 commit comments