Skip to content

v18.0.0

Latest
Compare
Choose a tag to compare
@Phillip9587 Phillip9587 released this 16 Oct 08:32
· 25 commits to main since this release

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