Notable Changes
-
Widgets can customize how to hide their labels with the
label_visibility
parameter. -
st.map
adds zoom buttons to the map by default. - ↔️
st.dataframe
supports theuse_container_width
parameter to stretch across the full container width. -
Improvements to
st.dataframe
sizing: Column width calculation respects column headers, supports double click between column headers to autosize, better fullscreen support, and fixes the issue with thewidth
parameter.
Other Changes
-
st.time_input
allows for keyboard-only input (#5194). -
st.experimental_memo
will warn the user when usingttl
andpersist
keyword argument together (#5032). -
st.number_input
returns consistent type after rerun (#5359). -
st.sidebar
UI fixes including a fix for scrollbars in Firefox browsers (#5157, #5324). - Improvements to usage metrics to guide API development.
- More type hints! (#5191, #5192, #5242, #5243, #5244, #5245, #5246) Thanks harahu!