Releases: LBF38/LBF38.github.io
v1.0.2
Patch Changes
- Chore(deps-dev): bump vite from 5.3.6 to 5.4.6
#48b4a0b0f@dependabot - Chore(deps): bump rollup from 3.29.4 to 3.29.5
#431461a66@dependabot - Chore(deps-dev): bump vite from 5.3.1 to 5.3.6
#446d5ec4c@dependabot - Chore(deps-dev): bump svelte from 4.2.18 to 4.2.19
#4140afae1@dependabot
v1.0.1
v1.0.0
Major Changes
-
First major release of the website !
#382739e4f@LBF38It has support of the following features :
- internationalization w/ @inlang/paraglideJS
- dark/white mode
- UI components using shadcn/ui
- MDSveX and ContentLayer for content management and markdown support
- SvelteKit framework
- and other details.
Minor Changes
-
Add tech page
#382739e4f@LBF38new page w/ some of the main technologies and tools I know and use.
-
Update all website content
#382739e4f@LBF38to make the about page.
each content is available in french and english
Patch Changes
v0.1.0
Minor Changes
-
Add contentlayer support to the website
#3385e27d2@LBF38it allows for an easy way to deal with markdown content and adds a typesafe layer on those documents.
Therefore, it offers a simple way to define document types and create a simple yet effective CMS layer on top of Markdown/MDX/MDSVEX documents. -
Add mdsvex support to the website
#3385e27d2@LBF38It allows for easier content management. Therefore, it offers better ways to manage page content on the website based on markdown files.
Moreover, we can integrate Svelte components inside the document, which can allow more interactive and interesting content.
Finally, w/ contentlayer support, it allows to easily manage pieces of content for a given page or type of content to produce/write. -
Update about page layout
#33774568b@LBF38By using
contentlayerandmdsvex, improved the about page using different sections and content.
It allows to build complex layout using managed content.
Patch Changes
-
Fix scrollbar visibility issue
#323e56dbb@LBF38After some experimentations and more reading on Svelte's internals, I finally fixed the issue concerning the scrollbar showing on pages that requires it, depending on the
body.scrollHeightorbody.clientHeightcompared to thewindow.innerHeight.
Therefore, using Svelte's reactivity and the SvelteKit's$pagestore, we can show or hide the scrollbar dynamically by adding a CSS class, herehide-scrollbar. -
Add cal button on contact page
#30546e459@LBF38this helps improving the easy booking for people wanting to meet
-
Add clarity analytics (Microsoft)
228bb4d@LBF38This helps having better understandings of the website's overall traffic and bugs in production env.