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
The new ApexChart component can create line charts, pie charts and more. (#110), thanks to @ndendic
Toasts now disappear automatically after 5 seconds. You can adjust the duration by using the dur field (e.g. Toast('My Toast', dur=10.0)). (#109), thanks to @comhar
Breaking Change
Katex is no longer included in the default headers. To include it set katex=True when calling .headers. (i.e. Theme.slate.headers(katex=True)). (#105), thanks to @comhar