Releases: anton-rudeshko/CSSReorder
Releases · anton-rudeshko/CSSReorder
Release list
v0.5.1
v0.5.0
- Upgrading to new platform API to support WebStorm 7, PHPStorm 7 and IDEA 13.
- Now requires IntelliJ IDEA platform ≥ 13.
- Consider also using node.js/npm version: csscomb.js
v0.4.0
- Completely rewritten to use platform provided rearrangement.
- Now requires IntelliJ IDEA platform ≥ 12.
- Now should be invoked using Code → Rearrange action on CSS files. This action also can be invoked on code reformatting action by checking corresponding option (Rearrange entries) in Reformat code dialog. Fixes #10.
- Now works with media rulesets. Fixes #11.
- Now works with selection. Fixes #7.
v0.3.1
Changed default shortcut to Ctrl+Alt+R because of conflict with menu …