1.35.0
版本发布时间: 2024-05-24 01:12:57
streamlit/streamlit最新发布版本:1.39.0(2024-10-02 01:36:45)
What's Changed
New Features 🎉
- Add support for selections to
st.plotly_chart
by @willhuang1997 in https://github.com/streamlit/streamlit/pull/8191 - feat: support set mysql connection query from secrets.toml by @LucianLiu6 in https://github.com/streamlit/streamlit/pull/8581
- Feature:
st.logo
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/8554 - Material icon for st.page_link by @kajarenc in https://github.com/streamlit/streamlit/pull/8593
- Add dataframe row and column selections by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8411
- Add support for selections to
st.altair_chart
&st.vega_lite_chart
by @willhuang1997 in https://github.com/streamlit/streamlit/pull/8302
Bug Fixes 🐛
- Fix standalone custom-component execution by @raethlein in https://github.com/streamlit/streamlit/pull/8620
- Clear stale elements when st.rerun() is used by @vdonato in https://github.com/streamlit/streamlit/pull/8599
- Focus chat input after the submit button is pressed by @kmcgrady in https://github.com/streamlit/streamlit/pull/8637
- fix: #8500 bypass StrEnum 'index' to make position-indexable by @97k in https://github.com/streamlit/streamlit/pull/8622
- Update scroll-margin-top by @raethlein in https://github.com/streamlit/streamlit/pull/8641
- Fix cell error when data editor gets reconstructed by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8640
- Ensure that column config is cloned by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8677
- Add fallback method for CSV download by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8452
Other Changes
- Bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by @dependabot in https://github.com/streamlit/streamlit/pull/8582
- Remove fullscreen button for
st.table
by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8621 - Improve typing for query params
.update
and.from_dict
by @Asaurus1 in https://github.com/streamlit/streamlit/pull/8614 - Improve anchor button visualization for titles and headings by @raethlein in https://github.com/streamlit/streamlit/pull/8587
- Allow protobuf v5 by @mark-thm in https://github.com/streamlit/streamlit/pull/8624
- Stabilize the vega-lite spec for altair-based charts by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8628
- Update address output in headless mode by @raethlein in https://github.com/streamlit/streamlit/pull/8647
- Revert "Allow protobuf v5" by @raethlein in https://github.com/streamlit/streamlit/pull/8701
New Contributors
- @LucianLiu6 made their first contribution in https://github.com/streamlit/streamlit/pull/8581
- @mark-thm made their first contribution in https://github.com/streamlit/streamlit/pull/8624
- @97k made their first contribution in https://github.com/streamlit/streamlit/pull/8622
Full Changelog: https://github.com/streamlit/streamlit/compare/1.34.0...1.35.0