惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Jina AI
Jina AI
The Cloudflare Blog
V
Visual Studio Blog
博客园_首页
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
博客园 - Franky

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
Netlify offers full support for Svelte 5 on Release Day
Nahrin Jalal · 2024-10-22 · via Netlify Changelog

Svelte 5 was officially released on October 19, 2024 at Svelte Summit, and we’re excited to announce that Netlify had full support for all new Svelte features on Day 1.

What’s new in Svelte 5

The change that has everyone talking is a new pattern that Svelte calls runes. Runes is a “signal-powered reactivity API that sits at the heart of Svelte 5 and unlocks universal, fine-grained reactivity.” Learn more about Runes.

But that’s not all! There are a handful of other new features, mentioned back in April 2024 when the v5 release candidate was first available:

  • Overhauled event handling with less boilerplate and more flexibility
  • Better component composition through snippets
  • Native TypeScript support, including inside your markup

Upgrade existing applications

If you have a Svelte 4 application on Netlify, follow the migration guide to take advantages of the latest features. Most sites can be upgraded by just running the provided migration script.

The Svelte team designed this update with the developer experience top-of-mind, providing you the option to opt into the new runes mode. This means you can first upgrade dependencies, and then make incremental (and deployable) updates over time.

Don’t wait too long, though! It is expected that the Svelte 6 or 7 will remove this compatibility.

Deploy a Svelte 5 application on Netlify

If you don’t have an application and want to get started today, follow the getting started docs to create a new project. Then add the Netlify adapter to the project, and deploy your site to Netlify!