# Changes to PostCSS SVG

### 3.0.0 (November 29, 2018)

- Support Node 6+
- Support PostCSS 7+

### 2.4.0 (December 5, 2017)

- Conditionally watch SVG files for changes

### 2.3.0 (November 2, 2017)

- Update SVGO to 1.x
- Improve SVG file resolution
- Improve SVG file caching

### 2.2.0 (October 9, 2017)

- Added configurable SVGO functionality

### 2.1.0 (June 23, 2017)

- Merge pull request:
  - Support rgb/rgba and hsl/hsla colors in parameters
  https://github.com/Pavliko/postcss-svg/pull/40
  - Remove unused files
  - Update dependencies; don’t specify minor, patch requirements

### 2.0.0 (May 15, 2017)

- Refactored plugin:
  - Functionality from PostCSS SVG Fragments

### 1.0.6 (May 7, 2016)

- Merge pull request:
  - added charset=utf8 and set default image sizes to 100% https://github.com/Pavliko/postcss-svg/pull/32

### 1.0.5 (April 19, 2016)

- Merge pull requests:
  - Fix init cache position https://github.com/Pavliko/postcss-svg/pull/30
  - Pin dependencies https://github.com/Pavliko/postcss-svg/pull/26
  - fix deprecated func https://github.com/Pavliko/postcss-svg/pull/20
  - pass strip:false to the template engine (really, this time!) https://github.com/Pavliko/postcss-svg/pull/16

### 1.0.4 (November 9, 2015)

- PostCSS 5 compatibility (https://github.com/Pavliko/postcss-svg/issues/13)

### 1.0.3 (November 8, 2015)

- Fix multiple svg in one decl (https://github.com/Pavliko/postcss-svg/issues/19)

### 1.0.2 (November 8, 2015)

- Update to PostCSS 5

### 1.0.1 (July 31, 2015)

- Fix some issues:
  - [Raise a error on unknown file](https://github.com/Pavliko/postcss-svg/issues/7)
  - [Absolute paths](https://github.com/Pavliko/postcss-svg/issues/8)
  - [SVG names with single quotes do not get replaced](https://github.com/Pavliko/postcss-svg/issues/10)

### 1.0.0 (July 10, 2015)

- Initial release from [postcss-svg](https://github.com/Pavliko/postcss-svg)
