Skip to content

Commit

Permalink
v2.0.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiryazici authored Oct 14, 2022
1 parent e5a6cb6 commit a612196
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
@@ -1,3 +1,16 @@
# 0.2.1
- **[Bug ix]:** If current focused item key doesn't exist anymore, focus will be resetted.

- **[Feature]:** Now `ItemOptions` have `disabled` option. Disabled items have `vue-selectable-items-item-disabled` class.
```ts
item({
key: 'myKey',
disabled: true
})
```

<br>

# 0.2.0

- **[Component]:** `itemFocus`, `itemUnfocus`, `itemDOMFocus`, `itemHover` emits are added.
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": "vue-selectable-items",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit a612196

Please sign in to comment.