Socket
Socket
Sign inDemoInstall

stylelint-order

Package Overview
Dependencies
112
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

3.0.1

Diff

Changelog

Source

3.0.1

  • Fixed properties-order not report warnings, if autofix didn't fix them.
  • Fixed properties-alphabetical-order now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.
hudochenkov
published 3.0.0 •

Changelog

Source

3.0.0

  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
  • Removed stylelint@9 as a peer dependency. stylelint 10 or greater is now required.
  • Added emptyLineBeforeUnspecified option for properties-order.
hudochenkov
published 2.2.1 •

Changelog

Source

2.2.1

  • Fixed false negatives with noEmptyLineBetween in combination with the order: "flexible".
hudochenkov
published 2.2.0 •

Changelog

Source

2.2.0

  • Added noEmptyLineBetween for groups in properties-order.
  • Added stylelint@10 as a peer dependency.
hudochenkov
published 2.1.0 •

Changelog

Source

2.1.0

  • Added experimental support for HTML style tag and attribute.
  • Added experimental support for CSS-in-JS.
hudochenkov
published 2.0.0 •

Changelog

Source

2.0.0

This is a major release, because this plugin requires stylelint@9.8.0+ to work correctly with Less files.

  • Added optional groupName property for properties-order.
  • Adopted postcss-less@3 parser changes, which is dependency of stylelint@9.7.0+.
  • Fixed incorrect fixing when properties order and empty lines should be changed at the same time.
hudochenkov
published 1.0.0 •

Changelog

Source

1.0.0

  • Removed stylelint@8 as a peer dependency.
hudochenkov
published 0.8.1 •

Changelog

Source

0.8.1

  • Add stylelint@9.0.0 as a peer dependency.
hudochenkov
published 0.8.0 •

Changelog

Source

0.8.0

  • Breaking change: Dropped Node.js 4 support. Use Node.js 6 or newer.
  • Changed: order and properties-order will no longer autofix proactively. If there no violations would be reported with autofix disabled, then nothing will be changed with autofix enabled. Previously, there were changes to flexible properties order (#49) or to the order of content within declaration blocks (#51).
hudochenkov
published 0.7.0 •

Changelog

Source

0.7.0

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc