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
* Added new function `addModuleWithLabel()` which takes an extra param `_label` that used for giving the customize label to the module for display purpose. #428
10
+
* Fixed `addModule` function to be backwards compatible and call the new `addModuleWithLabel` function with an empty label.
11
+
* Fixed event `ModuleAdded` to also emit `_label`.
12
+
* Fixed function `getModule` to also return the respective module label.
0 commit comments