Skip to content

Commit

Permalink
Add a mention about the standardization of @x to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Dec 22, 2024
1 parent 7243084 commit 5dca6b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5dca6b3

Please sign in to comment.