CHANGELOG.md in inline_svg-1.7.2 vs CHANGELOG.md in inline_svg-1.8.0

- old
+ new

@@ -2,12 +2,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] -- Nothing +Nothing. +## [1.8.0] - 2022-01-09 +### Added +- Remove deprecation warning for `inline_svg`, as we intend to keep it in 2.0. [#131](https://github.com/jamesmartin/inline_svg/pull/131). Thanks [@DanielJackson-Oslo](https://github.com/DanielJackson-Oslo) +- Add support for Webpacker 6 beta. [#129](https://github.com/jamesmartin/inline_svg/pull/129). Thanks [@Intrepidd](https://github.com/Intrepidd) and [@tessi](https://github.com/tessi) +- Add support for Propshaft assets in Rails 7. [#134](https://github.com/jamesmartin/inline_svg/pull/134). Thanks, [@martinzamuner](https://github.com/martinzamuner) + ## [1.7.2] - 2020-12-07 ### Fixed - Improve performance of `CachedAssetFile`. [#118](https://github.com/jamesmartin/inline_svg/pull/118). Thanks [@stevendaniels](https://github.com/stevendaniels) - Avoid XSS by preventing malicious input of filenames. [#117](https://github.com/jamesmartin/inline_svg/pull/117). Thanks [@pbyrne](https://github.com/pbyrne). @@ -21,11 +27,10 @@ ### Fixed - Using Webpacker and Asset Pipeline in a single App could result in SVGs not being found because the wrong `AssetFinder` was used. [#114](https://github.com/jamesmartin/inline_svg/pull/114). Thanks, [@kylefox](https://github.com/kylefox) - Prevent "EOFError error" when using webpack dev server over HTTPS [#113](https://github.com/jamesmartin/inline_svg/pull/113). Thanks, [@kylefox](https://github.com/kylefox) - ## [1.6.0] - 2019-11-13 ### Added - Support Webpack via the new `inline_svg_pack_tag` helper and deprecate `inline_svg` helper in preparation for v2.0. [#103](https://github.com/jamesmartin/inline_svg/pull/103) Thanks, [@kylefox](https://github.com/kylefox) @@ -237,10 +242,11 @@ ## 0.0.1 - 2014-11-24 ### Added - Basic Railtie and view helper to inline SVG documents to Rails views. -[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...HEAD +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.8.0...HEAD +[1.8.0]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...v1.8.0 [1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/jamesmartin/inline_svg/compare/v1.5.1...v1.5.2