Skip to content

v0.10.5

Choose a tag to compare

@tophtucker tophtucker released this 16 Jun 18:43
· 10 commits to main since this release
  • Inputs.search now supports non-ASCII characters like Кириллица, thanks to @oluckyman. #216
  • Inputs.select’s keyof option now composes with its format option, thanks to @curiouserrandy’s reporting. Also, inputs internally use addEventListener("input") instead of setting oninput so that consumers can add their own listeners. #212
  • Inputs.datetime correctly handles timezone offsets, so a time passed in as the value will match the value you get out, thanks to @cdaringe’s reporting. #244
  • Fix typo in documentation thanks to @lindsayevanslee. #239