Release date: Mar 4, 2021
Features
- If you're in the Streamlit for Teams beta, we made a few updates to how secrets work. Check the beta docs for more info!
- Dataframes now displays timezones for all DateTime and Time columns, and shows the time with the timezone applied, rather than in UTC
Notable Bug Fixes
- Various improvement to column alignment in
st.beta_columns
- Removed the long-deprecated
format
param fromst.image
, and replaced withoutput_format
.