Skip to content

Commit

Permalink
update version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo-mourany committed Feb 21, 2023
1 parent b857080 commit 1c0f32f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Fix css indentation selector
- Optimize code

## [1.2.3]

### Features

- Hide CssSortButton is not css or scss file
- Support @media query and @include sort
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,17 @@ The extension uses the following sorting standard :
<!-- ROADMAP -->
## Roadmap

### Done

- [x] Sort the properties of the selectors in the order in which they appear in the file
- [x] Support for **SCSS** files
- [x] Save indentation of the properties
- [x] Support at-rules (media queries, keyframes, etc.)
- [x] Support @include and @media query
- [x] Display cssSortButton only if the file is a css or scss file

### Planned

- [ ] Add a configuration panel to allow the user to choose the order of the properties (JSON file)
- [ ] Sort selectors in the order (CSS file)
- [ ] Save comments before properties
Expand All @@ -92,7 +99,6 @@ The extension uses the following sorting standard :
- [ ] Remove malformed CSS comments that interfere with the rest of the code



See the [open issues](https://github.com/enzo-mourany/css-property-sorter/issues) for a full list of proposed features (and known issues).


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "css-property-sorter",
"displayName": "CSS Property Sorter",
"description": "vscode extension that allows to sort css properties in a logical and consistent order",
"version": "1.2.2",
"version": "1.2.3",
"publisher": "EnzoMourany",
"license": "MIT",
"icon": "images/icon.png",
Expand Down

0 comments on commit 1c0f32f

Please sign in to comment.