Releases: mateusfg7/mateusf.com
Releases · mateusfg7/mateusf.com
8.3.0
8.2.1
8.2.0
8.1.0
8.0.3
8.0.2
8.0.1
8.0.0
8.0.0 (2023-07-22)
Features
- a11y: add
aria-label
to mobile menu trigger button (0e8ff23) - a11y: add
aria-label
to toggle-theme trigger button (e80f479) - a11y: update icon and titles of toggle-theme component (2962fc7)
- a11y: update name of system color theme on kbar (360a1b1)
- add
targe="_blank"
to all contact links (23fcd09) - assets: add code-type.svg (d9c892b)
- contentlayer: add new projects (eede1a2)
- contentlayer: create AboutMe definition and mdx file (dacd878)
- contentlayer: create Project definition (310186d)
- contentlayer: update Project fields (f95dc03)
- seo: add about links to sitemap and menus (1edf801)
- seo: add about page metadata (822d928)
- seo: add project page links (9d531ac)
- seo: update sitemap generator with new routes (3a2d9f2)
- ui: add
::selection
styles (6e3bba7) - ui: add blog link on header (83d27a5)
- ui: add info section on about page (2de757e)
- ui: add search button and remove category/tag links from header mobile (29e92ef)
- ui: add tag and category list on kbar component (6fa2767)
- ui: add title to blog page (36dfa67)
- ui: crate contact list on about page (bffad04)
- ui: crate knowledge accordion on about page (887b92d)
- ui: create home page (feb091d)
- ui: create projects page (41252ff)
- ui: improve color contrast on search button (610f5e4)
- ui: remove global animation duration style (d0152ae)
- ui: small improvements on
.content-container
responsve style (862ec72) - ui: small improvements on image card style (c56192c)
- ui: small improvements on knowledge accordion responsve style (48efe4c)
- ui: small improvements on knowledge accordion style (248043d)
- ui: style improvements (68d0df3)
- ui: update some contact-section styles and remove "use client" directive (34906c4)
Bug Fixes
- deps: update dependency unist-util-visit to v5 (dfadcd9)
- rendering: add "use client" directive to knowledge-section component (37f8f10)
- ui: use
getSortedPosts
to correct post-list-by-year sorting (73f36ad)
Performance Improvements
7.4.1
7.4.0
7.4.0 (2023-07-14)
Features
- config: create
website.config.ts
with global config and metadata (2220916) - providers: add kbar provider on providers list (46a7332)
- ui: create kbar component and provider (6414509)
- ui: create kbar search trigger component and add it on Header (581753f)
Bug Fixes
- deps: downgrade prettier to v2.8.8 (686f60c)
- deps: update dependency next to v13.4.9 (2f7565f)
- update old website url to
https://mateusf.com
(93cc661)
Performance Improvements
- ui: use
<Image />
component fromnext/image
instead of common<img />
(664eea2)