From f7da5f6862a57a6cefc7e7bef5e8b69fec146862 Mon Sep 17 00:00:00 2001 From: Ivan Bunin Date: Tue, 5 Feb 2019 13:08:47 +0300 Subject: [PATCH] update version to 1.1.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baba79a..5300f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - zero values now remain unitless. -- replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed. \ No newline at end of file +- replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed. + +## [1.1.0] - 2019-02-05 + +### Added +- `landscape` (Boolean) Adds `@media (orientation: landscape)` with values converted via `landscapeWidth`. +- `landscapeUnit` (String) Expected unit for `landscape` option +- `landscapeWidth` (Number) Viewport width for landscape orientation. + +### Fixed +- `mediaQuery` option if `true` does not mutate its value now, but the rule inside it instead. \ No newline at end of file diff --git a/package.json b/package.json index 96327c9..e9b1450 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "postcss-px-to-viewport", "description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).", - "version": "1.0.0", + "version": "1.1.0", "author": "Dmitry Karpunin ", "license": "MIT", "repository": {