Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadYounes committed Aug 24, 2014
1 parent d971392 commit ad3d3d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ RTLCSS is a framework for converting LTR CSS to RTL.
### Powered by RTLCSS

* [Semantic] a UI component library implemented using a set of specifications designed around natural language. ([RTL Version])
[Semantic]:http://www.semantic-ui.com
* [AlertifyJS] a javascript framework for developing pretty browser dialogs and notifications.
* [WebEssentials2013] Web Essentials extends Visual Studio with a lot of new features that web developers have been missing for many years (now uses RTLCSS for converting LTR CSS to RTL).

[Semantic]:http://www.semantic-ui.com/
[RTL Version]:http://semantic-ui.me/
[AlertifyJS]:http://www.alertifyjs.com/
[WebEssentials2013]:http://vswebessentials.com


## Install
Expand Down Expand Up @@ -234,6 +239,13 @@ Have a bug or a feature request? please feel free to [open a new issue](https://


## Release Notes

* **v1.0.0** [24 Aug. 2014]
* Upgrade to [POSTCSS] v2.2.1
* Support flipping urls in '@import' rule.
* Fix JSON parse error when configuration file is UTF-8 encoded.
* Better minification.

* **v0.9.0** [10 Aug. 2014]
* New configuration loader.
* CLI configuration can be set using one of the following methods:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "0.9.0",
"version": "1.0.0",
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
"bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open",
"license": "MIT",
Expand Down

0 comments on commit ad3d3d3

Please sign in to comment.