Releases: blackary/streamlit-keyup
Releases · blackary/streamlit-keyup
v0.3.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #36
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #40
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #46
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
- Use key to force update when dynamic properties are changed by @blackary in #49
Full Changelog: v0.2.4...v0.3.0
v0.2.4
v0.2.3
v0.2.2
Add more arguments
What's Changed
Full Changelog: v0.1.9...v0.2.0
Minimize component js
Merge pull request #9 from blackary/minimal-js Replace streamlit js with minimal version
Add on_change argument
Add optional on_change argument which allows you to pass a function which runs when the value changes. Respects the debounce argument, so it only runs after the debounce time has elapsed (if there is a debounce value).
Simplify component js
Merge pull request #6 from blackary/vanilla2 Simplify to vanilla js
Fix default return value
0.1.6 Correctly set initial return value to passed in value
Fix pip package
Renamed source directory to src in 0.1.4 release and broke build