This repository has been archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
63 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
## Release History | ||
|
||
2.0.1, Sep 17, 2015 | ||
|
||
* Fix NaNpx values (#45) | ||
|
||
2.0.0, Aug 24, 2015 | ||
|
||
* Update to PostCSS 5.0 | ||
|
||
1.3.2, Aug 24, 2015 | ||
|
||
* Unpublished version | ||
|
||
1.3.1, Jul 9, 2015 | ||
|
||
* Fixed: Replace `eachDecl` with `each` and `decl.type` check in process function | ||
|
||
1.3.0, Jul 1, 2015 | ||
|
||
* Added: Use browserslist to generate rem fallbacks only when needed | ||
|
||
1.2.4, Apr 17, 2015 | ||
|
||
* Fixed: generate fallbacks with a value starting with dot | ||
|
||
1.2.3, Mar 27, 2015 | ||
|
||
* Fix: copy and reduce decl.before, only if defined | ||
|
||
1.2.2, Mar 27, 2015 | ||
|
||
* Fix root-font size detection | ||
|
||
1.2.1, Mar 23, 2015 | ||
|
||
* Reduce line-breaks when inserting clone node | ||
|
||
1.2.0, Feb 19, 2015 | ||
|
||
* Add option `html` to disable root font-size detection | ||
* Fix root-font size defined with `calc` | ||
* Throw error when root font-size is invalid | ||
|
||
1.1.1, Feb 5, 2015: | ||
|
||
* Fix root font-size detection | ||
|
||
1.1.0, Jan 25, 2015: | ||
|
||
* PostCSS 4 | ||
* Expose postcss processor | ||
|
||
1.0.0, Nov 26, 2014: | ||
|
||
* Generate rem fallbacks only when needed | ||
* Updated to PostCSS v3.0 | ||
* Get root font-size from CSS | ||
|
||
0.1.4, March 6, 2014: Code optimization from AI. | ||
0.1.3, Dec 14, 2013: Fix regex for < 0 values. | ||
0.1.1, 0.1.2, Dec 14, 2013: Documentation improvements. | ||
0.1.0, Dec 14, 2013: Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters