Highlights
- ✂️ Introducing
st.experimental_data_editor
, a widget that allows you to edit DataFrames and many other data structures in a table-like UI. Read more in our documentation and blog post.
Other Changes
- ✨ Streamlit’s GitHub README got a new look (#6016).
- 🌚 Improved readability of styled dataframe cells in dark mode (#6060, #6098).
- 🐛 Bug fix: make apps work again in the latest versions of Safari, and in Chrome with third-party cookies blocked (#6092, #6094, #6087, #6100).
- 🐞 Bug fix: refer to new cache primitives in the “Clear cache” dialog and error messages (#6082, #6128).
- 🐝 Bug fix: properly cache class member functions and instance methods (#6109, #6114).
- 🐜 Bug fix: regression in
st.metric
tooltip position (#6093, #6129). - 🪲 Bug fix: allow fullscreen button to show for dataframes, charts, etc, in expander (#6083, #6148).