Release date: Sep 22, 2021
Highlights
- 💰 Introducing
st.experimental_memo
andexperimental_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