Merged
Conversation
## Describe your changes Docstrings for release 1.49.0 * Directory upload with new example * Sparklines for st.metric with new example * More widths and heights for advanced layouts * Dataframe cell selection with updated example * st.pdf! * yellow color in Markdown * Editable ListColumn ## Testing Plan n/a --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
## Describe your changes Fix a regression that makes it very hard to type in decimal numbers into `st.number_input`. ## GitHub Issue Link (if applicable) - Closes #12349 ## Testing Plan - Added e2e test that uses type and a decimal number. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
## Describe your changes The `html` element has width and height parameters which accept an integer or None. Previously, we had no validation for the type and it was possible to provide a float value. A recent change converted these elements to the new width/height system and as part of that float values were silently ignored and set to the default (stretch). <!-- If it's a visual change, please include a screenshot or video! --> ## GitHub Issue Link (if applicable) Closes #12340 ## Testing Plan I didn't add new tests for this because it isn't officially supported. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license. --------- Co-authored-by: lukasmasuch <[email protected]>
## Describe your changes Fixes an issue with the logo pushing out the collapse button. This was already working fine when a link was set -> the reason is that the additional wrapping leads to a more correct calculation of the actual available width. I think this is also solvable differently with some CSS stuff, but I think its ok to just wrap the logo in a div when its not already wrapped into a `a` element. ## GitHub Issue Link (if applicable) - Closes #12326 ## Testing Plan - Updated the e2e tests to ensure that the collapse button is displayed during snapshots. The logos in the previous version where somewhat broken. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
…2368) ## Describe your changes The pytest-rerunfailures 16.0 update is breaking our CI, see related issue reports: pytest-dev/pytest-rerunfailures#302 pytest-dev/pytest-rerunfailures#303 Ignoring 16.0 version to get our CI running again. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
Contributor
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
Contributor
✅ PR preview is ready!
|
sfc-gh-bnisco
approved these changes
Aug 29, 2025
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.
Describe your changes
Release branch for 1.49.1
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.