Releases: Phillip9587/nx-stylelint
Releases · Phillip9587/nx-stylelint
v18.0.0
18.0.0 (2024-10-16)
⚠️ Breaking Changes
- Support for Node.js v21 has been removed.
- Support for Nx v18 has been removed
- Support for Stylelint v15 has been removed
- Support for Nx v17 has been removed
🚀 Features
⚠️ drop support for Node.js 21 (1ea3ace)- plugin: inputs should only be the files with specified extensions in the projectRoot (bf4cd4f)
- add create-nodes plugin (ac1d892)
- drop support for Nx 17 (e192713)
- drop support for Nx 18 (47fdd61)
- drop support for Stylelint 15 (d2fe516)
- plugin target cache (93c6bdd)
- plugin: add createNodesV2 (b9086a1)
- support stylelint config overrides.extends (7002ce1)
🩹 Fixes
- update versions to latest (4c2d84b)
- plugin: bring back isStandaloneWorkspace check (f2e0f54)
- plugin: remove the configFilePath from the targetHash (9ac9789)
- plugin: fixed stylelint config files glob (43b0dec)
- plugin: export createDependencies (f07e9b5)
- plugin: fix targetsCache path (013c499)
- plugin: fixed root target creation (11144e8)
- plugin: move lintFileGlob to command (a3fc787)
- plugin: normalize user input for extensions (0145812)
- support .stylelintrc.ts files in plugin (9e5ea5c)
❤️ Thank You
- Phillip9587 @Phillip9587
v18.0.0-beta.9
18.0.0-beta.9 (2024-10-15)
This was a version bump only, there were no code changes.
v18.0.0-beta.8
18.0.0-beta.8 (2024-10-15)
🚀 Features
⚠️ drop support for Node.js 21 (1ea3ace)
⚠️ Breaking Changes
- Support for Node.js v21 has been removed.
❤️ Thank You
- Phillip9587 @Phillip9587
v18.0.0-beta.12
18.0.0-beta.12 (2024-10-15)
This was a version bump only, there were no code changes.
v18.0.0-beta.11
18.0.0-beta.11 (2024-10-15)
This was a version bump only, there were no code changes.
v18.0.0-beta.10
18.0.0-beta.10 (2024-10-15)
This was a version bump only, there were no code changes.
v17.1.6
This release is intended to replace the incorrectly published 18.0.0-beta.11 version, which was mistakenly tagged as the 'latest' version.
v18.0.0-beta.6
v18.0.0-beta.5
18.0.0-beta.5 (2024-09-24)
⚠ BREAKING CHANGES
- Support for Nx v18 has been removed
- Support for Stylelint v15 has been removed
- Support for Nx v17 has been removed
Features
- add create-nodes plugin (ac1d892)
- drop support for Nx 17 (e192713)
- drop support for Nx 18 (47fdd61)
- drop support for Stylelint 15 (d2fe516)
- plugin target cache (93c6bdd)
- plugin: add createNodesV2 (b9086a1)
- support stylelint config overrides.extends (7002ce1)
Bug Fixes
- plugin: export createDependencies (f07e9b5)
- plugin: fix targetsCache path (013c499)
- plugin: fixed root target creation (11144e8)
- plugin: move lintFileGlob to command (a3fc787)
- plugin: normalize user input for extensions (0145812)
- support .stylelintrc.ts files in plugin (9e5ea5c)
Tests
- fix plugin tests (3628f13)
- plugin: fix failing test (5bbad9f)
- update nx commands to use (d7161d3)
- update vscode extension adding tests (9e2199d)