Update docs for Streamlit 1.63.0 release - #1544
Merged
Merged
Conversation
✅ Deploy Preview for streamlit-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
sfc-gh-nbellante
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release-notes/_index.md(as latest) and prepend the 1.63.0 section torelease-notes/2026.md, covering event-scoped fragment reruns,on_change="ignore", andtype="step"containers.python/streamlit.json(single new"1.63.0"top-level key appended; no existing version keys modified).AppTestmembers on the AppTest API page:AppTest.get_by_key(a keyed retrieval method, next toAppTest.get) andAppTest.container(a block-sequence property, next toAppTest.columns). That page declares each member explicitly, so newly generated keys do not appear without it.AppTestErroringenerate.py. Streamlit 1.63.0 newly exports it fromstreamlit.testing.v1, andinspect.signature()raises on an exception class, which aborted generation.runner.cacheBackgroundRefreshTTLMultiplierconfig option inconfig-toml.md.type="step"andselect_allexamples.No new commands were introduced in 1.63.0 (only new parameters and modes on existing commands, such as
st.rerun(scope=...),@st.fragment(key=...),on_change="ignore"onst.slider/st.text_input,type="step"onst.expander/st.status,wrapon more commands,iconon headings, andst.multiselect(select_all=...)), so no new API tiles, detail pages, menu entries, or illustration images were added. Nothing was removed or newly deprecated, so there are no deprecation stubs.Test plan
/develop/quick-reference/release-notesand/develop/quick-reference/release-notes/2026, and that the 1.62.0 section is unchanged in the 2026 archive.st.rerun,st.fragment,st.slider,st.text_input,st.expander,st.status,st.multiselect,st.title, andAppTest.AppTest.get_by_keyandAppTest.containerrender on the AppTest page, in the "Get AppTest script elements" section.runner.cacheBackgroundRefreshTTLMultiplierappears in the[runner]block on theconfig.tomlpage.st.expander,st.status, andst.multiselect.st.expandertimeline steps (type="step")doc-expander-stepst.statustimeline steps (type="step")doc-status-stepst.multiselectbulk-select control (select_all)doc-multiselect-select-all🤖 Generated with Claude Code