Skip to content

Commit

Permalink
update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chernobelenkiy committed Feb 5, 2019
1 parent afb06f1 commit f7da5f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f7da5f6

Please sign in to comment.