Skip to content

v1.0.21

Latest
Compare
Choose a tag to compare
@comhar comhar released this 27 May 15:42
· 8 commits to main since this release

New Features

  • 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