Updates and changes in the Svelte ecosystem. Key topics include improvements to the migration script, fixes related to reactivity, CSS issues with has and not selectors, and enhancements to the Svelte compiler.
@sheepdog/svelte aims to simplify asynchronous code management in Svelte applications. The library introduces tasks with various modifiers like debounce, queue, drop, keep latest, and restart to handle different scenarios of asynchronous operations.
Updates on Svelte 5.0.8, including new features like spring and tween classes, media query support, and improvements to if blocks. The episode also includes a community showcase on GPU-rendered components with the svader library, demonstrating how to create interactive shaders with Svelte.
Changelog and a showcase of Threlte 8, which fully supports Svelte 5. The episode discusses various updates and fixes in Svelte, including improvements in file binding, reactivity, and template effects. The main highlight is the presentation by Gisha, the creator of Threlte, who demonstrates Threlte 8's capabilities, including its integration with Svelte 5 and the introduction of Threlte Studio, a tool for 3D development with Svelte.
Durable objects and a library related to PartyKit and durable objects. The changelog section discusses several updates, including reducing hydration comments, fixing bugs related to bind groups, and improving the handling of props IDs in Astro.
Skeleton v3.0, a significant update to the Skeleton library. The episode covers various changes and improvements, including better TypeScript support, handling of hydration mismatches, and new features like state fields in class constructors. The host discusses the importance of Skeleton in the Svelte ecosystem and its role in providing a design system with themes and components.
Updates and showcases in the Svelte ecosystem. The episode begins with a changelog for Svelte 5.33.15, highlighting fixes and improvements such as boundary error handling for derived stores, regression fixes in destructuring props, and updates to the AON parser. The showcase features Svelte Lexical, a rich text editor for Svelte based on Lexical from Facebook.
Svelte Flow, a library for building interactive flow UIs with Svelte. The episode starts with a changelog discussing recent updates and fixes in Svelte, including improvements to the inspect function, fine-grained template usage, and support for state mutations in derived objects. The main segment features Peter from XY Flow, who demonstrates how to use Svelte Flow to create and customize nodes, edges, and handles in a flow UI.
Updates in the Svelte ecosystem, including changes in Belt, a library for Svelte. The episode discusses bug fixes, new features like getAbortSignal, and improvements in the reactivity system. It also highlights the release of Ark UI, a component library for Svelte, and its integration with the Svelte ecosystem.
Vest is a powerful form validation framework inspired by the syntax and style of unit testing libraries like Mocha or Jest. It uses their declarative structure and makes it easy to write complex form validations that are also easy to read and maintain.