Notable Changes
-
Widgets can customize how to hide their labels with the label_visibilityparameter. -
st.mapadds zoom buttons to the map by default. - ↔️
st.dataframesupports theuse_container_widthparameter to stretch across the full container width. -
Improvements to st.dataframesizing: Column width calculation respects column headers, supports double click between column headers to autosize, better fullscreen support, and fixes the issue with thewidthparameter.
Other Changes
-
st.time_inputallows for keyboard-only input (#5194). -
st.experimental_memowill warn the user when usingttlandpersistkeyword argument together (#5032). -
st.number_inputreturns consistent type after rerun (#5359). -
st.sidebarUI 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!


