# Changelog


## v0.3.0 (2021-10-24)

### Breaking changes

- Add compatibility for Angular 12 and Ivy

## v0.2.0 (2020-11-20)

### Breaking changes

- Replace [Quagga](https://serratus.github.io/quaggaJS) by [Quagga2](https://github.com/ericblade/quagga2)  
  `QuaggaConfig` is replaced by `QuaggaJSConfigObject`

## v0.1.2 (2020-11-19)

### Fix

- Add missing properties to QuaggaConfig
- Update README with a project description and fix typo

## v0.1.1 (2020-11-18)

### Feature

- Better responsive components:
  - `width` and `height` can be set on `barcode-scanner-livestream-overlay`
  - `maxWidth` and `maxHeight` can be set on `barcode-scanner-livestream` and `barcode-scanner-livestream-overlay`

## v0.1.0 (2020-11-18)

### Breaking changes

- Fix [#47](https://github.com/julienboulay/ngx-barcode-scanner/issues/47) : Components and Modules renamming

### Feature

- Make scanner component responsive and enable setting component width and height
