Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Sep 7, 2021
1 parent 0b38595 commit 1fb0cc2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.0.1

> `2021-09-07`
### 🐞 Bug Fixes
- Do not allow focus when disabled.
- Update classList when classes change.
- Default check/uncheck fix for opposite values [#3](https://github.com/vueform/toggle/issues/3).

## v2.0.0

> `2021-06-03`
Expand All @@ -7,6 +16,8 @@
- **BREAKING:** Completely updated `default` style and classnames.
- Added `required`, `classes`, `labelledby`, `describedby` properties and `label` slot.

## v1.0.2

> `2021-01-06`
### 🎉 Features
Expand Down
2 changes: 1 addition & 1 deletion dist/toggle.global.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/toggle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fb0cc2

Please sign in to comment.