nxtensions

Extensions and plugins for Nx

MIT License

Downloads
11.6K
Stars
61
Committers
8

Bot releases are hidden (Show)

nxtensions - @nxtensions/[email protected] Latest Release

Published by leosvelperez 5 months ago

19.0.0 (2024-05-18)

⚠ BREAKING CHANGES

  • astro: Support for Nx v18 was dropped.

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez 7 months ago

18.2.1 (2024-03-24)

Bug Fixes

  • astro: allow passing additional properties to the nx init generator (#599) (38fe3c5)
  • astro: resolve and execute astro cli binary (#600) (42e9ee1)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez 8 months ago

18.2.0 (2024-03-03)

Features

  • astro: add support for generating apps with playwright e2e tests (#574) (e0392a9)
  • astro: allow cypress generator to infer targets (#573) (74ed967)
  • astro: set target defaults per executor (#572) (e70a625)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez 8 months ago

18.1.1 (2024-02-27)

Bug Fixes

  • astro: spawn astro process correctly on windows platform (#564) (0381a71)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez 8 months ago

18.1.0 (2024-02-25)

Features

  • astro: allow generating applications with project name and directory as provided (#561) (abdb9f8)
  • astro: allow generating components with name and directory as provided (#563) (d2c54c1)
  • astro: allow generating libraries with project name and directory as provided (#562) (f20a454)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez 8 months ago

18.0.0 (2024-02-11)

⚠ BREAKING CHANGES

  • astro: Support for Nx versions lower than 18 was dropped

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez 8 months ago

17.0.0 (2024-02-11)

⚠ BREAKING CHANGES

  • astro: Support for versions of Nx lower than v17 was dropped
  • astro: Support for versions of Astro lower than v3 was dropped

Features

Bug Fixes

  • astro: makes the nx patch exit normally instead of throwing an error (#509) (2100ad9)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez about 1 year ago

16.2.0 (2023-08-13)

Features

  • astro: restore usage of astro's latest version (#467) (9a3d805)
  • astro: sync with upstream and simplify generator templates (#468) (fd33746)

Bug Fixes

  • astro: import tsquery lazily in application generator (#466) (c328cdb)
  • astro: set explicit include setting to generated app tsconfig (#469) (88ca75f)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez about 1 year ago

16.1.0 (2023-08-06)

Features

  • astro: pin generated astro version to 2.9.6 (#451) (19f3b42)
  • astro: set @nx/cypress and @nx/linter as optional peer dependencies (#455) (86eb49c)
  • astro: update dependencies (#450) (3879519)

Bug Fixes

  • astro: do not overwrite existing dependencies in generators (#454) (d5093b7)
  • astro: generate correct tailwind integration config (#453) (a9d083e)
  • astro: sync generated tsconfig with astro defaults (#456) (51e50a7)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez about 1 year ago

16.0.0 (2023-07-30)

⚠ BREAKING CHANGES

  • astro: Support for Nx 16.x.x was added and support for lower versions of Nx has been dropped. Make sure to upgrade Nx to 16.x.x before upgrading to this version. Starting with this version and moving forward, the major version of this package will be in sync with the major version of Nx it supports.

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 1 year ago

3.5.0 (2023-04-01)

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 1 year ago

3.4.0 (2023-03-24)

Features

  • astro: allow opting-out of component filename capitalization (#338) (d898485)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 1 year ago

3.3.1 (2023-03-09)

Bug Fixes

  • astro: handle —host boolean value correctly in dev executor (#327) (45679c9)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 1 year ago

3.3.0 (2023-01-28)

Features

  • astro: add support for astro v2 (#297) (3a333d9)
  • astro: add sync executor (#277) (0a9931c)
  • astro: generate astro as a peer dependency for publishable libraries (#276) (e3e3c38)
  • astro: generate new workspaces with astro ^1.8.0 (#278) (9dac5c1)

Bug Fixes

  • astro: ensure the plugin is not initialized multiple times (#279) (73cc94f)
  • astro: fix build executor support for astro supported config file types (#294) (dbc98f3)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez almost 2 years ago

3.2.0 (2022-12-25)

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez almost 2 years ago

3.1.0 (2022-10-28)

Features

  • astro: add support for nx 15 (#217) (ca7e189)
  • astro: update astro dependencies (a5c50ea)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez about 2 years ago

3.0.0 (2022-09-25)

⚠ NOTICE

This version adds support for the stable Astro version 1.x.x. If you're coming from a version of Astro earlier than 1.0.0, please make sure to follow the Astro Migration Guide.

Remember to update this plugin version in your workspace by running nx migrate @nxtensions/astro@latest.

Features

  • astro: support latest astro stable version (1.2.8) (#165) (a38e9ce)
  • astro: update astro to latest (1.3.0) (#169) (570d9b6)

Bug Fixes

  • astro: handle new projects correctly in project graph plugin (#168) (d2f7ec4)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 2 years ago

2.3.0 (2022-06-27)

⚠ NOTICE

This version adds support for the latest Astro beta version. If you're coming from a version of Astro earlier than 1.0.0-beta.0, please make sure to follow the Astro Migration Guide.

Remember to update this plugin version in your workspace by running nx migrate @nxtensions/astro@latest.

Features

  • astro: add migration to generate script to patch the nx cli for esm module import support (19c4649)
  • astro: support latest version (1.0.0-beta.47) (#50) (f514c7a)
  • astro: support latest version (1.0.0-beta.56) (#52) (c2a3449)

Bug Fixes

  • astro: add missing package update migration for astro package (c87847f)
  • astro: collect deps with a custom visitor to improve performance and fix some race conditions (9a2a36f)
nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 2 years ago

2.2.0 (2022-05-17)

Features

nxtensions - @nxtensions/[email protected]

Published by leosvelperez over 2 years ago

2.1.2 (2022-03-20)

Bug Fixes

  • astro: support old cli terminal output (#44) (66fb7b9)