v3.0.1 (2024-05-07)
- fix: Remove stylistic rules also for scss
v3.0.0 (2024-04-15)
stylelint was updated to version 16.0 which drops all stylistic changes.
The means stylelint only will check for code quality but not for stylistic rules.
So it is now recommended to instead use prettier
with @nextcloud/prettier-config
for stylistic rules.
See also Nextcloud prettier setup.
- Updated stylelint and require stylelint version 16.2.0 or later.
v2.4.0 (2024-01-23)
- Bump stylelint-config-recommended-scss to 13.1.0
- Update NPM version to
^10.0.0
to match version used by LTS Node 20
- Fix indention to be consistent
v2.3.1 (2023-07-11)
Implemented enhancements:
- Bump stylelint and peers (st3iny)
Changed:
- Update engines versions to Node 20 with Npm 9 #78
v2.3.0 (2022-10-14)
Implemented enhancements:
::v-deep
is deprecated in favor of:deep
as of vue 2.7 #65 (susnux)- Also allow
:deep
as a pseudo class #66 (susnux)
v2.2.0 (2022-08-10)
Changed
- Update engines versions to Node 16 with Npm 7 or Npm 8
v2.1.2 (2022-01-08)
Implemented enhancements:
v2.1.1 (2022-01-04)
Fixed bugs:
v2.1.0 (2021-11-11)
Fixed:
v2.0.1 (2021-11-11)
Fixed:
v2.0.0 (2021-11-11)
Merged pull requests:
⚠️ Update stylelint base configs for stylelint 14 #14 (juliushaertl)⚠️ Bump stylelint to 14.0.1- Bump stylelint-config-recommended-scss to 5.0.1
- Bump stylelint-scss to 4.0.0
v1.0.0 (2021-06-11)
Init repo config