Skip to content

Commit

Permalink
feat(version): 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirblazekcz committed Jun 27, 2023
1 parent 33ff9a8 commit cdfe339
Show file tree
Hide file tree
Showing 27 changed files with 1,223 additions and 1,307 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.DS_Store
.env
/node_modules/
/public/assets/
/public/**/*.html
Expand Down
14 changes: 9 additions & 5 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"extends": "stylelint-config-standard",
"extends": [
"stylelint-stylistic/config",
"stylelint-config-standard"
],
"rules": {
"stylistic/selector-list-comma-newline-after": "always-multi-line",
"stylistic/string-quotes": "double",
"stylistic/max-line-length": 140,
"at-rule-no-unknown": [true, {"ignoreAtRules": ["layer", "tailwind"]}],
"selector-list-comma-newline-after": "always-multi-line",
"string-quotes": "double",
"comment-empty-line-before": ["always", {"except": ["first-nested"], "ignore": ["stylelint-commands"], "ignoreComments": ["/^clean-css/"]}],
"length-zero-no-unit": [true, {"ignore": ["custom-properties"]}],
"value-keyword-case": ["lower", { "camelCaseSvgKeywords": true }],
"alpha-value-notation": "number",
"property-no-vendor-prefix": [true, { "ignoreProperties": "appearance" }],
"number-max-precision": [4, { "ignoreProperties": "letter-spacing" }],
"max-line-length": 140,
"selector-class-pattern": null,
"import-notation": "string"
"import-notation": "string",
"media-feature-range-notation": "prefix"
},
"ignoreFiles": ["**/+.css", "src/styles/Utils/normalize.css"]
}
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v3.4.2
* feat: vituum v1 update
* feat: newlogic core v2 update
* feat: deps update

v3.4.1
* feat: minor changes from winduum
* feat: removed seamless polyfill
* feat: update stylelint v32 and added stylelint-stylistic plugin

v3.4.0
* feat: added winduum native dialog with better accessibility
* feat: added winduum tailwind plugin and new css breakpoints
Expand Down
Loading

0 comments on commit cdfe339

Please sign in to comment.