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
Refactored the Widget class to make its properties and events abstract so they can be implemented by both basic widgets as well as components. This eliminates the disconnect in behavior between components and basic widgets. So now using those basic events and properties on components will automatically be applied to the root widget of that component.
Enable the @assetsRoute modifier to be used to specify two paths in the file system, one for the source path of the resources and the other to be used when an executable is built for the project.
Refactored server control and build functions to reduce confusion and eliminate dependence on global variables, and to also expose UI endpoints build function that is independent from server startup functions.