This was our last release announcement on Twitter as we're closing our account. You can get notified of future Stylelint releases through GitHub using Watch -> Custom -> Releases.
16.13.0 is out! It adds 3 rules to detect errors in at-rules and 2 to detect deprecated CSS features, adds 4 more new features, fixes 7 bugs and deprecates 1 thing:
stylelint.io/changelog/#1613…
We've turned on the new rules in our standard config:
npmjs.com/package/stylelint-…
16.11.0 is out! It adds a new `report*` option, a new option to the `media-query-no-invalid` rule, and fixes a lot of bugs, including with the reported ranges of many rules.
stylelint.io/CHANGELOG#16110
16.10.0 is out! It adds the new `formatter` config property, the new `validate` and `--validate` options, and fixes a bunch of bugs. Enjoy!
stylelint.io/changelog/#1610…
16.9.0 is out! It changes the `Rule` function argument type, which may impact some TypeScript users, and changes to honor Node.js `--no-deprecation` flag for deprecated rules. Also, it fixes some rule bugs, including false negatives/positives.
stylelint.io/changelog/#1690
16.8.2 is out! It deprecates the `context.fix` property and recommends passing a `fix` callback to `report()`. In addition, it fixes some bugs about false positives and reported ranges.
stylelint.io/changelog/#1682
16.8.0 is out! It deprecates the `github` formatter, fixes the `stylelint.utils.checkAgainstRule()` regression, and fixes many bugs, including false negatives or configuration comments (/* stylelint-disable */).
stylelint.io/CHANGELOG#1680
16.7.0 is out! It adds the `url` secondary option, changes the `tap` formatter to support TAP14, and fixes a bunch of false negatives/positives for rules. Enjoy it!
stylelint.io/changelog/#1670
16.5.0 is out! It adds regex support to the `ignoreValues` option for `value-no-vendor-prefix`, fixes some false negatives/positives, and fixes a type error around Cosmiconfig.
stylelint.io/CHANGELOG#1650
16.4.0 is out! It adds a new rule for the `custom-media` at-rule, two secondary options, experimental support for post processors, and fixes many bugs, including false negatives/positives, incorrect autofix, etc.
stylelint.io/CHANGELOG#1640
16.3.1 is out! It fixes import errors for configs and plugins. This bug raised `ERR_UNSUPPORTED_DIR_IMPORT` or "No configuration provided" errors.
stylelint.io/changelog/#1631