1.33.0
版本发布时间: 2024-04-05 01:36:56
streamlit/streamlit最新发布版本:1.39.0(2024-10-02 01:36:45)
What's Changed
Breaking Changes 🛠
- Require explicit suggestion of unsafe_allow_html in st.write by @kmcgrady in https://github.com/streamlit/streamlit/pull/8238
New Features 🎉
- explicit update() method for query_params by @Asaurus1 in https://github.com/streamlit/streamlit/pull/8205
- Add
AreaChartColumn
to column config by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8237 - Associate label with input to make label click focus input by @filiptammergard in https://github.com/streamlit/streamlit/pull/8155
- Media elements improvements by @kajarenc in https://github.com/streamlit/streamlit/pull/8203
- Page switching in AppTest by @AnOctopus in https://github.com/streamlit/streamlit/pull/8280
- Add ability to use timedelta and stings to
start_time
andend_time
. by @kajarenc in https://github.com/streamlit/streamlit/pull/8348 - st.experimental_fragment decorator by @vdonato in https://github.com/streamlit/streamlit/pull/8343
- Feature:
st.html
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/8366
Bug Fixes 🐛
- AppTest format_func by @AnOctopus in https://github.com/streamlit/streamlit/pull/8189
- Url decode link column display values if regex is used by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8258
- Fix infinite loop when
rerun
and triggered widgets are used together in AppTest by @AnOctopus in https://github.com/streamlit/streamlit/pull/8264 - Use the button width as minimum for
st.popover
container by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8266 - Revert "Expire session storage cache on an async timer (#8083)" by @kmcgrady in https://github.com/streamlit/streamlit/pull/8281
- Allow custom themes to override embed options query parameter by @kmcgrady in https://github.com/streamlit/streamlit/pull/8021
- Fix issue with not correctly waiting for connections by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8294
- Fix initial iframe height for custom component by @kmcgrady in https://github.com/streamlit/streamlit/pull/8290
- Fullscreen Button Overflow Horizontally by @kmcgrady in https://github.com/streamlit/streamlit/pull/8279
- Fix white components backgrounds when OS is using dark theme by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8242
- Add simple fix to update container status after llm complete by @KedoKudo in https://github.com/streamlit/streamlit/pull/8311
- Simplify toast message truncation to use character limit directly by @snehankekre in https://github.com/streamlit/streamlit/pull/8337
- resolve path when registering watcher for module paths by @zyxue in https://github.com/streamlit/streamlit/pull/8372
- Readd mistakenly removed line and add explanatory comment by @vdonato in https://github.com/streamlit/streamlit/pull/8392
Other Changes
- Allow packaging 24.x by @LukasMasuch in https://github.com/streamlit/streamlit/pull/8338
New Contributors
- @filiptammergard made their first contribution in https://github.com/streamlit/streamlit/pull/8155
- @KedoKudo made their first contribution in https://github.com/streamlit/streamlit/pull/8311
- @zyxue made their first contribution in https://github.com/streamlit/streamlit/pull/8372
Full Changelog: https://github.com/streamlit/streamlit/compare/1.32.2...1.33.0