Skip to content

Release/1.49.1#12376

Merged
lukasmasuch merged 8 commits intodevelopfrom
release/1.49.1
Aug 29, 2025
Merged

Release/1.49.1#12376
lukasmasuch merged 8 commits intodevelopfrom
release/1.49.1

Conversation

@lukasmasuch
Copy link
Copy Markdown
Collaborator

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.

sfc-gh-bnisco and others added 7 commits August 21, 2025 08:44
## 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.
@lukasmasuch lukasmasuch requested a review from a team as a code owner August 29, 2025 18:03
@snyk-io
Copy link
Copy Markdown
Contributor

snyk-io bot commented Aug 29, 2025

🎉 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)

@lukasmasuch lukasmasuch added security-assessment-completed change:chore PR contains maintenance or housekeeping change impact:users PR changes affect end users labels Aug 29, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 29, 2025

✅ PR preview is ready!

Name Link
📦 Wheel file https://core-previews.s3-us-west-2.amazonaws.com/pr-12376/streamlit-1.49.1-py3-none-any.whl
🕹️ Preview app pr-12376.streamlit.app (☁️ Deploy here if not accessible)

@lukasmasuch lukasmasuch enabled auto-merge (squash) August 29, 2025 18:39
@lukasmasuch lukasmasuch merged commit cf2fca6 into develop Aug 29, 2025
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:chore PR contains maintenance or housekeeping change impact:users PR changes affect end users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants