Skip to content

Releases: metonym/svelte-pincode

v1.2.0

11 May 21:42
Compare
Choose a tag to compare

Features

  • ship unstyled Pincode components (available in the svelte-pincode/src/unstyled folder)
<script>
  import Pincode from "svelte-pincode/src/unstyled/Pincode.svelte";
  import PincodeInput from "svelte-pincode/src/unstyled/PincodeInput.svelte";
</script>

v1.1.1

03 Jan 13:27
Compare
Choose a tag to compare

Fixes

  • use default behavior for Tab key

v1.1.0

02 Jan 22:09
Compare
Choose a tag to compare
  • add Pincode selectTextOnFocus prop to select the text when focusing the input element

v1.0.0

02 Jan 20:04
Compare
Choose a tag to compare

Features

  • add Pincode type prop; default value is "alphanumeric"
  • support numeric variant by setting type="numeric"
  • add reactive Pincode complete prop
  • remove forwarded input event from PincodeInput

Fixes

  • fix the incorrect value being dispatched in the on:complete event detail

v0.2.0

01 Jan 23:47
Compare
Choose a tag to compare
  • Add focusFirstInput, focusNextEmptyInput, focusLastInput methods

v0.1.0

01 Jan 22:54
Compare
Choose a tag to compare

Initial release