pypi streamlit 1.26.0

latest releases: 1.38.0, 1.37.1, 1.37.0...
13 months ago

What's Changed

Highlights

  • 🤖 Introducing st.status to display output from long-running processes and external API calls. Works great with st.chat_message! See our documentation for how to use this feature.
  • 🚥 Introducing st.toggle — an alternative to st.checkbox when you need an on/off switch.

Notable Changes

Other Changes

  • 🍞 Bug fix: Toast messages are no longer blocked by st.chat_input (#7204, #7115).
  • 🕸️ Bug fix: Widget IDs are now stable to prevent inconsistent statefulness (#7003).
  • 🦟 Bug fix: Browser autofill is correctly recognized within forms now (#7150, #7101, #7084).
  • 🪱 Bug fix: st.file_uploader no longer causes session state to reset when a websocket connection is dropped and reconnected (#7149, #7025).
  • 🏎️ Bug fix: Pydeck JSON data is cached for improved performance (#7113, #5532).
  • 🦋 Bug fix: st.chat_input no longer submits prematurely while typing with an input method editor (#6993).
  • 🐞 Bug fix: Label backgrounds for st.tabs are now transparent (#7070, #5707).
  • 🐝 Bug fix: Page width is no longer ignored when using the help parameter in st.button (#7033, #6161).
  • 🐜 Bug fix: Tweaked Altair color specification for improved visibility in dark mode (#7061, #3343).
  • 🪲 Bug fix: st.chat_message can correctly use local images as avatars (#7130).
  • 🐛 Bug fix: Specified that MD5 is not used for security (#7122, #7120).
  • 🪄 Bug fix: Async function docstrings are ignored by Streamlit magic (#7143, #7137).

New Contributors

Full Changelog: 1.25.0...1.26.0

Don't miss a new streamlit release

NewReleases is sending notifications on new releases.