Skip to content

v0.3.0

Choose a tag to compare

@Asaurus1 Asaurus1 released this 28 Jan 06:22
· 11 commits to main since this release

Update library for streamlit 1.30.0+

  • Uses new st.query_params API
  • Add update_qs and add_qs callbacks to example page. Allows all X_qs_callback functions to take no arguments by default.
  • Resolves an issue with stqs.multiselect_qs where session_state would get updated even when no elements changed. Now session_state is only updated if the list of options we get from the query string doesn't match what is already in session_state.