Skip to content

v3.0.0

Compare
Choose a tag to compare
@susnux susnux released this 29 Apr 18:15
· 29 commits to main since this release
b10dfcd

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.