v0.3.0
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.