Browse Source

change order in changelog

add-media-landscape
Ivan Bunin 7 years ago
parent
commit
794877c836
  1. 20
      CHANGELOG.md

20
CHANGELOG.md

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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.
## [1.0.0] - 2019-01-28
### Added
@ -14,13 +24,3 @@ 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.
## [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.
Loading…
Cancel
Save