Skip to content

Commit f7da5f6

Browse files
update version to 1.1.0
1 parent afb06f1 commit f7da5f6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515
- zero values now remain unitless.
16-
- replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed.
16+
- replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed.
17+
18+
## [1.1.0] - 2019-02-05
19+
20+
### Added
21+
- `landscape` (Boolean) Adds `@media (orientation: landscape)` with values converted via `landscapeWidth`.
22+
- `landscapeUnit` (String) Expected unit for `landscape` option
23+
- `landscapeWidth` (Number) Viewport width for landscape orientation.
24+
25+
### Fixed
26+
- `mediaQuery` option if `true` does not mutate its value now, but the rule inside it instead.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-px-to-viewport",
33
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Dmitry Karpunin <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)