Version 0.77.0
Release date: February 23, 2021
Features
- Added a new config option
client.showErrorDetails
allowing the developer to control the granularity of error messages. This is useful for when you deploy an app, and want to conceal from your users potentially-sensitive information contained in tracebacks.
Notable bug fixes
- Fixed bug where
st.image
wasn’t rendering certain kinds SVGs correctly. - Fixed regression where the current value of an
st.slider
was only shown on hover.
Release Details
- If you’d like to know what exactly went into this release, check out the commit diff.
- If you’re curious, please see the source code in Github.
Check out our release app for more details!
Special Thanks
Thanks to yashshah1 for the contribution!