Skip to content

Commit 794877c

Browse files
change order in changelog
1 parent f7da5f6 commit 794877c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

0 commit comments

Comments
 (0)