Skip to content

0.89.0

Compare
Choose a tag to compare
@kmcgrady kmcgrady released this 22 Sep 16:21
· 2024 commits to develop since this release

Release date: Sep 22, 2021

Highlights

  • 💰 Introducing st.experimental_memo and experimental_singleton, a new primitive for caching! See our blog post
  • 🍔 Streamlit allows developers to configure their hamburger menu to be more user-centric

Notable Changes

  • 💅 We updated our UI to a more polished look with a new font.
  • 🎨 We now support theme.base in the theme object when it's sent to custom components.
  • 🧠 We've modified session state to reset widgets if any of their arguments changed even if they provide a key.
    • Some widget behavior may have changed, but we believe this change makes the most sense. We have added a section to our documentation describing how they behave.

Other Changes

  • 🐞 Bug fixes: Support svgs from a URL (#3809) and that do not start with <svg> tag (#3789)