4 Dec. 2024
New Features 🔥
LaunchFast Astro Starter Kit
- You can now authenticate users using GitHub OAuth 2.0 🎉
Bugs & Fixes
- Replace Polar with Lemon Squeezy checkout links checkout links across all LaunchFast repositories.
24 Nov. 2024
Bugs & Fixes
- Disabled
next-themes
in Fumadocs integration in LaunchFast Next.js repository. - Replace Lemon Squeezy checkout links with Polar checkout links across all LaunchFast repositories.
17 Nov. 2024
New Features 🔥
- All the uploads are now moved to in-browser pre-signed url uploads across all LaunchFast repositories.
- Type definitions in
Upload
component is added to make sure that the completions are available in IDE. - Removed
firebase
package in favor offirebase-admin
. - All images are lazy loaded, except the ones that are in the first view of any page.
16 Nov. 2024
New Features 🔥
- Added an
/upload
page to showcase the use of the in-built<Upload />
component. - Now you can have your users delete avatar in the dashboard.
- Header links are now automatically highlighted on apt pages.
Bugs & Fixes
- Replaced all hardcoded
<svg>
to use icons by Iconify from the LaunchFast SvelteKit repository. - Fix the comma in the avatar in LaunchFast Next.js repository.
15 Nov. 2024
New Features
- LaunchFast Next.js repository now uses Next.js 15.
Bugs & Fixes
- Removed
remark-flexible-toc
in LaunchFast Next.js repository. - Added
.content-collections
to.gitignore
in LaunchFast Next.js repository. - Removed
extensions
from thesvelte.config.ts
for the LaunchFast SvelteKit repository. - Fixed responsiveness in toc and sidebar in the documentation framework for the LaunchFast SvelteKit repository.
14 Nov. 2024
New Features 🔥
- Automated
next
andprevious
blog and documentation cards to respective content.
Bugs & Fixes
- Pagefind’s native search UI is updated to use
Inter
font. - Seperated
content
from thesrc
directory to seperate content from the application level code. - Removed
mdsvex
from the LaunchFast SvelteKit repository.
13 Nov. 2024
New Features 🔥
- Added a beautifully designed, responsive and fully dynamic documentation framework (in Svelte) that comes with search capabilities to LaunchFast’s SvelteKit repository.
- Improved blogs across all templates to be fully dynamic, so you can just create blogs and the routing is taken care of automatically.
Bugs & Fixes
- SEO component in SvelteKit framework is now used on each page, instead of relying on global Layout’s
<head>
tag.
10 Nov. 2024
New Features 🔥
- Automatic fallback avatar for a logged in user is created if no image is found.
Bugs & Fixes
- SvelteKit repository is updated to fully leverage Authjs.dev by removing custom OAuth 2.0 implementation.
- NProgress is now working again with the updated dependenices (and the latest versions) of the respective frameworks.
6 Nov. 2024
New Features 🔥
- Collections are sorted by descending order based on the date attribute in LaunchFast Next.js repository.
26 Oct. 2024
New Features 🔥
- You can now use Firestore as the database provider in your app.
Dependencies
- LaunchFast starter kits dependencies have been updated to their latest versions.