Version 0.46.0
Release date: September 19, 2019
Highlights:
-
Magic commands! Use
st.write
without typingst.write
. See
https://streamlit.io/docs/api.html#magic-commands -
New
st.multiselect
widget. -
Fixed numerous install issues so now you can use
pip install streamlit
even in Conda! We’ve therefore deactivated our Conda repo. -
Multiple bug fixes and additional polish in preparation for our launch!
Breaking change:
-
HTML tags are now blacklisted in
st.write
/st.markdown
by default. More
information and a temporary work-around at:
https://github.com/streamlit/streamlit/issues/152