From 5dca6b3dfa0baf919d121b904c74c55b9d7a786c Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sun, 22 Dec 2024 20:45:55 +0100 Subject: [PATCH] Add a mention about the standardization of `@x` to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85ab86bc..9a6a6b8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ This is a non-breaking change, so you don’t even necessarily need to migrate y ### What else happened since the last release? +The cross-import notation (`@x`) that was an experimental proposal for a long time has now been standardized! Its official name is **Public API for cross-imports**. You can use it to create explicit connections between entities. There's [a new section in our documentation all about this new notation](https://feature-sliced.design/docs/reference/public-api#public-api-for-cross-imports). + Another exciting new thing in the FSD ecosystem is our architectural linter, [Steiger](https://github.com/feature-sliced/steiger). It's still in active development, but it is production-ready. A couple more minor clarifications to the docs were made as well: