Svelte Summit on Nov 11 and better DevEx for all!
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
SvelteKit joins in the Hacktoberfest event in 2023. Contributors are invited to help improve SvelteKit during Hacktoberfest.
Reactions to Runes and SvelteKit +server fallbacks.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Rethinking 'rethinking reactivity'. Svelte 5 introduces runes — compiler signals that drive reactivity. Key runes include $state, $derived, $effect, and $props. Runes work across .svelte and .svelte.js/.svelte.ts files, replacing the let/$: reactive model from Svelte 4. Also replaces stores with universal reactive state.
New parameters in SvelteKit's redirect and an onNavigate lifecycle function come to life.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Streamlined page transitions with onNavigate. SvelteKit 1.24 introduces the onNavigate lifecycle function, enabling native browser View Transitions API integration for smooth page-to-page animations.
Extending Custom Element Classes and new +server exports.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Svelte 4.0, new website and a tour around the community.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
The new site comes with accessibility fixes, new features and bottom navbar. A full redesign of svelte.dev with improved navigation, accessibility improvements, and a new mobile-friendly bottom navbar.
Updated performance, developer experience, and site. Svelte 4 focuses on making Svelte a better foundation for the future: reduced package size, improved performance, updated website, and developer experience improvements. Requires Node 16+, updated to Svelte 4's new package structure.
SvelteHack winners, lots of new bindings, Svelte 4.0.0-next.0, and a bunch of new features in SvelteKit.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
New Ambassadors, a new ESLint plugin and a whole bunch of SvelteHack submissions.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Loads of new Svelte compiler features, plus Svelte Summit and SvelteHack.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
More convenience and correctness, less boilerplate. SvelteKit now automatically generates types for load functions, $page.data, form actions, and more — with zero configuration needed.
SvelteHack, post-1.0 SvelteKit improvements and a huge showcase.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Exciting improvements in the latest version of SvelteKit. Highlights include: streaming promises in load functions, page/component snapshots to preserve scroll state, route-level config, and the shallow routing helper.
Minor versions and major satisfaction.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
SvelteKit 1.0, tutorial, and type definitions for Svelte elements.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.
Web development, streamlined. SvelteKit 1.0 is officially released after nearly two years of development. It is a full-stack web framework built on Svelte and Vite, offering file-based routing, server-side rendering, pre-rendering, adapters for various deployment targets, and an excellent developer experience.
Rounding the corner to SvelteKit 1.0.
Monthly roundup of new features, bug fixes, and community highlights in the Svelte ecosystem.