From 651b58e327a852e17267bdb29442a791bfee737b Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 18 Feb 2014 20:59:50 +0400 Subject: [PATCH] Release 1.1 version --- ChangeLog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f7098f9c4..7bffc0820 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,14 @@ +## 1.1 “Nutrisco et extingo” +* Add source map annotation comment support. +* Add inline source map support. +* Autodetect previous source map. +* Fix source maps support on Windows. +* Fix source maps support in subdirectory. +* Add option `cascade` to create nice visual cascade of prefixes. +* Fix flexbox support for IE 10 (by Roland Warmerdam). +* Better `break-inside` support. +* Fix prefixing, when two same properties are near. + ## 1.0 “Plus ultra” * Source map support. * Save origin indents and code formatting. diff --git a/package.json b/package.json index 292e265dc..2ecce8eb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "1.0.20140213", + "version": "1.1.20140218", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": ["css", "prefix", "postprocessor", "postcss"], "author": "Andrey Sitnik ",