## v2.1.4

> `2023-10-14`

### 🐞 Bug Fixes
  - Type fixes.

## v2.1.3

> `2022-12-20`

### 🐞 Bug Fixes
  - Fixed demo url.
  - Added tests for change event on load.

## v2.1.2

> `2022-09-26`

### 🎉 Features
  - A11y improvements.

## v2.1.1

> `2022-07-11`

### 🎉 Features
  - Vue `2.7` compatibility.

## v2.1.0

> `2022-07-11`

### 🎉 Features
  - Vue `2.7` compatibility.

## v2.0.2

> `2022-05-11`

### 🎉 Features
  - Toggle height based on CSS var.

## 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`

### 🎉 Features
  - **BREAKING:** Removed `width`, `height`, `speed`, `colors`, `fontSize` properties and `off`, `on` slots.
  - **BREAKING:** Completely updated `default` style and classnames.
  - Added `required`, `classes`, `labelledby`, `describedby` properties and `label` slot.

## v1.0.2

> `2021-01-06`

### 🎉 Features
  - **BREAKING:** Restructured `colors` property

## v1.0.1

> `2021-01-06`

### 🎉 Features
  - Added `disabled` property

## v1.0.0

> `2021-01-05`

### 🎉 Features
  - First release