-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48fb2b5
commit b3c10ab
Showing
1 changed file
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,61 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased | ||
|
||
### Removed | ||
- Outdated & deprecated vendor-prefixed properties | ||
|
||
- Outdated & deprecated vendor-prefixed properties | ||
|
||
## 1.2.3 β 2017-11-14 | ||
|
||
- **Upgraded:** [stylelint-order] version | ||
- **Internal:** Updated codestyle & formatting rules | ||
|
||
## 1.2.2 β 2017-07-27 | ||
- **Added:** Vendor-specific `font-smoothing` properties (thanks, @yakhinvadim) | ||
- **Internal:** Enabled [greenkeeper] integration | ||
|
||
[greenkeeper]: https://greenkeeper.io/ | ||
- **Added:** Vendor-specific `font-smoothing` properties (thanks, @yakhinvadim) | ||
- **Internal:** Enabled [greenkeeper] integration | ||
|
||
[greenkeeper]: https://greenkeeper.io/ | ||
|
||
## 1.2.1 β 2017-06-29 | ||
- **Changed:** [stylelint-order] version bumped to latest (thanks, @yakhinvadim) | ||
|
||
- **Changed:** [stylelint-order] version bumped to latest (thanks, @yakhinvadim) | ||
|
||
## 1.2.0 β 2017-05-19 | ||
- **Changed:** `order/declaration-block-properties-specified-order` was removed in [stylelint-order] v0.4; replaced with `order/properties-order` | ||
|
||
- **Changed:** `order/declaration-block-properties-specified-order` was removed in [stylelint-order] v0.4; replaced with `order/properties-order` | ||
|
||
## 1.1.0 - 2017-04-16 | ||
- **Added:** SVG presentation properties | ||
- **Upgraded:** [stylelint-order] version | ||
|
||
- **Added:** SVG presentation properties | ||
- **Upgraded:** [stylelint-order] version | ||
|
||
## 1.0.0 - 2017-02-11 | ||
- **Added:** [stylelint-order] plugin dependency | ||
- **Deprecated:** `declaration-block-properties-order` Stylelint rule | ||
|
||
[stylelint-order]: https://github.com/hudochenkov/stylelint-order | ||
- **Added:** [stylelint-order] plugin dependency | ||
- **Deprecated:** `declaration-block-properties-order` Stylelint rule | ||
|
||
[stylelint-order]: https://github.com/hudochenkov/stylelint-order | ||
|
||
## 0.3.0 - 2017-02-03 | ||
- **Added:** Compositing properties (_ie_, `background-blend-mode`, `isolation`, & `mix-blend-mode`) | ||
|
||
- **Added:** Compositing properties (_ie_, `background-blend-mode`, `isolation`, & `mix-blend-mode`) | ||
|
||
## 0.2.0 - 2017-01-28 | ||
- **Added:** Properties for CSS Grid layout | ||
- **Added:** Missing flexbox properties (_eg_, `align-content`, `order`, etc.) | ||
- **Changed:** Various `package.json` settings | ||
- **Removed:** Deprecated flexbox properties | ||
- **Removed:** `extends` property | ||
- **Fixed:** **JSON object/array structure** | ||
|
||
- **Added:** Properties for CSS Grid layout | ||
- **Added:** Missing flexbox properties (_eg_, `align-content`, `order`, etc.) | ||
- **Changed:** Various `package.json` settings | ||
- **Removed:** Deprecated flexbox properties | ||
- **Removed:** `extends` property | ||
- **Fixed:** **JSON object/array structure** | ||
|
||
## 0.1.0 - 2017-01-27 | ||
|
||
### π Project created |