Skip to content

Commit

Permalink
Release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Nov 27, 2022
1 parent e8a7900 commit 2a66cf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0] - 2022-11-27
### Added
- Support for Tailwind specific syntax
- Support for Vue specific syntax
- Support for Tailwind specific syntax, with new extend option
- Support for inline styles with `stylelint-config-html`

### Changed
- Split rules from export bundles,
each rule is now in the rules folder and extended in the options offered in the root of this project,
It is now easier to build your own config based on these rules
- Dropped `at-rule-no-unknown` for default,
for custom PostCSS rules use your own custom rules after this extend
- Dropped `at-rule-no-unknown` for default

## [4.2.1] - 2022-11-24
### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fylgja/stylelint-config",
"version": "4.2.1",
"version": "5.0.0",
"description": "Sharable stylelint config used by Fylgja packages",
"homepage": "https://getfylgja.com/",
"repository": "https://github.com/fylgja/stylelint-config",
Expand Down

0 comments on commit 2a66cf5

Please sign in to comment.