-
Notifications
You must be signed in to change notification settings - Fork 598
Release 1.50.0 #1346
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
Release 1.50.0 #1346
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A release PR for Streamlit version 1.50.0 that updates dependencies, documentation, and adds new features including MultiselectColumn, color palette theming, hosted font configuration, and various API enhancements.
- Updates streamlit-nightly dependencies to streamlit>=1.50.0 across all examples and tutorials
- Adds documentation for new features like MultiselectColumn and color palette configuration
- Updates homepage feature showcase and release notes
Reviewed Changes
Copilot reviewed 38 out of 40 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
python/*/requirements.txt | Updates streamlit-nightly to streamlit>=1.50.0 |
pages/index.js | Updates homepage feature showcase cards for v1.50.0 |
content/menu.md | Adds navigation entries for new documentation pages |
content/develop/tutorials/theming/external-fonts.md | Updates font tutorial for new inline font syntax |
content/develop/tutorials/theming/external-fonts (old).md | Creates legacy version of font tutorial |
content/develop/quick-references/release-notes/ | Updates release notes for v1.50.0 |
content/develop/quick-references/api-cheat-sheet.md | Updates version reference to v1.50.0 |
content/develop/concepts/configuration/theming*.md | Updates theming documentation for new features |
content/develop/api-reference/data/column_config/multiselectcolumn.md | Adds MultiselectColumn documentation |
content/develop/api-reference/configuration/config-toml.md | Adds new configuration options |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 38 out of 40 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📚 Context
Release 1.50.0
🧠 Description of Changes
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.