From 10c8ef8d7912b62c1354f311e5ff9b0e2f99d776 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 15 Apr 2012 10:31:11 -0700 Subject: [PATCH] Release 0.4.1 --- History.md | 16 ++++++++++++++++ lib/nib.js | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 5dae81c0..74f8e26f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,20 @@ +0.4.1 / 2012-04-15 +================== + + * There is a moz-box-flex-group actually [kizu] + * There were no importance for overflow [kizu] + * Appearance is only webkit/moz now [kizu] + * Still no hyphens in Opera [kizu] + * There would be animations in IE10 and probably (there were an experimental build of it) in Opera 12) [kizu] + * Updated fexbox prefixes (flex-group is only in webkit, no ordinal-group in Opera) [kizu] + * 3D transforms now in IE10 and in Fx, but still not in Opera [kizu] + * There would be transitions in IE10 [kizu] + * Fixed the background-clip prefixes: it have different syntax for old webkit and moz, also it have only webkit for text [kizu] + * Added column-span and column-fill [kizu] + * Correct prefixes for column-clip, moved it in place with other column- props [kizu] + * There would be -ms-user-select in IE10 [kizu] + 0.4.0 / 2012-04-03 ================== diff --git a/lib/nib.js b/lib/nib.js index 3f9f1a34..dadf4043 100644 --- a/lib/nib.js +++ b/lib/nib.js @@ -31,7 +31,7 @@ try { * Library version. */ -exports.version = '0.4.0'; +exports.version = '0.4.1'; /** * Stylus path. diff --git a/package.json b/package.json index 4736d126..58371298 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nib", "description": "Stylus mixins and utilities", - "version": "0.4.0", + "version": "0.4.1", "repository": { "type": "git", "url": "git://github.com/visionmedia/nib.git"