-
Notifications
You must be signed in to change notification settings - Fork 526
Release 1.27.0 #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.27.0 #817
Conversation
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
* Add st.toggle documentation Add page, API card, and navigation for st.toggle * Update streamlit.json --------- Co-authored-by: snehankekre <[email protected]>
* Add deployment button gif * Move deploy button in app menu docs * Update image borders in app-menu.md * Sync streamlit.json with release branch --------- Co-authored-by: snehankekre <[email protected]>
* Add captions and markdown to st.radio example * Update streamlit.json * Remove static images for title, header, subheader * Update markdown.md Add interactive embedded app * Update changelog for 1.26.0 * Update embedded apps to 1.26.0 * Use relative internal links in changelog for performance reasons * Fix Markdown issue in download button point * Move incorrect PR about number input into notable changes * Don't reference PR 7154 in other changes * Change impact label and add PR 7143 to other changes * Update cheatsheet and configuration.md * Update What's new --------- Co-authored-by: snehankekre <[email protected]>
* Update streamlit.json * Update widget.button.py
use [email protected] instead of [email protected] according to changes in the Streamlit library code base streamlit/streamlit#7219
* Add st.scatter_chart * Update streamlit.json * Update streamlit.json
* Update button api images * Add st.link_button page and navigation * Update streamlit.json * Update download_button.svg * Update api-cheat-sheet.md * Update streamlit.json
snehankekre
reviewed
Sep 19, 2023
snehankekre
reviewed
Sep 19, 2023
Co-authored-by: Snehan Kekre <[email protected]>
* De-experimentalize st.rerun * Add explanation to st.rerun * Update streamlit.json * Style * Update streamlit.json * Markdown typo * Update rerun.md * Confusing wording in st.rerun * Deprecation notice for `st.experimental_rerun` * Add examples and alternatives to st.rerun * Add code prefix to st.rerun example * Make example headers smaller --------- Co-authored-by: snehankekre <[email protected]>
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.
📚 Context
Release 1.27.0
🧠 Description of Changes
st.scatter_chart
st.link_button
None
as initial value forst.number_input
,st.selectbox
,st.date_input
,st.time_input
,st.radio
,st.text_input
, andst.text_area
st.rerun
💥 Impact
Size: Not small
🌐 References
Notion task: Docs for Release 1.27.0
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.