diff --git a/docs/changelog/19_6_0.md b/docs/changelog/19_6_0.md index dd5b6b9b13..4d6e98b575 100644 --- a/docs/changelog/19_6_0.md +++ b/docs/changelog/19_6_0.md @@ -4,7 +4,12 @@ {% cards cols="2" %} {% card title="Explain with AI" type="document" url="/ci/features/explain-with-ai" /%} +{% card title="File-Based Versioning for Nx Release (Version Plans)" type="document" url="/recipes/nx-release/file-based-versioning-version-plans" /%} +{% card title="Migrate to Inferred Tasks (Project Crystal)" type="document" url="/recipes/running-tasks/convert-to-inferred" /%} {% card title="Angular 18.2.0 Support" type="document" url="https://github.com/nrwl/nx/pull/27379" /%} {% card title="Storybook 8 Support" type="document" url="https://github.com/nrwl/nx/pull/27214" /%} -{% card title="Jest 29.7.0 Support" type="document" url="https://github.com/nrwl/nx/pull/27301" /%} {% /cards %} + +## Breaking Changes + +We updated `webpack-dev-server` to v5 in `@nx/webpack`, which comes with some breaking changes. See their [migration guide](https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md) for more details.