-
Notifications
You must be signed in to change notification settings - Fork 586
Release 1.45.0 #1284
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.45.0 #1284
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
This PR updates the documentation and examples for release 1.45.0 by replacing experimental user APIs with their stable counterparts and adding new context attributes. Key changes include:
- Replacing all occurrences of st.experimental_user with st.user.
- Updating API references and examples to include new st.context attributes.
- Refreshing release notes and cheat sheet content to reflect version 1.45.0.
Reviewed Changes
Copilot reviewed 25 out of 32 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
pages/index.js | Updated UI cards to use st.user, st.multiselect, and added new context attributes with minor text changes. |
context/VersionContext.js | Minor refactoring of object formatting within the provider. |
content/develop/tutorials/authentication/*.md | Revised examples to replace st.experimental_user with st.user. |
content/develop/quick-references/release-notes/* | Updated release notes to version 1.45.0 and adjusted content accordingly. |
content/develop/quick-references/api-cheat-sheet.md | Updated API cheat sheet examples to use st.user and new st.context attributes. |
content/develop/concepts/connections/authentication.md | Updated authentication documentation to reflect st.user changes. |
content/develop/api-reference/user/.md, caching-and-state/, _index.md | Updated API reference pages to replace st.experimental_user with st.user and include new st.context details. |
Files not reviewed (7)
- python/api-examples-source/charts.video3/requirements.txt: Language not supported
- python/api-examples-source/guides/requirements.txt: Language not supported
- python/api-examples-source/hello/requirements.txt: Language not supported
- python/api-examples-source/mpa-hello/requirements.txt: Language not supported
- python/api-examples-source/navigation.example_1/requirements.txt: Language not supported
- python/api-examples-source/navigation.example_2/requirements.txt: Language not supported
- python/api-examples-source/requirements.txt: Language not supported
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.
LGTM
📚 Context
Docs for release 1.45.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.