Skip to content

Releases: cssnano/cssnano

v1.3.0

27 May 22:34
Compare
Choose a tag to compare
  • Added support for bundling cssnano using webpack (thanks to @MoOx).

v1.2.1

26 May 15:39
Compare
Choose a tag to compare
  • Fixed a bug where a CSS function keyword inside its value would throw
    an error.

v1.2.0

16 May 20:56
Compare
Choose a tag to compare
  • Better support for merging properties without the existance of a shorthand
    override.
  • Can now 'merge forward' adjacent rules as well as the previous 'merge behind'
    behaviour, leading to better compression.
  • Selector re-ordering now happens last in the chain of plugins, to help clean
    up merged selectors.

v1.1.0

10 May 21:54
Compare
Choose a tag to compare
  • Now can merge identifiers such as @keyframes and @counter-style if they
    have duplicated properties but are named differently.
  • Fixes an issue where duplicated keyframes with the same name would cause
    an infinite loop.

v1.0.2

02 May 10:37
Compare
Choose a tag to compare
  • Improve module loading logic (thanks to @tunnckoCore).
  • Improve minification of numeric values, with better support for rem,
    trailing zeroes and slash/comma separated values
    (thanks to @TrySound & @tunnckoCore).
  • Fixed an issue where -webkit-tap-highlight-color values were being
    incorrectly transformed to transparent. This is not supported in Safari.
  • Added support for viewport units (thanks to @TrySound).
  • Add MIT license file.

v1.0.1

02 May 10:37
Compare
Choose a tag to compare
  • Add repository/author links to package.json.

v1.0.0

02 May 10:38
Compare
Choose a tag to compare
  • Initial release.