Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
tj committed Apr 15, 2012
1 parent ebe96ca commit 10c8ef8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions 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
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/nib.js
Expand Up @@ -31,7 +31,7 @@ try {
* Library version.
*/

exports.version = '0.4.0';
exports.version = '0.4.1';

/**
* Stylus path.
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 10c8ef8

Please sign in to comment.