# Changelog All notable changes to `rollup-plugin-css-only` will be documented in this file. ## [Unreleased] ## [4.5.3] - 2025-09-03 ### Changed - Fix output css file missing file extension https://github.com/thgh/rollup-plugin-css-only/issues/59 https://github.com/thgh/rollup-plugin-css-only/issues/61 ## [4.5.2] - 2023-11-07 ### Changed - Fix duplicate styles in output https://github.com/thgh/rollup-plugin-css-only/pull/58 https://github.com/thgh/rollup-plugin-css-only/issues/55 https://github.com/thgh/rollup-plugin-css-only/issues/49 ## [4.4.0] - 2023-11-01 ### Changed - Support Rollup v4 as peerDependencies ### Changed - Mark visited modules to avoid infinite recursion ## [4.3.0] - 2022-11-04 ### Changed - Mark visited modules to avoid infinite recursion ## [4.2.0] - 2022-10-25 ### Changed - Fix issue when module info is null ## [4.1.1] - 2022-10-21 ### Changed - Always append newline to asset to make it's generated ## [4.1.0] - 2022-10-20 ### Changed - Simplify name/fileName by making them explicit options ## [4.0.0] - 2020-12-18 ### Changed - BREAKING CHANGE: CSS is emitted as 1 asset instead of written using `writeFile`. - Order of imports is guaranteed - Require @rollup/pluginutils@4 ### Added - Mark as compatible with rollup 3 #45 @el3um4s ## [3.1.0] - 2020-12-18 ### Changed - Require @rollup/pluginutils@4 ## [3.0.0] - 2020-11-19 ### Changed - Maintain import order of stylesheets when combining #21 @staydecent - Use emitFile instead of outputFile #24 @benmccann - Upgrade dependencies @thgh ## [2.1.0] - 2020-06-02 ### Added - Mark as compatible with rollup 2 #14 @yagebu ### Changed - Fix file writing errors #19 @aminya - Upgrade dependencies #14 @yagebu ## [2.0.0] - 2019-12-21 ### Added - Add `bundle` as 3rd argument in `output` function @lazyhero ### Changed - Replace mkdirp by fs.mkdir (Node.js 10.12+) @MichaelAllenHardeman ## [1.0.0] - 2019-01-27 ### Added - Add ES modules build: `dist/index.es.js` ### Changed - Migrate to Rollup v1 @tlvince [unreleased]: https://github.com/thgh/rollup-plugin-css-only/compare/v2.0.0...HEAD [2.0.0]: https://github.com/thgh/rollup-plugin-css-only/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/thgh/rollup-plugin-css-only/compare/v0.0.1...v1.0.0 [0.0.1]: https://github.com/thgh/rollup-plugin-css-only/releases