### 3.0.5

* Changed: Test cases added for React  [Tracking issue](https://github.com/visual-framework/vf-core/issues/2174)

### 3.0.4

* Changed: Test cases added for Angular  [Tracking issue](https://github.com/visual-framework/vf-core/issues/1932)
* Dependency update to be compatible with ESM packages[Tracking issue](https://github.com/visual-framework/vf-core/issues/2107)

### 3.0.3

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

### 3.0.2

* Changelog correction [Tracking issue](https://github.com/visual-framework/vf-core/issues/2035)

### 3.0.1

* Version bump

### 3.0.0

* Version bump

### 3.0.0-alpha.2

* Fixed lint errors. [Tracking issue](https://github.com/visual-framework/vf-core/issues/1935)

### 3.0.0-alpha.1

* Added : Angular syntax for different variants as compared to common syntax
* Added : Experimental React support for Badge component

### 3.0.0-alpha.0

* Added : Experimental Angular support for Badge

### 2.0.1

* Correct "secondry" typo.

### 2.0.0

* makes the badges match the naming convention of the `vf-button`.
* makes the badges match the styling of the `vf-button`.
* removes any old deprecated variants and tidies up the code.

#### Migration Instructions

* If you were using the "Outline Primary" variant you should use the "Secondary" variant now.
  * This replaces the classes of `vf-badge--primary` and `vf-badge--outline` with `vf-badge--secondary`.
* IF you were using the "Default" variant you should use the "Tertiary" variant now.
  * This adds the class `vf-badge--tertiary`.

### 1.3.0

* deprecates secondary and tertiary variants
* makes the default the grey (tertiary) colour

### 1.2.2

* changes any `set-` style functions to cleaner version

### 1.2.1

* README cleanup

### 1.2.0

* makes theme variant naming and decisions consistent

### 1.1.0

* adds if statement to allow for context data to pass through

### 1.0.0 (2019-12-17)

* Initial stable release
