Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 2, 2021
1 parent 3e6b66f commit 68109c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add option to `selectTextOnFocus`

## [1.0.0](https://github.com/metonym/svelte-pincode/releases/tag/v1.0.0) - 2021-01-02

**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

## [0.2.0](https://github.com/metonym/svelte-pincode/releases/tag/v0.2.0) - 2021-01-01

- Add `focusFirstInput`, `focusNextEmptyInput`, `focusLastInput` methods
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-pincode",
"version": "0.2.0",
"version": "1.0.0",
"license": "MIT",
"description": "Pincode component for Svelte",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 68109c8

Please sign in to comment.