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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@
6
6
7
7
### Updates
8
8
9
+
* Container.setInteractive can now be called without any arguments as long as you have called Container.setSize first (thanks rex)
10
+
9
11
### Bug Fixes
10
12
11
13
* PluginManager.destroy didn't reference the plugin correctly, throwing an Uncaught TypeError if you tried to destroy a game instance. Fix #3668 (thanks @Telokis)
14
+
* If a Container and its child were both input enabled they will now be sorted correctly in the InputPlugin (thanks rex)
0 commit comments