Skip to content

Releases: Phillip9587/nx-stylelint

v18.0.0

16 Oct 08:32
Compare
Choose a tag to compare

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

v18.0.0-beta.9

15 Oct 15:06
Compare
Choose a tag to compare
v18.0.0-beta.9 Pre-release
Pre-release

18.0.0-beta.9 (2024-10-15)

This was a version bump only, there were no code changes.

v18.0.0-beta.8

15 Oct 14:45
Compare
Choose a tag to compare
v18.0.0-beta.8 Pre-release
Pre-release

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

v18.0.0-beta.12

15 Oct 15:56
Compare
Choose a tag to compare
v18.0.0-beta.12 Pre-release
Pre-release

18.0.0-beta.12 (2024-10-15)

This was a version bump only, there were no code changes.

v18.0.0-beta.11

15 Oct 15:29
Compare
Choose a tag to compare
v18.0.0-beta.11 Pre-release
Pre-release

18.0.0-beta.11 (2024-10-15)

This was a version bump only, there were no code changes.

v18.0.0-beta.10

15 Oct 15:26
Compare
Choose a tag to compare
v18.0.0-beta.10 Pre-release
Pre-release

18.0.0-beta.10 (2024-10-15)

This was a version bump only, there were no code changes.

v17.1.6

15 Oct 15:49
Compare
Choose a tag to compare

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

24 Sep 21:46
Compare
Choose a tag to compare
v18.0.0-beta.6 Pre-release
Pre-release

18.0.0-beta.6 (2024-09-24)

Bug Fixes

  • plugin: fixed stylelint config files glob (43b0dec)

v18.0.0-beta.5

24 Sep 21:21
Compare
Choose a tag to compare
v18.0.0-beta.5 Pre-release
Pre-release

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)

Refactorings

  • move index.ts to project root (302accb)
  • plugin: refactor lintFilePatterns to extensions (0f4c810)
  • plugin: remove deep imports from nx package (d9b3f1d)
  • restructure generators (7ddb11a)

v17.1.5

04 Jun 15:07
Compare
Choose a tag to compare

17.1.5 (2024-06-04)

Bug Fixes

  • add Nx 19 to supported version (75c3cc7)