Skip to content

Releases: nextcloud-libraries/stylelint-config

v3.0.1

06 May 17:30
2021fc9
Compare
Choose a tag to compare

v3.0.1 (2024-05-07)

Fixed

  • fix: Remove stylistic rules also for scss

v3.0.0

29 Apr 18:15
b10dfcd
Compare
Choose a tag to compare

v3.0.0 (2024-04-15)

Full Changelog

Breaking changes 💥

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.

Changed

  • Updated stylelint and require stylelint version 16.2.0 or later.

v2.4.0

22 Jan 21:09
6acf312
Compare
Choose a tag to compare

v2.4.0 (2024-01-23)

Full Changelog

Implemented enhancements

  • Bump stylelint-config-recommended-scss to 13.1.0
  • Update NPM version to ^10.0.0 to match version used by LTS Node 20

Fixed bugs

  • Fix indention to be consistent

v2.3.1

11 Jul 09:25
v2.3.1
3b81bf7
Compare
Choose a tag to compare

Changelog

v2.3.1 (2023-07-11)

Full Changelog

Implemented enhancements:

  • Bump stylelint and peers (st3iny)

Changed:

  • Update engines versions to Node 20 with Npm 9 #78

v2.3.0

14 Oct 17:22
ee86c96
Compare
Choose a tag to compare

v2.3.0 (2022-10-14)

Full Changelog

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

10 Aug 08:00
8758b8f
Compare
Choose a tag to compare

v2.2.0 (2022-08-10)

Full Changelog

Changed

  • Update engines versions to Node 16 with Npm 7 or Npm 8

v2.1.2

08 Jan 09:28
e15bae6
Compare
Choose a tag to compare

v2.1.2 (2022-01-08)

Full Changelog

Implemented enhancements:

v2.1.1

04 Jan 10:06
82f3021
Compare
Choose a tag to compare

v2.1.1 (2022-01-04)

Full Changelog

Fixed bugs:

v2.1.0

03 Jan 15:37
85bbae5
Compare
Choose a tag to compare

v2.1.0 (2021-11-11)

Full Changelog

Fixed:

v2.0.1

11 Nov 16:50
3b3532c
Compare
Choose a tag to compare

v2.0.1 (2021-11-11)

Full Changelog

Merged pull requests:

  • Fix missing stylelint-config-recommended-vue #16 (skjnldsv)