diff --git a/content/7.blog/15.v3-7.md b/content/7.blog/15.v3-7.md index d04338c98..e4b9467de 100644 --- a/content/7.blog/15.v3-7.md +++ b/content/7.blog/15.v3-7.md @@ -1,6 +1,6 @@ --- title: 'Nuxt 3.7' -description: "Nuxt 3.7 is out, bringing a new CLI, native web streams and response, rendering optimisations, async context support - and much more." +description: "Вышел Nuxt 3.7 с новым CLI, нативными веб-стримами и ответами, оптимизацией рендеринга, поддержкой асинхронного контекста и многим другим" navigation: false image: /assets/blog/v3.7.png authors: @@ -12,27 +12,27 @@ date: 2023-08-25 category: Релиз --- -### 🐣 A New CLI +### 🐣 Новый CLI -We've refactored `nuxi` using [unjs/citty](http://github.com/unjs/citty) and this marks the first Nuxt release that depends on the new version, safely in its own repository. We have grand plans for this - check out some of the features + roadmap discussions in [nuxt/cli](https://github.com/nuxt/cli) and please feel free to contribute! +Мы переделали `nuxi` используя [unjs/citty](http://github.com/unjs/citty), и это первый релиз Nuxt, который зависит от новой версии, безопасно в своем собственном репозитории. У нас есть грандиозные планы на этот счет — ознакомьтесь с некоторыми функциями + обсуждениями дорожной карты в [nuxt/cli](https://github.com/nuxt/cli) и, пожалуйста, не стесняйтесь вносить свой вклад! -- Project Goals -- Feedbacks and Ideas -- The journey of Nuxt CLI Generations +- Цели проекта +- Обратная связь и идеи +- Путь поколений Nuxt CLI -Nuxi is now decoupled from the main `nuxt` version - we plan to iterate and release nuxi more quickly in future so you can expect new things coming soon! +Nuxi теперь отделена от основной версии `nuxt` - мы планируем в будущем быстрее обновлять и выпускать nuxi, так что вы можете ожидать новых вещей в ближайшее время! -### 🕸️ Native Web Streams and `Response` +### 🕸️ Нативные веб-стримы и `Response` -With improvements in [unjs/h3](https://github.com/unjs/h3) and [unjs/nitro](https://github.com/unjs/nitro), it's now possible to directly return a `Response` object from server routes, meaning it's _also_ possible to return and handle streams natively in Nuxt. +Благодаря улучшениям в [unjs/h3](https://github.com/unjs/h3) и [unjs/nitro](https://github.com/unjs/nitro) теперь можно напрямую возвращать объект `Response` из серверных маршрутов, что означает _также_ возможность возвращать и обрабатывать стримы нативно. -👉 Check out the full detail in the [unjs/h3](https://github.com/unjs/h3/releases) and [unjs/nitro](https://github.com/unjs/nitro/releases) release notes. +👉 Подробную информацию смотрите в описании релизов [unjs/h3](https://github.com/unjs/h3/releases) и [unjs/nitro](https://github.com/unjs/nitro/releases). -### 🔥 HTML Rendering Optimisations +### 🔥 Оптимизация рендеринга HTML -This release comes with a couple of improvements in rendering HTML responses from the server. We now determine whether to preload/prefetch resources at build time (so you can customise this in the `build:manifest` hook). We also now manage rendering the HTML for them directly in `unhead` ([#22179](https://github.com/nuxt/nuxt/pull/22179)), which means you can configure the _order_ for ``, ``, `