From: Jakub Pawlowicz Date: Sat, 6 May 2017 09:27:55 +0000 (+0200) Subject: See #906 - adds ticket notes. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=50e1f0679461223c9fb6383e59a27c7b477e5122;p=clean-css.git See #906 - adds ticket notes. --- diff --git a/History.md b/History.md index 7d14cfc8..7bbea4c9 100644 --- a/History.md +++ b/History.md @@ -11,6 +11,7 @@ * Fixed issue [#890](https://github.com/jakubpawlowicz/clean-css/issues/890) - adds toggle to disable empty tokens removal. * Fixed issue [#893](https://github.com/jakubpawlowicz/clean-css/issues/893) - `inline: false` as alias to `inline: 'none'`. * Fixed issue [#905](https://github.com/jakubpawlowicz/clean-css/issues/905) - allows disabling selector sorting. +* Fixed issue [#906](https://github.com/jakubpawlowicz/clean-css/issues/906) - improves usability of web UI settings. * Fixed issue [#908](https://github.com/jakubpawlowicz/clean-css/issues/908) - improved `minify` method signature. * Fixed issue [#916](https://github.com/jakubpawlowicz/clean-css/issues/916) - maximum number of merged selectors. * Fixed issue [#920](https://github.com/jakubpawlowicz/clean-css/issues/920) - allows skipping certain properties in level 2 optimizations. diff --git a/README.md b/README.md index c6891e6b..68a06397 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Once released clean-css 4.1 will introduce the following changes / features: * `skipProperties` flag in level 2 optimizations controlling which properties won't be optimized; * new `animation` shorthand and `animation-*` longhand optimizers; * `removeUnusedAtRules` level 2 optimization controlling removal of unused `@counter-style`, `@font-face`, `@keyframes`, and `@namespace` at rules; +* the [web interface](https://jakubpawlowicz.github.io/clean-css) gets an improved settings panel with "reset to defaults", instant option changes, and settings being persisted across sessions; ## Constructor options