ember-cli-clean-css
Version:
ember-cli addon to run clean-css on css files during build
55 lines (38 loc) • 3.97 kB
Markdown
## v3.0.0 (2023-09-05)
#### :boom: Breaking Change
* [#304](https://github.com/ember-cli/ember-cli-clean-css/pull/304) Update `clean-css` to version 5 ([@boris-petrov](https://github.com/boris-petrov))
#### Committers: 1
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
## v2.0.1 (2023-09-05)
#### :bug: Bug Fix
* [#303](https://github.com/ember-cli/ember-cli-clean-css/pull/303) Fix relative urls in css having incorrect urls post-minification ([@amk221](https://github.com/amk221))
#### Committers: 1
- Andrew Kirwin ([@amk221](https://github.com/amk221))
## v2.0.0 (2023-04-05)
#### :boom: Breaking Change
* [#278](https://github.com/ember-cli/ember-cli-clean-css/pull/278) Downgrade clean-css to v3 to match the version currently used by ember-cli default build setup. This will allow css output to match existing when adding this plugin. Look out for another major of this addon to get newer clean-css. ([@nickschot](https://github.com/nickschot))
* [#136](https://github.com/ember-cli/ember-cli-clean-css/pull/136) / [#301](https://github.com/ember-cli/ember-cli-clean-css/pull/301) Drop support for Node < 16 ([@Turbo87](https://github.com/Turbo87))
#### :house: Internal
* [#301](https://github.com/ember-cli/ember-cli-clean-css/pull/301) Add release setup ([@kategengler](https://github.com/kategengler))
* [#300](https://github.com/ember-cli/ember-cli-clean-css/pull/300) Update some more dependencies ([@kategengler](https://github.com/kategengler))
* [#299](https://github.com/ember-cli/ember-cli-clean-css/pull/299) Upgrade to Ember 4.8 ([@kategengler](https://github.com/kategengler))
* [#146](https://github.com/ember-cli/ember-cli-clean-css/pull/146) Upgrade locked dependencies ([@Turbo87](https://github.com/Turbo87))
* [#145](https://github.com/ember-cli/ember-cli-clean-css/pull/145) node-tests/minify: Increase smoke test timeout to 60sec ([@Turbo87](https://github.com/Turbo87))
* [#144](https://github.com/ember-cli/ember-cli-clean-css/pull/144) Remove unnecessary ember-try scenarios ([@Turbo87](https://github.com/Turbo87))
* [#142](https://github.com/ember-cli/ember-cli-clean-css/pull/142) Remove obsolete `ember-cli-htmlbars-inline-precompile` dependency ([@Turbo87](https://github.com/Turbo87))
* [#140](https://github.com/ember-cli/ember-cli-clean-css/pull/140) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))
* [#137](https://github.com/ember-cli/ember-cli-clean-css/pull/137) CI: Remove obsolete PhantomJS install step ([@Turbo87](https://github.com/Turbo87))
* [#138](https://github.com/ember-cli/ember-cli-clean-css/pull/138) ember-try: Set `useYarn` option ([@Turbo87](https://github.com/Turbo87))
* [#139](https://github.com/ember-cli/ember-cli-clean-css/pull/139) CI: Disable `node_modules` caching ([@Turbo87](https://github.com/Turbo87))
* [#61](https://github.com/ember-cli/ember-cli-clean-css/pull/61) Add basic smoke test ([@Turbo87](https://github.com/Turbo87))
* [#49](https://github.com/ember-cli/ember-cli-clean-css/pull/49) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
* [#58](https://github.com/ember-cli/ember-cli-clean-css/pull/58) Update `ember-cli-qunit` to `ember-qunit` v4.4.1 ([@Turbo87](https://github.com/Turbo87))
* [#57](https://github.com/ember-cli/ember-cli-clean-css/pull/57) Use Chrome instead of PhantomJS for testing ([@Turbo87](https://github.com/Turbo87))
* [#50](https://github.com/ember-cli/ember-cli-clean-css/pull/50) CI: Run only on `master` branch, PRs and version tags ([@Turbo87](https://github.com/Turbo87))
* [#48](https://github.com/ember-cli/ember-cli-clean-css/pull/48) Fix incompatible dependency versions ([@Turbo87](https://github.com/Turbo87))
#### Committers: 4
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Nick Schot ([@nickschot](https://github.com/nickschot))
- Ricardo Mendes ([@locks](https://github.com/locks))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
# Changelog