All notable changes to this project will be documented in this file.
2.0.3 β 2019-07-13
- π¦ Upgrade dependencies (#70) (cad86cd), closes #39 #57 #64 #68 #75 #74 #73 \
- Bump
stylelint-order
from 2.0.0 to 3.0.1
- Bump
2.0.2 β 2019-04-16
- π Fix up changelog formatting (d1d4b89)
2.0.1 β 2018-12-16
- π¦ Upgrade dependency versions (#30) [
2448510
]stylelint-order
now at2.x.x
- Dev dependencies updated
- Fixed sub-dependency vulnerabilities fixed per
npm audit
- β
Add tests (#29) [
7197234
]- Includes AVA test runner
- Adds stylelint as a dev/peer dependency
- Adds example code fixtures & basic tests
- Outdated & deprecated vendor-prefixed properties
- Updated CSS Grid layout properties to better follow the pattern of having shorthand properties first
- Individual eslint dependencies
Using @zazen/eslint-config now.
- Upgraded stylelint-order dependency
Thanks for the nudge, @ai
- Upgraded stylelint-order version
- Updated codestyle & formatting rules
- Vendor-specific
font-smoothing
properties
Thanks, @yakhinvadim.
- Enabled Greenkeeper integration
- stylelint-order version bumped to latest
Thanks, @yakhinvadim.
order/declaration-block-properties-specified-order
was removed in stylelint-order v0.4; replaced withorder/properties-order
- SVG presentation properties
- Upgraded stylelint-order version
declaration-block-properties-order
Stylelint rule
- stylelint-order plugin
- Compositing properties (i.e.,
background-blend-mode
,isolation
, &mix-blend-mode
)
- Deprecated flexbox properties
extends
property
- Properties for CSS Grid layout
- Missing flexbox properties (e.g.,
align-content
,order
, etc.)
- JSON object/array structure
- Updated various
package.json
settings