Change Log
All notable changes to this project will be documented in this file.
2.1.0 — 2020-07-31
Added
- 🎁 Add unprefixed
gap
properties (#166) [78c544f
], closes #140 \
These are added outside of the other grid
properties, since it is
now used in flex
contexts as well, but directly after grid-gap
for better backwards-compatibility.
See MDN Web Docs
for reference.
Changed
2.0.4 — 2020-03-16
Changed
- 📦 Upgrade semantic-release config [
6d3a4cd
]
- 📦 Upgrade dependencies (#101) [
b1a8f58
] \
stylelint-order
bumped to v4. Other internal dependencies upgraded to their latest.
Other updates
- 💚 Update CI node versions [
8ad3f0d
] \
esm
package required for AVA to run in Node 10+.
2.0.3 — 2019-07-13
Changed
- 📦 Upgrade dependencies (#70) (cad86cd)
- Bump
stylelint-order
from 2.0.0 to 3.0.1
- Bump
@zazen/eslint-config
from 0.3.0 to 1.0.0 (#39)
- Bump
stylelint
from 10.0.0 to 10.1.0 (#57)
- Bump
ava
from 1.0.1 to 2.2.0
- Bump
semantic-release
from 15.13.0 to 15.13.18 (#64)
- Bump
husky
from 1.2.1 to 3.0.0 (#68)
- Bump
lint-staged
from 8.1.0 to 9.2.0
Includes some security fixes to sub-dependencies
- 🔒 Bump
lodash
from 4.17.11 to 4.17.14 (#75)
- 🔒 Bump
lodash.template
from 4.4.0 to 4.5.0 (#74)
- 🔒 Bump
lodash.merge
from 4.6.1 to 4.6.2 (#73)
2.0.2 — 2019-04-16
Changed
- 📦 Update Stylelint to 10.0.0 (#35) (3e4d05b) \
Also updates
peerDependency
version range.
Other updates
- 📚 Fix up changelog formatting (d1d4b89)
2.0.1 — 2018-12-16
Changed
- 📦 Upgrade dependency versions (#30) [
2448510
]
stylelint-order
now at 2.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
2.0.0 — 2018-03-22
Removed
- Outdated & deprecated vendor-prefixed properties
Changed
- Updated CSS Grid layout properties to better follow the pattern of having shorthand properties first
1.2.4 — 2018-03-13
Removed
Changed
- Upgraded stylelint-order dependency
Thanks for the nudge, @ai
1.2.3 — 2017-11-14
Changed
Other updates
- Updated codestyle & formatting rules
1.2.2 — 2017-07-27
Added
- Vendor-specific
font-smoothing
properties
Thanks, @yakhinvadim.
Other updates
1.2.1 — 2017-06-29
Changed
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
1.1.0 - 2017-04-16
Added
- SVG presentation properties
Changed
1.0.0 - 2017-02-11
Removed
declaration-block-properties-order
Stylelint rule
Added
0.3.0 - 2017-02-03
Added
- Compositing properties (i.e.,
background-blend-mode
, isolation
, & mix-blend-mode
)
0.2.0 - 2017-01-28
Removed
- Deprecated flexbox properties
extends
property
Added
- Properties for CSS Grid layout
- Missing flexbox properties (e.g.,
align-content
, order
, etc.)
Fixed
- JSON object/array structure
Other updates
- Updated various
package.json
settings
0.1.0 - 2017-01-27
🎉 Project created