Streamlit 1.61.0

1.61.0
Added 7
  • Add lazy loading for st.dataframe
  • Add icon parameter to st.metric
  • Add background refresh for st.cache_data and st.cache_resource
  • Add WebSocket Host allow-list
  • Add seconds granularity and format for hour cycle to st.time_input
  • Infer download_button file_name and mime from file object name
  • Enforce disabled widget parameter server-side
Changed 2
  • Improve form support and enter to submit to st.time_input
  • Improve tag accessibility in st.multiselect
Fixed 10
  • Fix popover in sidebar rendered off-screen
  • Fix escape key now clears typed search query in st.selectbox
  • Fix AppTest sys.path handling for script paths
  • Clear stale AppTest elements on rerun
  • Fix st.selectbox fuzzy search only matches contiguous substrings since 1.59.0
  • Fix commit open data_editor cell edit on outside click
Removed 1
  • Remove deprecated use_column_width parameter from st.image
Deprecated 1
  • Deprecate string file paths in st.html and st.iframe in favour of pathlib.Path
What's Changed
Breaking Changes 🛠
New Features 🎉
Bug Fixes 🐛
Other Changes
New Contributors

Full Changelog: https://github.com/streamlit/streamlit/compare/1.60.0...1.61.0

View original

Upgraded? How did it go?

Discussion