v3.0.0-rc.3
Pre-release
Pre-release
Highlights
- Faster component preview loads thanks to lazy module imports that only fetch and mount the rendered component when new code arrives (
src/lib/builder/ components/misc.js). - Testing deploy pipeline now supports manual triggers via
workflow_dispatch, so you can redeploy the testing environment on demand (.github/workflows/ main.yml).
Enhancements
- Code, head, and foot editors across symbols, sites, and page types now accept up to 100k characters, giving builders more room for complex snippets
(migrations/1762158952_code_field_length.go).
Dependency Updates
- Editor stack: TipTap core/starter-kit/highlight/image/typography/youtube and
@tiptap/pmall bumped to 3.10.1;@codemirror/lang-markdownupdated to 6.5.0. - Frontend platform: Svelte 5.43.2, SvelteKit 2.48.4, Bits UI 2.14.2, lucide-svelte 0.552.0, and svelte-awesome-color-picker 4.1.0.
Upgrade Notes
- Run PocketBase migrations after upgrading so the new 100k character limits apply to existing collections (
migrations/1762158952_code_field_length.go).