Version 0.68.0
New Features
- ⌗ Introducing new layout options for Streamlit! Move aside, vertical layout. Make a little space for… horizontal layout! Check out our blog post on our new blog.
- File uploader redesigned with new functionality for multiple files uploads and better support for working with uploaded files. This may cause breaking changes. Please see the new api in our documentation
Notable Changes
-
st.balloon
has gotten a facelift with nicer balloons and smoother animations. -
Breaking Change: Following the deprecation of
st.deck_gl_chart
in
January 2020, we have now removed the API completely. Please use
st.pydeck_chart
instead. -
Breaking Change: Following the deprecation of
width
andheight
for
st.altair_chart
,st.graphviz_chart
,st.plotly_chart
, and
st.vega_lite_chart
in January 2020, we have now removed the args completely. Please set the width and height in the respective charting library.
For a sneak peek
Check out our release demo or video walkthrough to see the new features in action
One more major update - the release of Streamlit sharing is just around the corner . We’ll be opening up invitations to Streamlit’s new (and free!) sharing platform very soon, so make sure to sign up for your invite.
Special Thanks
Thanks to our contributors abhinand5, cdeil and domoritz for all the help!