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
Improved widget handling, now use a dict to store components instead of parsing code.
Makes it possible to subscribe to events with expressions for the component.
Cache behaves like dict, e.g. cache['data'] = [1, 2, 3].
Support Ant theme to customize all Ant components, added in the App class.