Release date: February 4, 2021
Notable Changes
- 🎨
st.color_picker
is now out of beta. This means the old beta_color_picker function, which was marked as deprecated for the past 3 months, has now been replaced with color_picker. - 🐍 Display a warning when a Streamlit script is run directly as
python script.py
. st.image
'suse_column_width
now defaults to anauto
option which will resize the image to the column width if the image exceeds the column width.- ✂️ Fixed bugs (2437 and 2247) with content getting cut off within a
st.beta_expander
- 📜 Fixed a bug in
st.dataframe
where the scrollbar overlapped with the contents in the last column. - 💾 Fixed a bug for
st.file_uploader
where file data returned was not the most recently uploaded file. - ➕ Fixed bugs (2086 and 2556) where some LaTeX commands were not rendering correctly.