File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.1.0] - 2019-02-05
8+
9+ ### Added
10+ - ` landscape ` (Boolean) Adds ` @media (orientation: landscape) ` with values converted via ` landscapeWidth ` .
11+ - ` landscapeUnit ` (String) Expected unit for ` landscape ` option
12+ - ` landscapeWidth ` (Number) Viewport width for landscape orientation.
13+
14+ ### Fixed
15+ - ` mediaQuery ` option if ` true ` does not mutate its value now, but the rule inside it instead.
16+
717## [ 1.0.0] - 2019-01-28
818
919### Added
@@ -14,13 +24,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1424### Changed
1525- zero values now remain unitless.
1626- 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.
You can’t perform that action at this time.
0 commit comments