Skip to content

Releases: blackary/streamlit-keyup

v0.2.4

01 Apr 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

14 Feb 22:37
770283a
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect style application to component by @dreth in #31

New Contributors

  • @dreth made their first contribution in #31

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Dec 20:11
3dbe6cf
Compare
Choose a tag to compare

What's Changed

  • Fix: Add import and key params to usage example code by @deeplook in #18
  • Change theme options based on streamlit theme by @RLKRo in #27

New Contributors

Full Changelog: v0.2.0...v0.2.2

Add more arguments

04 Nov 14:48
7b16bc3
Compare
Choose a tag to compare

What's Changed

  • Add max_chars, type, placeholder, disabled and label_visibility arguments by @blackary in #11

Full Changelog: v0.1.9...v0.2.0

Minimize component js

12 Sep 17:23
bf4d1ec
Compare
Choose a tag to compare
Merge pull request #9 from blackary/minimal-js

Replace streamlit js with minimal version

Add on_change argument

08 Sep 14:22
5b5cd3c
Compare
Choose a tag to compare

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

02 Sep 20:13
3c8ba48
Compare
Choose a tag to compare
Merge pull request #6 from blackary/vanilla2

Simplify to vanilla js

Fix default return value

31 Aug 21:09
Compare
Choose a tag to compare
0.1.6

Correctly set initial return value to passed in value

Fix pip package

31 Aug 16:18
Compare
Choose a tag to compare

Renamed source directory to src in 0.1.4 release and broke build

Add debounce argument

29 Aug 15:06
909914a
Compare
Choose a tag to compare

Add optional debounce argument that limits how often the value gets updated