* Commit updated Javascript packages * Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265) * Trying a new github workflow to install javascript packages * Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Commit updated Javascript packages * Bump preact from 10.5.4 to 10.5.5 in /build/javascript Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owncast <owncast@owncast.online> * Bump @justinribeiro/lite-youtube in /build/javascript Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/justinribeiro/lite-youtube/releases) - [Commits](https://github.com/justinribeiro/lite-youtube/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Owncast <owncast@owncast.online> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
96 lines
1.4 KiB
Markdown
96 lines
1.4 KiB
Markdown
# Changelog
|
|
|
|
## 4.1.0
|
|
|
|
* Added `removeStroke` option.
|
|
|
|
## 4.0.0
|
|
|
|
* Option `path` was replaced with `paths`. Allows to specify multiple paths for URL resolve.
|
|
* Default `encode` function now escapes curly brackets.
|
|
* Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
|
|
* Upgraded to PostCSS 7.
|
|
|
|
## 3.1.0
|
|
|
|
* Added `xmlns` option to add xmlns attribute if not present
|
|
|
|
## 3.0.0
|
|
|
|
* Upgrade to postcss 6
|
|
|
|
## 2.3.1
|
|
|
|
* Warn more descriptive messages
|
|
|
|
## 2.3.0
|
|
|
|
* Add parent prop in dependency message
|
|
|
|
## 2.2.0
|
|
|
|
* Add dependency message for bundlers
|
|
|
|
## 2.1.2
|
|
|
|
* Allow color functions in short syntax
|
|
|
|
## 2.1.1
|
|
|
|
* Customize `ENOENT` error
|
|
* Codebase refactoring
|
|
|
|
## 2.1.0
|
|
|
|
* Add `removeFill` option to force color in pure icons
|
|
|
|
## 2.0.1
|
|
|
|
* Stringify decl values
|
|
|
|
## 2.0.0
|
|
|
|
* Code and tests refactoring
|
|
* `encode` is not included in `transform` and runs before it
|
|
* `encode` is `function` or `false`
|
|
* `transform` can't return false
|
|
* Fix bug with quotes [#19](https://github.com/TrySound/postcss-inline-svg/issues/19)
|
|
|
|
## 1.4.0
|
|
|
|
* Support "=" separator in svg-load() definition
|
|
|
|
## 1.3.2
|
|
|
|
* Fix URI malformed error
|
|
|
|
## 1.3.1
|
|
|
|
* Add read-cache
|
|
|
|
## 1.3.0
|
|
|
|
* Refactoring
|
|
* Loaded files will be cached
|
|
|
|
## 1.2.1
|
|
|
|
* Fix relative path detecting
|
|
|
|
## 1.2.0
|
|
|
|
* Add transform option
|
|
|
|
## 1.1.1
|
|
|
|
* Improve documentation
|
|
|
|
## 1.1.0
|
|
|
|
* Fix ie strict data uri by adding custom url encode
|
|
* Add encode option
|
|
|
|
## 1.0.0
|
|
|
|
* Initial release
|