diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 8b215c912..69430f887 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added custom error formatting to allow passing structured errors back to the frontend. - Added sveltekit.mdx guide. Added by @figuerom16 in [PR](https://github.com/wailsapp/wails/pull/2771) - Added ProgramName option to [linux.Options](/docs/reference/options#linux). Added by @lyimmi in [PR](https://github.com/wailsapp/wails/pull/2817) +- Added new community tempalte wails-sveltekit-ts. Added by [@haukened](https://github.com/haukened) in [PR](https://github.com/wailsapp/wails/pull/2851) ### Changed diff --git a/website/versioned_docs/version-v2.5.0/community/templates.mdx b/website/versioned_docs/version-v2.5.0/community/templates.mdx index e73bbec2b..481cdb6b4 100644 --- a/website/versioned_docs/version-v2.5.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.5.0/community/templates.mdx @@ -47,7 +47,11 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-svelte-template](https://github.com/raitonoberu/wails-svelte-template) - A template using Svelte - [wails-vite-svelte-template](https://github.com/BillBuilt/wails-vite-svelte-template) - A template using Svelte and Vite - [wails-vite-svelte-tailwind-template](https://github.com/BillBuilt/wails-vite-svelte-tailwind-template) - A template using Svelte and Vite with TailwindCSS v3 + +## SvelteKit + - [wails-sveltekit-template](https://github.com/h8gi/wails-sveltekit-template) - A template using SvelteKit +- [wails-sveltekit-ts](https://github.com/haukened/wails-sveltekit-ts) - A template using SvelteKit + Typescript ## Solid